JSONPlaceholder · Example Payload

Jsonplaceholder Todo Example

DevelopmentTestingPrototypingFake APIOpen SourceREST

Jsonplaceholder Todo Example is an example object payload from JSONPlaceholder, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

iduserIdtitlecompleted

Example Payload

Raw ↑
{
  "id": 1,
  "userId": 1,
  "title": "delectus aut autem",
  "completed": false
}