Active FAA TFRs
GET
/v1/tfrs.geojson
const url = 'https://api.vertexmaps.com/v1/tfrs.geojson';const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://api.vertexmaps.com/v1/tfrs.geojson \ --header 'Authorization: Bearer <token>'Every 15 min.
Authorizations
Section titled “Authorizations”Responses
Section titled “ Responses ”GeoJSON (gzip)
Media typeapplication/geo+json