Make your first API call
Get up and running in two steps: (1) append ?key=YOUR-API-KEY to any endpoint URL, (2) run the example...
Get up and running in two steps: (1) append ?key=YOUR-API-KEY to any endpoint URL, (2) run the example below.
The first request hits /auth-test — a lightweight endpoint that just verifies your key. No permissions or paid plan required. Once that returns success, you can call any of the endpoints documented below.
Authentication: all requests use a query-string API key (?key=...). Keys never expire automatically — they remain valid until you delete them from your dashboard. Treat them like passwords: don't commit them to public repos.
Authentication parameter
| Parameter | Type | Description |
|---|---|---|
| key | String | Your API key from the developer portal (Required on every request) |
Step 1 — Verify your key
Step 2 — Fetch real data
Successful response
Failure response (invalid or missing key)
Rate limit: 3,600 requests/hour
Rolling hourly window · Exceeding the limit returns HTTP 429 with a reset_in field indicating seconds until reset