OP
Size: a a a
OP
G
G
NK
NK
G
G
f
R
NK
I
I
$raw = file_get_contents("https://yandex.ru/maps/covid19/isolation?ll=55.968664%2C58.000554&z=4");
$pos1 = mb_strpos($raw, 'isolation":{"cities":') + 21;
$pos2 = mb_strpos($raw, ',"colors":{"0":');
$length = $pos2 - $pos1;
$data = mb_substr($raw, $pos1, $length);
IB
$raw = file_get_contents("https://yandex.ru/maps/covid19/isolation?ll=55.968664%2C58.000554&z=4");
$pos1 = mb_strpos($raw, 'isolation":{"cities":') + 21;
$pos2 = mb_strpos($raw, ',"colors":{"0":');
$length = $pos2 - $pos1;
$data = mb_substr($raw, $pos1, $length);
I
G
G
G
G
G