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

16 lines
164 B
Plaintext

meta {
name: Get Airport
type: http
seq: 3
}
get {
url: {{API_URL}}/airports/KHEF?metars=true
body: none
auth: none
}
params:query {
metars: true
}