Foursquare · Example Payload

Foursquare Search Example

RestaurantLocationsPlacesGeocodingRecommendationsReviewsMovement

Foursquare Search Example is an example object payload from Foursquare, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

resultscontext

Example Payload

Raw ↑
{
  "results": [
    {
      "fsq_place_id": "4a9c6f10f964a520ba2b20e3",
      "name": "Bryant Park",
      "latitude": 40.753739,
      "longitude": -73.983448,
      "location": {
        "address": "Bryant Park",
        "locality": "New York",
        "region": "NY",
        "postcode": "10018",
        "country": "US",
        "formatted_address": "Bryant Park, New York, NY 10018"
      },
      "categories": [
        { "fsq_category_id": "4bf58dd8d48988d163941735", "name": "Park" }
      ],
      "distance": 142
    },
    {
      "fsq_place_id": "59bccd0e72ed1d2c2c4e2bd5",
      "name": "The New York Public Library",
      "latitude": 40.753181,
      "longitude": -73.982253,
      "location": {
        "address": "476 5th Ave",
        "locality": "New York",
        "region": "NY",
        "postcode": "10018",
        "country": "US",
        "formatted_address": "476 5th Ave, New York, NY 10018"
      },
      "categories": [
        { "fsq_category_id": "4bf58dd8d48988d12f941735", "name": "Library" }
      ],
      "distance": 218
    }
  ],
  "context": {
    "geo_bounds": {}
  }
}