FastRPC

Interactive helper to help reverse engineer how Mapy.cz server works.

Decode

Decode requests or responses from "magic" Base64 text to JSON.

// here will be decoded JSON result

Example object (response and request) is Jan Hus Memorial in Prague: https://mapy.cz/zakladni?y=50.087726&x=14.421127&source=base&id=1832651
This request can be made via PHP using DJTommek/mapycz-api:

$api = new \DJTommek\MapyCzApi\MapyCzApi();
$place = $api->loadPoiDetails('base', 2107710);