Files
aviation/bruno/Airports/Get All Airports.bru
2025-04-11 00:51:37 -04:00

20 lines
251 B
Plaintext

meta {
name: Get All Airports
type: http
seq: 4
}
get {
url: {{API_URL}}/airports?page=1&limit=1000&metars=true
body: none
auth: none
}
params:query {
page: 1
limit: 1000
metars: true
~icaos: 00AA
~icaos: KHEF,KJYO,KMRB,KOKV
}