Code: Select all
https://api.weather.com/v2/maps/dynamic?geocode=47.5,6.0&h=320&w=568&lod=5&product=twcRadarHcMosaic&map=light&format=png&language=en&apiKey=<ApiKey>&a=0
The idea was to have something like:
Code: Select all
https://weather.com/weather/radar/interactive/l/Fowler+IN?canonicalCityId=7eb5f0887b7c498cb1a1b03f43da73b0e7336ef0d0e55150c0cf5e7634e260c7
Also, I used my own image scraping Chrome extension to further investigate the matter and it appears one can get those images, albeit piece by piece (i.e. one for each map section): aka...
Code: Select all
https://api.mapbox.com/styles/v1/weather/cjza0fpcf54z71cnty86ulfhj/tiles/5/7/11?access_token=pk.eyJ1Ijoid2VhdGhlciIsImEiOiJjamxncnYwMmYxYXgxM3BzNWEyNHUzbmhhIn0.UqrZwn6qTa6WJwdHjPVUfA
Code: Select all
https://api.mapbox.com/styles/v1/weather/cjza0fpcf54z71cnty86ulfhj/tiles/5/8/11?access_token=pk.eyJ1Ijoid2VhdGhlciIsImEiOiJjamxncnYwMmYxYXgxM3BzNWEyNHUzbmhhIn0.UqrZwn6qTa6WJwdHjPVUfA
Code: Select all
https://api.weather.com/v3/TileServer/tile?product=satradFcst&ts=1598046300&fts=1598047200&xyz=16:24:6&apiKey=<ApiKey>
Code: Select all
https://api.weather.com/v3/TileServer/tile?product=satradFcst&ts=1598046300&fts=1598047200&xyz=16:23:6&apiKey=<ApiKey>
Maybe others will find more about it, if they are interested.