Developer API

Real-time aviation and maritime data from our Hai Phong ground stations.

Overview

The HP Radar API provides programmatic access to live aircraft positions (ADS-B) and vessel positions (AIS) received by our 8 ground stations in Hai Phong, Vietnam. Data is available in JSON format.

Base URL: https://api.hpradar.com

✈ Aviation Endpoints

GET /adsb/aircraft — All currently tracked aircraft
GET /adsb/aircraft/{hex} — Single aircraft by ICAO hex code
GET /adsb/stats — Station statistics (messages/sec, range, uptime)
GET /adsb/range/{station} — Coverage polar plot for a station

⛴ Maritime Endpoints

GET /ais/vessels — All currently tracked vessels
GET /ais/vessels/{mmsi} — Single vessel by MMSI number
GET /ais/stats — AIS station statistics

Response Format

{
  "aircraft": [{
    "hex": "888000",
    "flight": "HVN1234",
    "lat": 20.85,
    "lon": 106.72,
    "altitude": 35000,
    "speed": 450,
    "track": 180
  }]
}

Rate Limits

Free tier100 requests/hour
Contributor tier1,000 requests/hour
CustomContact us

Get API Access

API access is currently available upon request. Email us to get started.

info@hpradar.com