curl --request GET \
--url https://api.ctrl-hub.com/v3/governance/streets/{usrn} \
--header 'Authorization: Bearer <token>'{
"data": {
"type": "streets",
"id": "ec2176a1-2c1b-42fb-a81a-edbe10b7b19f",
"attributes": {
"usrn": 4601764,
"location": {
"coordinates": [
[
[
640921.4380000001,
310210.6919999998,
0
],
[
641634.2631999999,
309910.6437999997,
0
]
]
],
"type": "MultiLineString"
}
}
}
}Find a street by USRN
curl --request GET \
--url https://api.ctrl-hub.com/v3/governance/streets/{usrn} \
--header 'Authorization: Bearer <token>'{
"data": {
"type": "streets",
"id": "ec2176a1-2c1b-42fb-a81a-edbe10b7b19f",
"attributes": {
"usrn": 4601764,
"location": {
"coordinates": [
[
[
640921.4380000001,
310210.6919999998,
0
],
[
641634.2631999999,
309910.6437999997,
0
]
]
],
"type": "MultiLineString"
}
}
}
}To understand how to authenticate, see the auth docs
The USRN of the street
4601764
Show child attributes
The type of resource
streets "streets"
The street ID
"ec2176a1-2c1b-42fb-a81a-edbe10b7b19f"
Show child attributes
The Unique Street Reference Number
4601764
The street location in latitude and longitude