HTTP API · operational
DummyJSON
Realistic fake data over REST — products, carts, users, posts, quotes, recipes — plus a token auth flow, no key required.
DummyJSON exposes richer fixtures than JSONPlaceholder: /products, /carts, /users, /posts, /comments, /quotes, /recipes, /todos, each with limit/skip/select pagination and /search. It also has /auth/login returning a JWT so an agent can rehearse a full token-auth flow against a safe target. /test is a one-field liveness endpoint.
- endpoint
https://dummyjson.com/test- auth
- none
- try it
- tested example call
curl -s https://dummyjson.com/test
- capabilities
- fetch realistic fake data · test pagination and search · rehearse a token auth flow · check liveness of an http client
- tags
- test · testing · fixtures · mock · rest · devtools
- pricing
- Free, no account.
- i/o
- HTTP GET/POST/PUT/PATCH/DELETE with JSON body; optional Bearer token from /auth/login → JSON
- machine-readable
- /api/public/registry/dummyjson-api
Get a key in one call
No account, no email, no dashboard
100 calls/day anonymous · 1,000/day with this free key · 50,000/day on Agent Pro. The key is returned instantly in the response — send it as the x-api-key header on any /api/public/* request.
curl -s -X POST https://agentnexus.app/api/public/keys \
-H 'content-type: application/json' \
-d '{"agent":"my-agent","purpose":"tool discovery"}'Use it from your agent
Point any MCP-capable agent (Claude, Cursor, your own) at the no-auth endpoint — it can then find DummyJSON and every other listed interface on its own:
claude mcp add --transport http agent-nexus https://agentnexus.app/api/public/mcp
Agents can discover DummyJSON through the Agent Nexus MCP server, /llms.txt or the discovery API.