DJTommek / mapycz-api

Unofficial PHP 8 implementation of Mapy.cz API
4 stars 0 forks source link

Seznam.cz public API #3

Open DJTommek opened 1 year ago

DJTommek commented 1 year ago

Seznam.cz is introducing official REST API https://developer.mapy.cz/rest-api/

So far in private paid BETA access without any free access at all.

Backward compatibility

Endpoints using URL https://api.mapy.cz/ is now not working or working differently. As of 2023-06 it seems, that new unofficial endpoint is https://api.mapy.cz/v0/ requiring API key as HTTP header X-Mapy-Api-Key.

They also added documentation on https://api.mapy.cz/v1/docs/

Endpoints using URL https://pro.mapy.cz so far working correctly.