Image
GET /search/imageParameters
Parameter
Required
Default
Description
Example
curl "https://api.uwuapps.org/search/image?q=sunset&perPage=3"Response
{
"success": true,
"query": "sunset",
"totalResults": 8000,
"photos": [
{
"id": 1234,
"photographer": "John Doe",
"url": "https://www.pexels.com/photo/1234",
"src": {
"original": "https://images.pexels.com/photos/1234/...",
"large": "...",
"medium": "...",
"small": "...",
"thumbnail": "..."
},
"alt": "Orange sunset over the ocean"
}
]
}Notes
Last updated
Was this helpful?
