JSONPlaceholder · Example Payload

Jsonplaceholder Photo Example

DevelopmentTestingPrototypingFake APIOpen SourceREST

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

Top-level fields

idalbumIdtitleurlthumbnailUrl

Example Payload

Raw ↑
{
  "id": 1,
  "albumId": 1,
  "title": "accusamus beatae ad facilis cum similique qui sunt",
  "url": "https://via.placeholder.com/600/92c952",
  "thumbnailUrl": "https://via.placeholder.com/150/92c952"
}