# Technical specification

This technical specification explains the content of the OS Maps API, and the methods that you can use to call it. If you are not familiar with the OS Maps API you may want to read the getting started guide before proceeding.

{% hint style="info" %}
If you are not familiar with the OS Maps API, please read the [overview documentation ](/os-apis/accessing-os-apis/os-maps-api.md)before proceeding.
{% endhint %}

## Core concepts

This specification does not cover core concepts that apply to all Ordnance Survey APIs.

Please read the following pages to learn more about OS API core concepts:

* [Authentication](/os-apis/core-concepts/authentication.md)
* [Error codes](/os-apis/core-concepts/error-codes.md)
* [Rate-limiting policy](/os-apis/core-concepts/rate-limiting-policy.md)

## API reference

OS Maps API is available using the Open Geospatial Consortium Web Map Tile Service (OGC WMTS) standard and as ZXY.

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>WMTS</strong></td><td>Access raster tiles in a WMTS format.</td><td><a href="/pages/sJG7DEry4eUlvwzaakFO">/pages/sJG7DEry4eUlvwzaakFO</a></td></tr><tr><td><strong>ZXY</strong></td><td>Access raster tiles in a ZXY format.</td><td><a href="/pages/OTrYFxlY314SEuRJJtaS">/pages/OTrYFxlY314SEuRJJtaS</a></td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.os.uk/os-apis/accessing-os-apis/os-maps-api/technical-specification.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
