Mindbody · JSON Structure

Public Api V6 Location Structure

Implementation of the 'Location' model.

Type: object Properties: 25
FitnessWellnessBeautySchedulingBookingPoint-of-SaleStudiosSalonsSpasWebhook

Location is a JSON Structure definition published by Mindbody, describing 25 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

AdditionalImageURLs Address Address2 Amenities BusinessDescription City Description HasClasses Id Latitude Longitude Name Phone PhoneExtension PostalCode SiteID StateProvCode Tax1 Tax2 Tax3 Tax4 Tax5 TotalNumberOfRatings AverageRating TotalNumberOfDeals

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/mindbody/refs/heads/main/json-structure/public-api-v6-location-structure.json",
  "name": "Location",
  "description": "Implementation of the 'Location' model.",
  "type": "object",
  "properties": {
    "AdditionalImageURLs": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "A list of URLs of any images associated with this location.",
      "example": [
        "example-value"
      ]
    },
    "Address": {
      "type": "string",
      "description": "The first line of the location\u2019s street address.",
      "example": "123 Market St"
    },
    "Address2": {
      "type": "string",
      "description": "A second address line for the location\u2019s street address, if needed.",
      "example": "123 Market St"
    },
    "Amenities": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Amenity"
      },
      "description": "A list of strings representing amenities available at the location.",
      "example": [
        {}
      ]
    },
    "BusinessDescription": {
      "type": "string",
      "description": "The business description for the location, as configured by the business owner.",
      "example": "Example note for Mindbody Public API."
    },
    "City": {
      "type": "string",
      "description": "The location\u2019s city.",
      "example": "San Francisco"
    },
    "Description": {
      "type": "string",
      "description": "A description of the location.",
      "example": "Example note for Mindbody Public API."
    },
    "HasClasses": {
      "type": "boolean",
      "description": "When `true`, indicates that classes are held at this location.<br /> When `false`, Indicates that classes are not held at this location.",
      "example": true
    },
    "Id": {
      "type": "int32",
      "description": "The ID assigned to this location.",
      "example": 123456
    },
    "Latitude": {
      "type": "double",
      "description": "The location\u2019s latitude.",
      "example": 1.0
    },
    "Longitude": {
      "type": "double",
      "description": "The location\u2019s longitude.",
      "example": 1.0
    },
    "Name": {
      "type": "string",
      "description": "The name of this location.",
      "example": "Sunset Yoga Studio"
    },
    "Phone": {
      "type": "string",
      "description": "The location\u2019s phone number.",
      "example": "+15551234567"
    },
    "PhoneExtension": {
      "type": "string",
      "description": "The location\u2019s phone extension.",
      "example": "example-value"
    },
    "PostalCode": {
      "type": "string",
      "description": "The location\u2019s postal code.",
      "example": "94110"
    },
    "SiteID": {
      "type": "int32",
      "description": "The ID number assigned to this location.",
      "example": 1
    },
    "StateProvCode": {
      "type": "string",
      "description": "The location\u2019s state or province code.",
      "example": "example-value"
    },
    "Tax1": {
      "type": "double",
      "description": "A decimal representation of the location\u2019s first tax rate. Tax properties are provided to apply all taxes to the purchase price that the purchase is subject to. Use as many tax properties as needed to represent all the taxes that apply in the location. Enter a decimal number that represents the appropriate tax rate. For example, for an 8% sales tax, enter 0.08.",
      "example": 1.0
    },
    "Tax2": {
      "type": "double",
      "description": "A decimal representation of the location\u2019s second tax rate. See the example in the description of Tax1.",
      "example": 1.0
    },
    "Tax3": {
      "type": "double",
      "description": "A decimal representation of the location\u2019s third tax rate. See the example in the description of Tax1.",
      "example": 1.0
    },
    "Tax4": {
      "type": "double",
      "description": "A decimal representation of the location\u2019s fourth tax rate. See the example in the description of Tax1.",
      "example": 1.0
    },
    "Tax5": {
      "type": "double",
      "description": "A decimal representation of the location\u2019s fifth tax rate. See the example in the description of Tax1.",
      "example": 1.0
    },
    "TotalNumberOfRatings": {
      "type": "int32",
      "description": "The number of reviews that clients have left for this location.",
      "example": 1
    },
    "AverageRating": {
      "type": "double",
      "description": "The average rating for the location, out of five stars.",
      "example": 1.0
    },
    "TotalNumberOfDeals": {
      "type": "int32",
      "description": "The number of distinct introductory pricing options available for purchase at this location.",
      "example": 1
    }
  }
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/public-api-v6-location-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.