Files
aviation/bruno/Airports/Get All Airports.bru

20 lines
252 B
Plaintext

meta {
name: Get All Airports
type: http
seq: 4
}
get {
url: {{BASE_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
}