Skip to main content
GET
/
v3
/
geo
/
streets
/
{street_id}
cURL
curl --request GET \
  --url https://api.ctrl-hub.com/v3/geo/streets/{street_id} \
  --header 'X-Session-Token: <api-key>'
{
  "data": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "type": "<string>",
    "attributes": {
      "usrn": 123,
      "name": "<string>",
      "location": {
        "british_national_grid": [
          [
            {
              "northing": 123,
              "easting": 123
            }
          ]
        ]
      },
      "highway_authority": "<string>",
      "highway_authority_code": 123,
      "town": "<string>"
    },
    "meta": {
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z"
    },
    "relationships": {
      "properties": {
        "data": [
          {
            "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
            "type": "<string>"
          }
        ]
      }
    }
  },
  "jsonapi": {
    "version": "<string>"
  },
  "included": "<array>"
}

Authorizations

X-Session-Token
string
header
required

Session token for authentication.

Path Parameters

street_id
required

A unique identifier for a Street.

Response

Get a street.

JSON API response object

data
object
required

A street

jsonapi
object
required
included
array

Related resources that can be included when a street is returned