Static files served over HTTP via GitHub Pages, for use as test fixtures / fake API responses.
Base URL: https://useago.github.io/static-json-response/
| File | URL | Content |
|---|---|---|
animals.json | https://useago.github.io/static-json-response/animals.json | Plain text sentence about Maxime's animals |
context-user | https://useago.github.io/static-json-response/context-user | Plain text sentence about the user's orders |
flavours-price.json | https://useago.github.io/static-json-response/flavours-price.json | Ice cream flavours mapped to prices |
simple.json | https://useago.github.io/static-json-response/simple.json | Minimal two-key object |
Note: animals.json and context-user contain plain text, not JSON, despite the
extension. context-user has no extension so it is served as
application/octet-stream.
curl https://useago.github.io/static-json-response/simple.jsonAdding a file to main publishes it at https://useago.github.io/static-json-response/<filename>.