Get Place Tips
GET {{baseUrl}}/v3/places/:fsq_id/tips?limit=14&sort=NEWEST
Retrieve tips for a FSQ Place using the fsq_id.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | number | The specified number of tips per page. Returns 10 tips by default, up to a maximum number of 50. | |
fields | null | Indicate which fields to return in the response, separated by commas. Supported fields are:<ul><li> id - the ID of the tip</li><li> created_at - when was the tip created</li><li> text - what does the tip actually say?</li><li> lang - what language was the tip created in</li></ul>Default fields if this param is omitted are "id", "created_at", and "text". | |
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> |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
[{"id":"ullamco qui dolore","created_at":"1963-08-21T13:57:06.927Z","text":"eiusmod","url":"eu commodo ut","photo":{"id":"sunt fugiat ullamco proident ut","created_at":"2004-05-31T22:11:06.940Z","prefix":"ut aliqua est occaecat non","suffix":"qui","width":-63605912,"height":85498764,"classifications":["food"],"tip":{"id":"sunt","created_at":"1973-05-08T18:42:12.052Z","text":"minim ut","url":"quis in consequat","photo":{},"lang":"veniam velit fugiat consequat","agree_count":-31308722,"disagree_count":53982421}},"lang":"nulla","agree_count":40683730,"disagree_count":-65410876}]