Endpoint: airport-frequencies
Communication frequencies for the available airports
GEThttps://airports.mimo.dev/api/airport-frequencies?limit=25
Collection responses are paginated and returned as
{ count, offset, limit, results }. Use limit and offset to move through the dataset. The default limit is 100, and the maximum limit is 1,000.Request
GETairport-frequencies
1fetch("https://airports.mimo.dev/api/airport-frequencies?limit=25")
2 .then((res) => res.json())
3 .then((json) => console.log(json))
4 .catch((error) => console.error(error))
Response
response.json
1{
2 "count": 30310,
3 "offset": 0,
4 "limit": 25,
5 "results": [
6 {
7 "id": "70518",
8 "airport_ref": "6528",
9 "airport_ident": "00CA",
10 "type": "CTAF",
11 "description": "CTAF",
12 "frequency_mhz": "122.9"
13 },
14 {
15 "id": "307581",
16 "airport_ref": "6589",
17 "airport_ident": "01FL",
18 "type": "ARCAL",
19 "description": null,
20 "frequency_mhz": "122.9"
21 },
22 {
23 "id": "75239",
24 "airport_ref": "6589",
25 "airport_ident": "01FL",
26 "type": "CTAF",
27 "description": "CEDAR KNOLL TRAFFIC",
28 "frequency_mhz": "122.8"
29 },
30 {
31 "id": "60191",
32 "airport_ref": "6756",
33 "airport_ident": "04CA",
34 "type": "CTAF",
35 "description": "CTAF",
36 "frequency_mhz": "122.9"
37 },
38 {
39 "id": "59287",
40 "airport_ref": "6779",
41 "airport_ident": "04MS",
42 "type": "UNIC",
43 "description": "UNICOM",
44 "frequency_mhz": "122.8"
45 },
46 {
47 "id": "60682",
48 "airport_ref": "6784",
49 "airport_ident": "04NV",
50 "type": "UNIC",
51 "description": "UNICOM",
52 "frequency_mhz": "123"
53 },
54 {
55 "id": "60091",
56 "airport_ref": "6812",
57 "airport_ident": "05CL",
58 "type": "CTAF",
59 "description": "CTAF",
60 "frequency_mhz": "122.9"
61 },
62 {
63 "id": "70676",
64 "airport_ref": "6868",
65 "airport_ident": "06FA",
66 "type": "APP",
67 "description": "PALM BEACH APP",
68 "frequency_mhz": "124.6"
69 },
70 {
71 "id": "70677",
72 "airport_ref": "6868",
73 "airport_ident": "06FA",
74 "type": "GND",
75 "description": "GND",
76 "frequency_mhz": "121.65"
77 },
78 {
79 "id": "70678",
80 "airport_ref": "6868",
81 "airport_ident": "06FA",
82 "type": "TWR",
83 "description": "TWR",
84 "frequency_mhz": "120.4"
85 },
86 {
87 "id": "65868",
88 "airport_ref": "6887",
89 "airport_ident": "06MO",
90 "type": "CTAF",
91 "description": "CTAF",
92 "frequency_mhz": "122.9"
93 },
94 {
95 "id": "71176",
96 "airport_ref": "6924",
97 "airport_ident": "07FA",
98 "type": "UNIC",
99 "description": "UNICOM",
100 "frequency_mhz": "122.7"
101 },
102 {
103 "id": "66637",
104 "airport_ref": "6943",
105 "airport_ident": "07MT",
106 "type": "CNTR",
107 "description": "SALT LAKE CITY CNTR",
108 "frequency_mhz": "126.85"
109 },
110 {
111 "id": "69383",
112 "airport_ref": "6954",
113 "airport_ident": "07TE",
114 "type": "CNTR",
115 "description": "HOUSTON CNTR",
116 "frequency_mhz": "126.625"
117 },
118 {
119 "id": "61013",
120 "airport_ref": "7019",
121 "airport_ident": "09CL",
122 "type": "CTAF",
123 "description": "CTAF",
124 "frequency_mhz": "122.9"
125 },
126 {
127 "id": "59566",
128 "airport_ref": "7021",
129 "airport_ident": "09FA",
130 "type": "UNIC",
131 "description": "UNICOM",
132 "frequency_mhz": "122.8"
133 },
134 {
135 "id": "68176",
136 "airport_ref": "7054",
137 "airport_ident": "09TS",
138 "type": "CNTR",
139 "description": "ALBUQUERQUE CNTR",
140 "frequency_mhz": "132.65"
141 },
142 {
143 "id": "59735",
144 "airport_ref": "7094",
145 "airport_ident": "0AZ2",
146 "type": "UNIC",
147 "description": "UNICOM",
148 "frequency_mhz": "122.95"
149 },
150 {
151 "id": "328741",
152 "airport_ref": "7102",
153 "airport_ident": "0C2",
154 "type": "CTAF",
155 "description": null,
156 "frequency_mhz": "122.9"
157 },
158 {
159 "id": "62825",
160 "airport_ref": "7116",
161 "airport_ident": "0CA9",
162 "type": "CTAF",
163 "description": "CTAF",
164 "frequency_mhz": "122.9"
165 },
166 {
167 "id": "59296",
168 "airport_ref": "7213",
169 "airport_ident": "0ID2",
170 "type": "ARTC",
171 "description": "SALT LAKE CITY CNTR",
172 "frequency_mhz": "128.35"
173 },
174 {
175 "id": "60367",
176 "airport_ref": "7542",
177 "airport_ident": "0TE4",
178 "type": "UNIC",
179 "description": "CTAF/UNICOM",
180 "frequency_mhz": "122.8"
181 },
182 {
183 "id": "59580",
184 "airport_ref": "7543",
185 "airport_ident": "0TE5",
186 "type": "CNTR",
187 "description": "HOUSTON CNTR",
188 "frequency_mhz": "126.625"
189 },
190 {
191 "id": "59437",
192 "airport_ref": "7545",
193 "airport_ident": "0TE7",
194 "type": "UNIC",
195 "description": "UNICOM",
196 "frequency_mhz": "122.8"
197 },
198 {
199 "id": "609333",
200 "airport_ref": "7569",
201 "airport_ident": "0TX1",
202 "type": "CTAF",
203 "description": null,
204 "frequency_mhz": "123.075"
205 }
206 ]
207}