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

20 lines
240 B
Plaintext

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