Files
aviation/bruno/Metars/Find Metars.bru
2025-04-20 13:14:40 -04:00

16 lines
155 B
Plaintext

meta {
name: Find Metars
type: http
seq: 1
}
get {
url: {{API_URL}}/metars?icaos=KIAD
body: none
auth: none
}
params:query {
icaos: KIAD
}