JSONPlaceholder · Example Payload

Jsonplaceholder Album Example

DevelopmentTestingPrototypingFake APIOpen SourceREST

Jsonplaceholder Album Example 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

iduserIdtitle

Example Payload

Raw ↑
{
  "id": 1,
  "userId": 1,
  "title": "quidem molestiae enim"
}