AvCharts
## Subscription tier breakdowns: ### All tiers: * Sectional charts * Planning Charts * Single -location chart searches ### Pro tier (the above plus): * Dual-location chart searches ### Ultra tier (the above plus): * IFR Enroute Low charts * Terminal Area Charts ### Mega tier (the above plus): * IFR Enroute High charts * IFR Enroute Area & Pacific charts --- Each tier also includes higher monthly…
AvCharts endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Chart GeoSearch (Single Location) /tiles/api/geoSearch |
This endpoint searches its database for all applicable charts which include the submitted latitude/longitude pair. |
| POST |
Chart GeoSearch (Two locations, PRO subscriptions and above) /tiles/api/geoSearch |
This endpoint searches its database for all applicable charts which include one or both of the submitted latitude/longitude pairs. |
| GET |
Custom KML builder /tiles/kmlbuilder |
Retrieves an HTML page which customizes a .kml file for use with Google Earth. The default kml file does not work with RapidAPI because it does not code your host and key into… |
| GET |
Default/Example KML /tiles/chartkml/{datecode} |
This endpoint returns a default KML file with charts available for your subscription on a provided date code. |
| GET |
Get Tile /tiles/getTile/{datecode}/{charttype}/{region}/{x}/{y}/{z} |
This endpoint retrieves a 256 by 256 pixel tile. All arguments are required and are as follows: 1. Datecode: yyddd effective date of the chart. 2. Charttype: sec, plan, enrl,… |
AvCharts pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $5 / month | — |
|
| ULTRA | $10 / month | — |
|
| MEGA | $15 / month | — |
|