# Technical specification

The **OS Net API** provides programmatic access to Ordnance Survey’s high-precision GNSS reference network across Great Britain. It enables developers and geospatial professionals to retrieve station metadata, monitor network health, and download RINEX v3 data files for post-processing and analysis.

This API is ideal for applications in surveying, mapping, infrastructure monitoring, and any domain requiring centimetre-level positioning accuracy.

## Base URL

```
https://api.os.uk/positioning/osnet/v1
```

## Authentication

The API supports the following authentication methods:

* **OAuth2** (Client Credentials flow)
* **API Key in Query Parameter**
* **API Key in Header**

### OS Net API

Operations providing access to OS Net:

<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>Stations</strong></td><td>Returns a list of OS Net stations, optionally filtered by time and location.</td><td><a href="/pages/qi1ZrKGHYDyK0wMlBXEA">/pages/qi1ZrKGHYDyK0wMlBXEA</a></td></tr><tr><td><strong>Station Health</strong></td><td>Returns hour-by-hour health status of the entire OS Net for a given date.</td><td><a href="/pages/ZxwBPfBUWARzW2s8O9RH">/pages/ZxwBPfBUWARzW2s8O9RH</a></td></tr><tr><td><strong>Rinex</strong></td><td>Return list of years with available RINEX data.</td><td><a href="/pages/2B6wxlMCyrnncBORt9gt">/pages/2B6wxlMCyrnncBORt9gt</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-net-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.
