The Production-Ready
Mock Data API

Build prototypes faster with our free, open-source static API. Now including Products, Orders, Payments, and more. Hosted on GitHub Pages for infinite scalability and zero latency.

No Auth Required

Just simple GET requests. No API keys, tokens, or rate limits to worry about.

All Formats

Native support for JSON, XML, CSV, YAML, NDJSON, and BSON out of the box.

Static & Fast

Pre-generated data served via CDN. Extremely low latency for your prototypes.

Quickstart

fetch('https://openapidata.github.io/api/v1/products.json')
  .then(response => response.json())
  .then(json => console.log(json));

Resources & Schema

GET
/api/v1/users100 records
GET
/api/v1/products200 records
GET
/api/v1/orders150 records
GET
/api/v1/carts50 records
GET
/api/v1/posts500 records
GET
/api/v1/post_categories10 records
GET
/api/v1/product_categories15 records
GET
/api/v1/comments2000 records
GET
/api/v1/payments150 records
GET
/api/v1/notes100 records
GET
/api/v1/todos300 records
GET
/api/v1/photos500 records

Support Info

Base URLopenapidata.github.io/api/v1
Rate LimitUnlimited
CORSEnabled (*)

Supported Formats

.json.csv.xml.yaml.ndjson