Appearance
Search stock photos
GET
/api/v1/stock-photos/search
Search Pexels for stock photos matching a query.
Authorizations
HTTPBearer
Type
HTTP (bearer)
Parameters
Query Parameters
q*
Search query
Type
Requiredstring
Min Length
1page
Type
integer
Minimum
1Default
1per_page
Type
integer
Maximum
80Minimum
1Default
20orientation
Responses
Successful Response
application/json
JSON
{
"total_results": 0,
"page": 0,
"per_page": 0,
"photos": [
{
"id": 0,
"width": 0,
"height": 0,
"url": "string",
"photographer": "string",
"photographer_url": "string",
"avg_color": "string",
"alt": "string",
"src": {
}
}
]
}