Realistic placeholder data for testing — posts, users, and comments. Useful for prototyping and demos. Free, no key required.
https://api.apiclearinghouse.com/v1/call/mock-dataAuthenticate with X-Api-Key: chk_live_... header.
/posts| Name | Type | Required | Description |
|---|---|---|---|
| id | number | required | Post ID (1–100) |
curl -s "https://api.apiclearinghouse.com/v1/call/mock-data/posts?id={id}" \
-H "X-Api-Key: YOUR_API_KEY"{
"status": "success",
"data": {
"id": "abc123",
"body": "example",
"title": "example",
"userId": "example"
}
}/users| Name | Type | Required | Description |
|---|---|---|---|
| id | number | required | User ID (1–10) |
curl -s "https://api.apiclearinghouse.com/v1/call/mock-data/users?id={id}" \
-H "X-Api-Key: YOUR_API_KEY"{
"status": "success",
"data": {
"id": "abc123",
"city": "example",
"name": "example",
"email": "example",
"phone": "example"
}
}/commentscurl -s "https://api.apiclearinghouse.com/v1/call/mock-data/comments" \
-H "X-Api-Key: YOUR_API_KEY"{
"status": "success",
"data": {
"comments": "example"
}
}No setup required. Sign in and run Mock Data directly from your browser.
Open in Explorer →Monthly limits also apply per plan.