LOC Record

APIs.ioEngineeringPlatform

Properties

Name Type Description
content string Formatted LOC content. See 'data' to set LOC properties.
data object Components of a LOC record.
type string Record type.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-dns-records-locrecord-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/dns-records_LOCRecord",
  "title": "LOC Record",
  "properties": {
    "content": {
      "description": "Formatted LOC content. See 'data' to set LOC properties.",
      "example": "IN LOC 37 46 46 N 122 23 35 W 0m 100m 0m 0m",
      "readOnly": true,
      "type": "string"
    },
    "data": {
      "description": "Components of a LOC record.",
      "properties": {
        "altitude": {
          "description": "Altitude of location in meters.",
          "example": 0,
          "maximum": 42849672.95,
          "minimum": -100000,
          "type": "number"
        },
        "lat_degrees": {
          "description": "Degrees of latitude.",
          "example": 37,
          "maximum": 90,
          "minimum": 0,
          "type": "number"
        },
        "lat_direction": {
          "description": "Latitude direction.",
          "enum": [
            "N",
            "S"
          ],
          "example": "N"
        },
        "lat_minutes": {
          "default": 0,
          "description": "Minutes of latitude.",
          "example": 46,
          "maximum": 59,
          "minimum": 0,
          "type": "number"
        },
        "lat_seconds": {
          "default": 0,
          "description": "Seconds of latitude.",
          "example": 46,
          "maximum": 59.999,
          "minimum": 0,
          "type": "number"
        },
        "long_degrees": {
          "description": "Degrees of longitude.",
          "example": 122,
          "maximum": 180,
          "minimum": 0,
          "type": "number"
        },
        "long_direction": {
          "description": "Longitude direction.",
          "enum": [
            "E",
            "W"
          ],
          "example": "W"
        },
        "long_minutes": {
          "default": 0,
          "description": "Minutes of longitude.",
          "example": 23,
          "maximum": 59,
          "minimum": 0,
          "type": "number"
        },
        "long_seconds": {
          "default": 0,
          "description": "Seconds of longitude.",
          "example": 35,
          "maximum": 59.999,
          "minimum": 0,
          "type": "number"
        },
        "precision_horz": {
          "default": 0,
          "description": "Horizontal precision of location.",
          "example": 0,
          "maximum": "9e+07",
          "minimum": 0,
          "type": "number"
        },
        "precision_vert": {
          "default": 0,
          "description": "Vertical precision of location.",
          "example": 0,
          "maximum": "9e+07",
          "minimum": 0,
          "type": "number"
        },
        "size": {
          "default": 0,
          "description": "Size of location in meters.",
          "example": 100,
          "maximum": "9e+07",
          "minimum": 0,
          "type": "number"
        }
      },
      "type": "object"
    },
    "type": {
      "description": "Record type.",
      "enum": [
        "LOC"
      ],
      "example": "LOC",
      "type": "string"
    }
  },
  "type": "object"
}

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/apis-io-engineering-platform-dns-records-locrecord"
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 email required.

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