ADS-B Exchange · Schema

LastPositionDataResponse

When the regular lat and lon are older than 60 seconds they are no longer considered valid, this will provide the last position and show the age for the last position. Aircraft will only be in the aircraft json if a position has been received in the last 60 seconds or if any message has been received in the last 30 seconds.

AviationFlight TrackingADS-BAircraftReal-TimeMilitaryMLAT

Properties

Name Type Description
lat number
lon number
nic integer Navigation Integrity Category (2.2.3.2.7.2.6)
rc integer Radius of Containment, meters; a measure of position integrity derived from NIC and supplementary bits. (2.2.3.2.7.2.6, Table 2-69)
seen_pos number How long ago (in seconds before “now”) the position was last updated
View JSON Schema on GitHub

JSON Schema

lastpositiondataresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "LastPositionDataResponse",
  "type": "object",
  "description": "When the regular lat and lon are older than 60 seconds\nthey are no longer considered valid, this will provide\nthe last position and show the age for the last position.\nAircraft will only be in the aircraft json if a position\nhas been received in the last 60 seconds or if any message\nhas been received in the last 30 seconds.",
  "additionalProperties": false,
  "properties": {
    "lat": {
      "type": "number",
      "format": "float",
      "nullable": true
    },
    "lon": {
      "type": "number",
      "format": "float",
      "nullable": true
    },
    "nic": {
      "type": "integer",
      "description": "Navigation Integrity Category (2.2.3.2.7.2.6)",
      "format": "int32",
      "nullable": true
    },
    "rc": {
      "type": "integer",
      "description": "Radius of Containment, meters; a measure of position integrity\nderived from NIC and supplementary bits. (2.2.3.2.7.2.6, Table 2-69)",
      "format": "int32",
      "nullable": true
    },
    "seen_pos": {
      "type": "number",
      "description": "How long ago (in seconds before \u201cnow\u201d) the position was last updated",
      "format": "double",
      "nullable": true
    }
  }
}

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/lastpositiondataresponse"
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.