MADRINSUPREME
booting control room…

// documentation

Getting started

No API keys, no sign-up. Point at the base URL and go.

Base URL

https://api-supreme.zone.id

Rate limiting

200 requests per day, tracked per IP. Exceeding the limit returns a 429 with a resetAt timestamp. /health, /ping, and /api/registry are never limited.

List all APIs

GET /api/registry

Returns every registered endpoint with its parameters, response type, and an example payload.

Example: web search

GET /api/search/web?q=hello

Call it directly

curl "https://api-supreme.zone.id/api/search/web?q=hello"

Every endpoint is a normal GET (or POST) route — no wrapper, no proxy, no separate test call. Hit it from curl, your browser, or your app exactly as shown in the registry.