api.oriz.in

oriz API fleet

Free static JSON APIs for reference data.No auth. No rate limits. No cost.

APIs
5
Records combined
1,996+
Monthly cost
0/mo

Why we built these

Static = free at any scale

Prebuilt JSON on the edge. Cloudflare Pages serves the long tail without a server bill.

Public-domain / CC data

Sources are NIST, government registers, scholarly references. License noted on every payload.

Owns its data

Each API is a git repo with the dataset committed. Forkable. Won't disappear when a startup dies.

The fleet

How to use

Every endpoint is a static JSON file. Fetch it from anywhere — browser, Node, curl, a spreadsheet.

Browser / Node

fetch('https://rto.oriz.in/codes/MH-12.json')
  .then(r => r.json())
  .then(console.log);

curl

curl https://rto.oriz.in/codes/MH-12.json

CORS is open on every API (Access-Control-Allow-Origin: *). Responses are cached at the edge.

Mirrors

If the primary subdomain is unreachable, every dataset is also published on jsDelivr from the source repo.

https://cdn.jsdelivr.net/gh/oriz-org/<api>-api@main/public/<endpoint>.json
# example:
https://cdn.jsdelivr.net/gh/oriz-org/rto-api@main/public/codes/MH-12.json

Contributing

Found a wrong code, a missing raga, a misattributed dynasty? Open an issue on the relevant repo — datasets live in version control and corrections ship in the next deploy.