JSONPlaceholder · Example Payload

Create Post Request

Fake APITestingPrototypingMock DataRESTOpen Source

Create Post Request is an example object payload from JSONPlaceholder, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

userIdtitlebody

Example Payload

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