For the complete documentation index, see llms.txt. This page is also available as Markdown.

ZXY

API test authentication

Access and download data for a specific tile

get
Authorizations
keystringRequired
keystringRequired
OAuth2clientCredentialsRequired
Token URL:
Path parameters
layerstring · enumRequired

The tile set layer that will be requested.

Possible values:
zinteger · int32Required

Zoom level

xinteger · int32Required

X coordinate

yinteger · int32Required

Y coordinate

Responses
200

Tile image retrieved successfully

image/png
get/zxy/{layer}/{z}/{x}/{y}.png
GET /maps/raster/v1/zxy/{layer}/{z}/{x}/{y}.png HTTP/1.1
Host: api.os.uk
key: YOUR_API_KEY
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
200

Tile image retrieved successfully

Example Request

Last updated

Was this helpful?