Amadeus Traveler Media · JSON Structure

Travel Recommendations Recommended Location Structure

Similar Location

Type: Properties: 0
ContentDestinationMediaPhotosPoints of InterestTourismTravel

RecommendedLocation is a JSON Structure definition published by Amadeus Traveler Media. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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/amadeus-traveler-media/refs/heads/main/json-structure/travel-recommendations-recommended-location-structure.json",
  "name": "RecommendedLocation",
  "description": "Similar Location",
  "allOf": [
    {
      "type": "object",
      "description": "Description of a particular point or place in physical space",
      "name": "Location",
      "properties": {
        "subtype": {
          "type": "string",
          "description": "Location sub-type (e.g. airport, port, rail-station, restaurant, atm...)"
        },
        "name": {
          "type": "string",
          "description": "Label associated to the location (e.g. Eiffel Tower, Madison Square)",
          "example": "Eiffel Tower"
        },
        "iataCode": {
          "type": "string",
          "description": "IATA location code",
          "example": "PAR"
        },
        "geoCode": {
          "type": "object",
          "description": "Geographic coordinates describing the position of any location on the surface of Earth",
          "name": "GeoCode",
          "properties": {
            "latitude": {
              "type": "float",
              "description": "Latitude of the position expressed in decimal degrees (WSG 84), e.g. 6.244203. A positive value denotes northern hemisphere or the equator, and a negative value denotes southern hemisphere. The number of digits to represent the precision of the coordinate.",
              "minimum": -90,
              "exclusiveMinimum": false,
              "maximum": 90,
              "exclusiveMaximum": false,
              "example": 48.85837
            },
            "longitude": {
              "type": "float",
              "description": "Longitude of the position expressed in decimal degrees (WSG 84), e.g. -75.581211. A positive value denotes east longitude or the prime meridian, and a negative value denotes west longitude.  The number of digits to represent the precision of the coordinate.",
              "minimum": -180,
              "exclusiveMinimum": false,
              "maximum": 180,
              "exclusiveMaximum": false,
              "example": 2.294481
            }
          }
        }
      }
    },
    {
      "type": "object",
      "properties": {
        "type": {
          "type": "string",
          "description": "Ressource type"
        },
        "relevance": {
          "type": "double",
          "description": "percentage of similarity.\n\n0 for not similar to 1 for exactly the same"
        }
      }
    }
  ]
}

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/travel-recommendations-recommended-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 email required.

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