JSONPlaceholder · Example Payload

Jsonplaceholder Post Example

DevelopmentTestingPrototypingFake APIOpen SourceREST

Jsonplaceholder Post 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

iduserIdtitlebody

Example Payload

Raw ↑
{
  "id": 1,
  "userId": 1,
  "title": "sunt aut facere repellat provident occaecati excepturi optio reprehenderit",
  "body": "quia et suscipit suscipit recusandae consequuntur expedita et cum reprehenderit molestiae ut ut quas totam nostrum rerum est autem sunt rem eveniet architecto"
}