GET/api/companies/{slug}
One company's pay schedule, the evidence behind it, and its paydays for a year
- slugCompany slug, e.g. meta, google, amd
- yearYear, 2026 to 2028 (default: the current year)
Shell
curl -s "https://paydays.fru.dev/api/companies/meta?year=2027"Sample response
JSON
{
"slug": "meta",
"name": "Meta",
"domain": "meta.com",
"url": "https://paydays.fru.dev/companies/meta",
"schedule": {
"frequency": "biweekly",
"rule": "Every other Friday",
"weekday": "Friday",
"days": null,
"weekKnown": true,
"anchor": "2024-01-19",
"tier": "employee-reported",
"assumed": [],
"basis": "Employee-reported: every other Friday, from 5 employee reports. A reported payday on Jan 19, 2024 fixes the week."
},
"sources": [
{
"url": "https://www.teamblind.com/post/did-meta-pay-today-qy40ggoh",
"note": "\"There is a wiki with all paydates. It's every two weeks... So on 01/19 you get paid for 1/1-1/14.\" (Blind, 2024-01-12)"
},
{
"url": "https://www.teamblind.com/post/meta-pay-schedule-and-procedure-hv4ftfzn",
"note": "\"Yes, 9/16 is the payout for 8/28-9/9.\" (Blind, 2022-08-31)"
}
],
"checkedAt": "2026-09-24",
"year": 2027,
"nextPaydays": [
"2026-09-25"
],
"series": [
{
"week": null,
"label": "Every other Friday",
"paydays": [
{
"nominal": "2027-01-15",
"date": "2027-01-15",
"reason": ""
},
{
"nominal": "2027-01-29",
"date": "2027-01-29",
"reason": ""
}
]
}
],
"company": {
"slug": "meta",
"name": "Meta",
"domain": "meta.com",
"frequency": "biweekly",
"weekday": "Friday",
"semimonthlyDays": null,
"examplePayday": "2024-01-19",
"sourceType": "employee-reported",
"confidence": "medium",
"sources": [
{
"url": "https://www.teamblind.com/post/did-meta-pay-today-qy40ggoh",
"note": "\"There is a wiki with all paydates. It's every two weeks... So on 01/19 you get paid for 1/1-1/14.\" (Blind, 2024-01-12)"
},
{
"url": "https://www.teamblind.com/post/meta-pay-schedule-and-procedure-hv4ftfzn",
"note": "\"Yes, 9/16 is the payout for 8/28-9/9.\" (Blind, 2022-08-31)"
}
],
"notes": "Several employee reports agree: every other Friday. Two dated paydays (Sep 16, 2022 and Jan 19, 2024) and the 27th paycheck in 2026 all p...",
"checkedAt": "2026-09-24"
}
}