---
title: "Search Unsplash"
method: GET
path: "/Unsplash"
tags: ["Unsplash"]
---

# Search Unsplash

`GET /Unsplash`

**Auth:** Authenticated - any signed-in user.

Search Unsplash with a query

## Query parameters

- `page` integer, required
- `pageSize` integer, required
- `includes` string[], nullable
- `sort` string, nullable
- `filter` string, nullable

## Response `200`

Success - Success

- GetSearchUnsplashResponse
  - `photos` UnsplashPhoto[], nullable
    - `id` string, nullable
    - `created_at` string, nullable
    - `updated_at` string, nullable
    - `promoted_at` string, nullable
    - `width` integer
    - `height` integer
    - `color` string, nullable
    - `blur_hash` string, nullable
    - `description` string, nullable
    - `alt_description` string, nullable
    - `urls` Urls
      - `raw` string, nullable
      - `full` string, nullable
      - `regular` string, nullable
      - `small` string, nullable
      - `thumb` string, nullable
      - `small_s3` string, nullable
    - `links` UnsplashPhotoLinks
      - `self` string, nullable
      - `html` string, nullable
      - `download` string, nullable
      - `download_location` string, nullable
    - `categories` unknown[], nullable
      - unknown
    - `likes` integer
    - `liked_by_user` boolean
    - `current_user_collections` unknown[], nullable
      - unknown
    - `sponsorship` unknown
    - `topic_submissions` TopicSubmissions
      - `business-work` BusinessWork
        - `status` string, nullable
        - `approved_on` string, nullable
    - `user` User2
      - `id` string, nullable
      - `updated_at` string, nullable
      - `username` string, nullable
      - `name` string, nullable
      - `first_name` string, nullable
      - `last_name` string, nullable
      - `twitter_username` string, nullable
      - `portfolio_url` string, nullable
      - `bio` string, nullable
      - `location` string, nullable
      - `links` UserLinks
        - `self` string, nullable
        - `html` string, nullable
        - `photos` string, nullable
        - `likes` string, nullable
        - `portfolio` string, nullable
        - `following` string, nullable
        - `followers` string, nullable
      - `profile_image` ProfileImage
        - `small` string, nullable
        - `medium` string, nullable
        - `large` string, nullable
      - `instagram_username` string, nullable
      - `total_collections` integer
      - `total_likes` integer
      - `total_photos` integer
      - `accepted_tos` boolean
      - `for_hire` boolean
      - `social` Social
        - `instagram_username` string, nullable
        - `portfolio_url` string, nullable
        - `twitter_username` string, nullable
        - `paypal_email` string, nullable
    - `tags` Tag[], nullable
      - `type` string, nullable
      - `title` string, nullable
  - `meta` Meta
    - `page` integer
    - `pageSize` integer
    - `total` integer

## Other responses

- `400` — An Error Occurred - Explain Error
- `401` — Unauthorized

---

[API](https://skmtc.net/tonbridge/apis/tonbridge-app-api.md) · [All operations](https://skmtc.net/tonbridge/apis/tonbridge-app-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tonbridge/tonbridge-app-api/versions/fab57bf5558a/schema)
