json-server icon indicating copy to clipboard operation
json-server copied to clipboard

Get a full fake REST API with zero coding in less than 30 seconds (seriously)

Results 291 json-server issues
Sort by recently updated
recently updated
newest added

when i put request comments then it will return us post Id in string format please change it return type to number. post request https://jsonplaceholder.typicode.com/posts/100/comments

This would resolve #1343 by removing update-notifier entirely. Since most will have some other way of detecting when they have outdated dependencies, having json-server itself notify when there is an...

Hai-server provides authentication features on top of the JSON Server. The link of the library is added to the third party tools.

**README.MD part of his file was translated into Turkish language.**

#### request url is: ``` POST URL: {{json-server-url}}/posts?_embed=comments ``` #### request body is: ``` BODY : [ { "id": 999, "title": "can json-server do cascade save?", "author": "kiwipeach", "comments": [...

Hello, Is it possible to expand multiple levels of the parents / children (parent of the parent, etc.) For example, for the following db.json: ``` { "users": [ { "id":...

I have an issue right now to filter to get only one entity. If I make a get request of "https:localhost:3000/providers" my data looks like this : { [ {...