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/users• 100 recordsDetails
GET
/api/v1/products• 200 recordsDetails
GET
/api/v1/orders• 150 recordsDetails
GET
/api/v1/carts• 50 recordsDetails
GET
/api/v1/posts• 500 recordsDetails
GET
/api/v1/post_categories• 10 recordsDetails
GET
/api/v1/product_categories• 15 recordsDetails
GET
/api/v1/comments• 2000 recordsDetails
GET
/api/v1/payments• 150 recordsDetails
GET
/api/v1/notes• 100 recordsDetails
GET
/api/v1/todos• 300 recordsDetails
GET
/api/v1/photos• 500 recordsDetails
Support Info
Base URL
openapidata.github.io/api/v1Rate LimitUnlimited
CORSEnabled (*)
Supported Formats
.json.csv.xml.yaml.ndjson