The map API extends the VATSIM data API in a short lived cache. There is no persistent data.
As per https://data.vatsim.net/v3/vatsim-data.json with the following extensions.
"aerodrome": false,
"tag_alt": "A043",
"tag_gs": "0"
Route /v1/
Route /flights/
Route /arrivals/<ICAO code>
Returns
- 200
[pilot]
- 404
- 500
Route /callsign/<callsign>
Returns
- 200
{pilot}
- 404
- 500
Route /departures/<ICAO code>
Returns
- 200
[pilot]
- 404
- 500