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/api/live?limit=100" \ -H "X-API-Key: pt_live_your_api_key_here" # Response { "aircraft": [ { "icao24": "A12345", "callsign": "UAL123", "latitude": 37.7749, "longitude": -122.4194, "altitude": 35000, "speed": 450, "heading": 180 } ], "count": 100 }
Live aircraft positions updated every few seconds. No artificial delays on paid plans.
Subscribe to real-time updates for specific aircraft or geographic regions.
Access flight history and track data going back up to 90 days.
Data from 40,000+ ADS-B receivers covering every continent.
Clean REST API with full OpenAPI/Swagger documentation.
API key authentication. No OAuth complexity needed.
Get your free API key and make your first request in under a minute.
Create Free Account