Skip to main content
Creating a new NHS England: NHS England and NHS Digital merged on 1 February 2023. More about the merger.

Data Registers Service: API user endpoints

This is the starting point for viewing and configuring our register data.

Here is the base URL for NHS Digital registers. 

https://digital.nhs.uk/services/data-registers-service/

For best results we recommend using Google Chrome or Mozilla Firefox web browsers


Choose an endpoint

We have several endpoints for our registers, at which you can:

  • view Schemas
  • view tables within a schema
  • view all columns and data types in a table
  • get all current records from a table
  • get all archive records from a table
  • get all records from a table

Query for the all Schema

https://registers.digital.nhs.uk/schema/

Query for the all schema: example response


Query for the all Tables in Schema

https://registers.digital.nhs.uk/schema/dbo/table/

Query for the all Tables in Schema: example response


Query for the all Columns in Table

https://registers.digital.nhs.uk/schema/dbo/table/ONS_CHD_GEO_LISTINGS/column/

Query for the all Columns in Table: example response


Query for the Table Data

https://registers.digital.nhs.uk/schema/dbo/table/ONS_CHD_GEO_LISTINGS/query

Query for the Table Data: example response


Query for the Pagination

https://registers.digital.nhs.uk/schema/dbo/table/ONS_CHD_GEO_LISTINGS/query?page=1

Parameters

page = 1

 

Query for the Pagination: example response


Query for the Archive Data End Date Not Null

https://registers.digital.nhs.uk/schema/dbo/table/ONS_CHD_GEO_LISTINGS/query?filter=archived

Parameters

filter = archived

Query for the Archive Data End Date Not Null: example response


Query for the All Data

https://registers.digital.nhs.uk/schema/dbo/table/ONS_CHD_GEO_LISTINGS/query?filter=all

Parameters

filter = all

Query for the All Data: example response


Query for the Latest Data End Date is Null

https://registers.digital.nhs.uk/schema/dbo/table/ONS_CHD_GEO_LISTINGS/query?filter=latest

Parameters

filter = latest

Query for the Latest Data End Date Not Null: example response


Query for the Table Data with download true

https://registers.digital.nhs.uk/schema/dbo/table/ONS_CHD_GEO_LISTINGS/query?download=true

Parameters

download = true

Query for the Table Data with download true: example response


Query for the Table Data with download false

https://registers.digital.nhs.uk/schema/dbo/table/ONS_CHD_GEO_LISTINGS/query?download=false

Parameters

download = false

Query for the Table Data with download false: example response

Last edited: 13 July 2018 10:51 am