Unsplash integration (Design & Media). Imported from open-connector.
https://api.unsplash.com/photos
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The 1-based page number to retrieve. |
| perPage | integer | optional | The number of items to return per page, between 1 and 30. |
| orderBy | string | optional | The sort order supported by the Unsplash photo listing endpoints. |
/search/photos
| Param | Type | Required | Description |
|---|---|---|---|
| query | string | required | The search query to run against Unsplash photos. |
| page | integer | optional | The 1-based page number to retrieve. |
| perPage | integer | optional | The number of items to return per page, between 1 and 30. |
| orderBy | string | optional | The sort order supported by the Unsplash photo search endpoint. |
| color | string | optional | The color filter to apply to photo search results. |
| orientation | string | optional | The photo orientation filter to apply. |
| contentFilter | string | optional | The safety filter level to apply to supported Unsplash requests. |
| collections | array | optional | The collection identifiers to filter the search results by. |
/photos/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Unsplash photo identifier to retrieve. |
/photos/random
| Param | Type | Required | Description |
|---|---|---|---|
| query | string | optional | The search query used to constrain the random photo. |
| collections | array | optional | The collection identifiers used to constrain the random photo. |
| topics | array | optional | The topic identifiers used to constrain the random photo. |
| username | string | optional | The username used to constrain the random photo. |
| orientation | string | optional | The photo orientation filter to apply. |
| contentFilter | string | optional | The safety filter level to apply to supported Unsplash requests. |
| count | integer | optional | The number of random photos to request, between 1 and 30. |
/topics
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The 1-based page number to retrieve. |
| perPage | integer | optional | The number of items to return per page, between 1 and 30. |
| orderBy | string | optional | The sort order supported by the Unsplash topic listing endpoint. |
/topics/{topicIdOrSlug}/photos
| Param | Type | Required | Description |
|---|---|---|---|
| topicIdOrSlug | string | required | The topic identifier or slug to read photos from. |
| page | integer | optional | The 1-based page number to retrieve. |
| perPage | integer | optional | The number of items to return per page, between 1 and 30. |
| orientation | string | optional | The photo orientation filter to apply. |
| orderBy | string | optional | The sort order supported by the Unsplash photo listing endpoints. |