Examples
Required params only
https://tiles.api-maps.yandex.ru/v1/tiles/?x=38048&y=24596&z=16&lang=en_US&l=map&apikey=YOUR_API_KEY
In turkish
https://tiles.api-maps.yandex.ru/v1/tiles/?x=38048&y=24596&z=16&lang=tr_TR&l=map&apikey=YOUR_API_KEY
Get the entire map in a single tile
https://tiles.api-maps.yandex.ru/v1/tiles/?x=0&y=0&z=0&lang=en_US&l=map&apikey=YOUR_API_KEY
Get a zero tile on the first zoom
https://tiles.api-maps.yandex.ru/v1/tiles/?x=0&y=0&z=1&lang=en_US&l=map&apikey=YOUR_API_KEY
Display tile knowing zoom, latitude and longitude
https://tiles.api-maps.yandex.ru/v1/tiles/?x=38048&y=24596&z=16&lang=en_US&l=map&apikey=YOUR_API_KEY
Double the tile size
https://tiles.api-maps.yandex.ru/v1/tiles/?scale=2&x=38048&y=24596&z=16&lang=en_US&l=map&apikey=YOUR_API_KEY
Tile sizes: 512 x 512px
Reduce the tile size by half
https://tiles.api-maps.yandex.ru/v1/tiles/?scale=0.5&x=38048&y=24596&z=16&lang=en_US&l=map&apikey=YOUR_API_KEY
Tile sizes: 128 x 128px
Get a tile for a spherical Mercator projection
https://tiles.api-maps.yandex.ru/v1/tiles/?projection=web_mercator&x=297&y=192&z=9&lang=en_US&l=map&apikey=YOUR_API_KEY
Get a tile for the elliptical Mercator projection
https://tiles.api-maps.yandex.ru/v1/tiles/?projection=wgs84_mercator&x=38048&y=24596&z=16&lang=en_US&l=map&apikey=YOUR_API_KEY