Access live aircraft positions, flight information, and historical data. Start with 100 free API calls per day.
# Get live aircraft positions curl -X GET "https://planetrack.ai/v1/live?limit=100" \ -H "X-API-Key: pt_live_your_api_key_here" # Response { "data": [ { "icao24": "4076a3", "callsign": "BAW123", "lat": 51.4712, "lon": -0.4527, "altitude": 36000, "speed": 447, "heading": 284 } ], "meta": { "count": 1, "credits_charged": 10, "credits_remaining": 99850 } }
Live aircraft positions updated every few seconds. No artificial delays on paid plans.
Filter live positions to any geographic region with a simple bbox parameter.
Access flight history and track data going back up to 12 months.
Data from 40,000+ ADS-B receivers covering every continent.
Clean, predictable REST endpoints returning JSON. Full reference in the docs.
API key authentication. No OAuth complexity needed.
Get your free API key and make your first request in under a minute.
Create Free Account