# Technical specification

This technical specification explains the content of the OS Vector Tile API and the methods that you can use to call it.

{% hint style="info" %}
If you are not familiar with the OS Vector Tile API, please read the [overview documentation ](https://docs.os.uk/os-apis/accessing-os-apis/os-vector-tile-api)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](https://docs.os.uk/os-apis/core-concepts/authentication "mention")
* [error-codes](https://docs.os.uk/os-apis/core-concepts/error-codes "mention")
* [rate-limiting-policy](https://docs.os.uk/os-apis/core-concepts/rate-limiting-policy "mention")

## API reference

OS Vector Tile API is currently available as EPSG:27700 (British National Grid which is applicable just for GB) and EPSG:3857 (Web Mercator which is a global coordinate system). The maps are available as raw information presented using compressed packets of geographic data using the Protocolbuffer Binary Format (.pbf). This provides users optimised maps which render quickly on the web and offer a slick mapping experience.

OS Vector Tile API is currently available as EPSG:27700 (British National Grid which is applicable just for GB) and EPSG:3857 (Web Mercator which is a global coordinate system). The maps are available as raw information presented using compressed packets of geographic data using the Protocolbuffer Binary Format (.pbf). This provides users optimised maps which render quickly on the web and offer a slick mapping experience.

OS Vector Tile API has three main endpoints:

<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>Service metadata</strong></td><td>Service metadata for the OS Vector Tiles API.</td><td><a href="technical-specification/service-metadata">service-metadata</a></td></tr><tr><td><strong>Stylesheet</strong></td><td>Discover compatible stylesheet.</td><td><a href="technical-specification/stylesheet">stylesheet</a></td></tr><tr><td><strong>Tile request</strong></td><td>Access vector tiles.</td><td><a href="technical-specification/tile-request">tile-request</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-vector-tile-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.
