TileJSON for one layer at one valid hour
GET
/v1/layers/{model}/{var}/tilejson.json
const url = 'https://api.vertexmaps.com/v1/layers/hrrr/temp/tilejson.json?valid=example';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/layers/hrrr/temp/tilejson.json?valid=example' \ --header 'Authorization: Bearer <token>'TileJSON 3.0 with the run-stamped XYZ template (current or retained extended run resolved for you). Free. Works as a source in MapLibre, Mapbox, Leaflet, deck.gl, QGIS.
Authorizations
Section titled “Authorizations”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters”model
required
string
var
required
string
Query Parameters
Section titled “Query Parameters”valid
required
string
YYYY-MM-DDTHH (UTC)
Responses
Section titled “ Responses ”TileJSON
Media typeapplication/json
Not published for that hour