Foursquare · Schema

FoursquarePlace

A point of interest returned by the Foursquare Places API.

RestaurantLocationsPlacesGeocodingRecommendationsReviewsMovement

Properties

Name Type Description
fsq_place_id string Stable Foursquare place identifier.
name string
latitude number
longitude number
location object
categories array
chains array
distance integer
rating number
price integer
popularity number
verified boolean
tel string
email string
website string
tastes array
stats object
View JSON Schema on GitHub

JSON Schema

foursquare-place.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/foursquare/refs/heads/main/json-schema/foursquare-place.json",
  "title": "FoursquarePlace",
  "description": "A point of interest returned by the Foursquare Places API.",
  "type": "object",
  "required": ["fsq_place_id", "name"],
  "properties": {
    "fsq_place_id": { "type": "string", "description": "Stable Foursquare place identifier." },
    "name": { "type": "string" },
    "latitude": { "type": "number" },
    "longitude": { "type": "number" },
    "location": {
      "type": "object",
      "properties": {
        "address": { "type": "string" },
        "locality": { "type": "string" },
        "region": { "type": "string" },
        "postcode": { "type": "string" },
        "admin_region": { "type": "string" },
        "post_town": { "type": "string" },
        "po_box": { "type": "string" },
        "country": { "type": "string" },
        "formatted_address": { "type": "string" }
      }
    },
    "categories": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "fsq_category_id": { "type": "string" },
          "name": { "type": "string" },
          "short_name": { "type": "string" },
          "plural_name": { "type": "string" }
        }
      }
    },
    "chains": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "fsq_chain_id": { "type": "string" },
          "name": { "type": "string" }
        }
      }
    },
    "distance": { "type": "integer" },
    "rating": { "type": "number" },
    "price": { "type": "integer", "minimum": 1, "maximum": 4 },
    "popularity": { "type": "number" },
    "verified": { "type": "boolean" },
    "tel": { "type": "string" },
    "email": { "type": "string" },
    "website": { "type": "string" },
    "tastes": { "type": "array", "items": { "type": "string" } },
    "stats": {
      "type": "object",
      "properties": {
        "total_photos": { "type": "integer" },
        "total_ratings": { "type": "integer" },
        "total_tips": { "type": "integer" }
      }
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/foursquare-place"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.