Namedays Calendar

Whose name day is it today, across many countries

💬 Social & WorkDYINGchecked 2h ago
AUTH NONECORS AGENT HTTPS COMMERCIAL ?

Abalin's Nameday API returns the name days celebrated on a given date across dozens of countries as JSON. Call /V2/today for the current date (UTC by default), or /V2/date with a day and month. The GET endpoints need no key.

88HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: 88 · dying
Uptime history
91.2%90 days
85.0%30 days
480P50 · ms
2749P95 · ms
operationalpartialdownno data
Response time · last 48 checks
Fastest 126 ms, slowest 2749 ms, most recent 861 ms.
Live response samplecaptured by our last successful check
GET https://nameday.abalin.net/api/V2/today

{
  "success": true,
  "message": "Namedays for 07-05 timezone UTC",
  "data": {
    "at": "Albrecht, Antonius, Letizia",
    "de": "Albrecht, Kira, Letizia",
    "dk": "Anshelmus",
    "es": "Filomena, Filomeno, Zoa",
    "fi": "Unto",
    "fr": "Antoine"
  }
}
Call itcurl · fetch · python
curl "https://nameday.abalin.net/api/V2/today"
const res = await fetch("https://nameday.abalin.net/api/V2/today");
const data = await res.json();
console.log(data);
import requests

res = requests.get("https://nameday.abalin.net/api/V2/today")
print(res.json())

BROWSER CALLS BLOCKED (NO CORS/HTTPS) — USE THE CURL SNIPPET

Endpoints · 5DyingFULL DOCS ↗
Dying — error rate climbing on GET /V2/today480 mschecked 2h ago
GET/V2/todayPROBED

Whose name day is it today, across many countries

GET/V2

V2 — documented GET route.

GET/V2/1

V2 details by ID (example: 1).

GET/V2?limit=10

V2 — documented GET route.

GET/V2/search?q=test

Search by query parameters.

Machine-readable spec

We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.

Response-shape history

Stable. No schema drift observed since monitoring began — the response shape has not changed under our checks.

Namedays Calendar: common questions

Is Namedays Calendar free to use?

Yes — Namedays Calendar is a free social & work API. Free tier: Free — limits not published. Whether the free tier allows commercial use is unclear — check the provider docs.

Does Namedays Calendar need an API key?

No — Namedays Calendar needs no API key or signup. You can call it straight away; rate limits still apply (60 req/window · 58 remaining).

Can I call Namedays Calendar from the browser?

Not directly — Namedays Calendar doesn't send browser-friendly CORS headers, so call it from a server or proxy instead. Copy the curl or Python snippet on this page to get started.

Is Namedays Calendar up right now?

As of our last scheduled check, Namedays Calendar is dying with 91.2% uptime over 90 days and a 480 ms median response. We re-probe it every sweep — the status badge and uptime chart above always show the latest.