Radar frame list
GET
/v1/radar/index.json
const url = 'https://api.vertexmaps.com/v1/radar/index.json';const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://api.vertexmaps.com/v1/radar/index.json \ --header 'Authorization: Bearer <token>'MRMS reflectivity frames for the trailing 2 h at 5-min steps plus nowcast to +60 min. Free.
Authorizations
Section titled “Authorizations”Responses
Section titled “ Responses ”{frames:[{time,name,kind}]}