Get Place Photos
GET {{baseUrl}}/v3/places/:fsq_id/photos?limit=25&sort=NEWEST
Retrieve photos for a FSQ Place using the fsq_id.
To retrieve photos from a Photos response, learn how to assemble photo URLs.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | number | The specified number of photos per page. Returns 10 photos by default, up to a maximum number of 50. | |
sort | string | Specifies the order in which results are listed. Possible values are:<ul><li>popular (default) - sorts results based on their popularity among Foursquare users</li><li>newest - sorts results from most recently added to least recently added</li></ul> | |
classifications | null | Restricts the results to photos matching the specified classifications, separated by a comma. Possible values are:<ul><li>food - photos of food</li><li>indoor - photos of indoors</li><li>menu - photos of menus</li><li>outdoor - photos of storefronts, outdoors, and exteriors</li></ul> |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
[{"id":"123455f5b863c0008b1edca","created_at":"2020-01-14T02:50:07.000Z","prefix":"https://fastly.4sqi.net/img/general/","suffix":"/12345438_8tJRLpG3PbPVN-Ekde66x8XN7IVVYP__YaS1KmLfntc.png","width":2000,"height":1500,"classifications":["food"],"tip":{"id":"123ABC","created_at":"2022-04-23T18:25:43.511Z","text":"A POI tip","url":"somelink.com","photo":"photolink.com","lang":"EN","agree_count":1000,"disagree_count":1000}}]