FuriosaData

Developers

Free public APIs.

JSON over HTTPS. No API key. No signup. CORS enabled. Attribution (CC BY 4.0) appreciated: link to furiosadata.com.

GET /api/next-full-moon

The next full moon (date, UTC time, traditional name, supermoon flag, days until) plus the next 12 upcoming full moons.

curl https://furiosadata.com/api/next-full-moon
{
  "next": {
    "date": "2026-07-29",
    "iso": "2026-07-29T14:35:12.000Z",
    "name": "Buck Moon",
    "supermoon": false,
    "daysUntil": 20
  },
  "upcoming": [ ... 12 items ... ]
}
Try it live →

GET /api/next-eclipse

The next solar or lunar eclipse (type, date, max-eclipse UTC time, visibility region) plus the next total solar eclipse.

curl https://furiosadata.com/api/next-eclipse
{
  "next": {
    "date": "2026-08-12",
    "type": "Total Solar",
    "maxTimeUTC": "17:46",
    "visibility": "Greenland, Iceland, N Spain"
  },
  "nextTotalSolar": { ... }
}
Try it live →

Bulk data (CSV / JSON)

Prefer static files? Every dataset ships as CSV and JSON, licensed CC BY 4.0:

Fair use

Responses are cached (1h) — please don't poll more often than that. If you're building something on top of these, tell us: we love seeing what people ship, and we'll link back to interesting projects.