Unsplash · Example Payload

Unsplash Search Photos Example

PhotosImagesPhotographyStock PhotosCreativeOpen SourceMedia

Unsplash Search Photos Example is an example object payload from Unsplash, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "GET",
    "url": "https://api.unsplash.com/search/photos?query=forest+mountains&per_page=3",
    "headers": {
      "Authorization": "Client-ID YOUR_ACCESS_KEY",
      "Accept-Version": "v1"
    }
  },
  "response": {
    "status": 200,
    "body": {
      "total": 10847,
      "total_pages": 3616,
      "results": [
        {
          "id": "Dwu85P9SOIk",
          "created_at": "2016-07-14T11:00:01Z",
          "updated_at": "2023-05-01T06:00:01Z",
          "width": 5616,
          "height": 3744,
          "color": "#6E633A",
          "blur_hash": "L~I64nofRjof%MQZWBS$Mxnhx]t6",
          "description": "A man sitting on a rock in the mountains",
          "alt_description": "man in red jacket sitting on rock near lake",
          "likes": 1476,
          "downloads": 154987,
          "urls": {
            "raw": "https://images.unsplash.com/photo-1468820965834-2a600bffd29d?ixid=MnwxMjA3fDB8MHx&ixlib=rb-4.0.3",
            "full": "https://images.unsplash.com/photo-1468820965834-2a600bffd29d?ixid=MnwxMjA3fDB8MHx&ixlib=rb-4.0.3&q=85&fm=jpg&crop=entropy&cs=srgb",
            "regular": "https://images.unsplash.com/photo-1468820965834-2a600bffd29d?ixid=MnwxMjA3fDB8MHx&ixlib=rb-4.0.3&w=1080&q=80",
            "small": "https://images.unsplash.com/photo-1468820965834-2a600bffd29d?ixid=MnwxMjA3fDB8MHx&ixlib=rb-4.0.3&w=400&q=80",
            "thumb": "https://images.unsplash.com/photo-1468820965834-2a600bffd29d?ixid=MnwxMjA3fDB8MHx&ixlib=rb-4.0.3&w=200&q=80"
          },
          "links": {
            "self": "https://api.unsplash.com/photos/Dwu85P9SOIk",
            "html": "https://unsplash.com/photos/Dwu85P9SOIk",
            "download": "https://unsplash.com/photos/Dwu85P9SOIk/download",
            "download_location": "https://api.unsplash.com/photos/Dwu85P9SOIk/download"
          },
          "user": {
            "id": "pXhwzz1JtQU",
            "username": "brianaguirre",
            "name": "Brian Aguirre",
            "total_photos": 21,
            "total_likes": 45,
            "total_collections": 0,
            "profile_image": {
              "small": "https://images.unsplash.com/profile-1471326165071-e95507c41e18?ixlib=rb-4.0.3&crop=faces&fit=crop&w=32&h=32",
              "medium": "https://images.unsplash.com/profile-1471326165071-e95507c41e18?ixlib=rb-4.0.3&crop=faces&fit=crop&w=64&h=64",
              "large": "https://images.unsplash.com/profile-1471326165071-e95507c41e18?ixlib=rb-4.0.3&crop=faces&fit=crop&w=128&h=128"
            },
            "links": {
              "self": "https://api.unsplash.com/users/brianaguirre",
              "html": "https://unsplash.com/@brianaguirre",
              "photos": "https://api.unsplash.com/users/brianaguirre/photos",
              "likes": "https://api.unsplash.com/users/brianaguirre/likes"
            }
          }
        }
      ]
    }
  }
}