https://my-json-server.typicode.com/Eugene-Fed/api-json-mocker-demo
Fork it and change db.json
values or create a repo with a db.json
file.
ULRs:
- https://my-json-server.typicode.com/Eugene-Fed/api-json-mocker-demo/mentors - mentors.json
- https://my-json-server.typicode.com/Eugene-Fed/api-json-mocker-demo/holidays - holidays.json
- https://my-json-server.typicode.com/Eugene-Fed/api-json-mocker-demo/postcards - postcards.json
You can send GET request to one of the link above. You can also filter objects in response by url-params.
Examples that return the same result:
- /postcards?date=03.08 -- using the
date
param of thepostcards
object - /holidays/03.08/postcards -- using the
holidayId
param of thepostcards
object, that links it with theholisays
object.