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>"
}Retrieve an individual street by its ID or USRN.
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>"
}Session token for authentication.
A unique identifier for a Street.