JSONPlaceholder · Example Payload

Create Post Response

Fake APITestingPrototypingMock DataRESTOpen Source

Create Post Response 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

userIdidtitlebody

Example Payload

Raw ↑
{
  "userId": 1,
  "id": 101,
  "title": "My new post title",
  "body": "This is the body of my new post."
}