Welcome to this documentation
curl --location --request GET 'https://api.unsplash.com/photos/rdtkE1fHi6c?client_id='
{
"id": "string",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z",
"width": 0,
"height": 0,
"color": "string",
"likes": 0,
"liked_by_user": true,
"description": "string",
"user": {
"id": "string",
"username": "string",
"name": "string",
"portfolio_url": "string",
"bio": "string",
"location": "string",
"total_likes": 0,
"total_photos": 0,
"total_collections": 0,
"profile_image": {
"small": "string",
"medium": "string",
"large": "string"
},
"links": {
"self": "string",
"html": "string",
"photos": "string",
"likes": "string"
}
},
"urls": {
"raw": "string",
"full": "string",
"regular": "string",
"small": "string",
"thumb": "string"
},
"links": {
"self": "string",
"html": "string",
"download": "string",
"download_location": "string"
}
}