Gets information about all UK postal codes within your data library.
Example response
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
{
"total": 1813082,
"count": 5,
"offset": 0,
"results": [
{
"postcode": "AB101AA",
"longitude": -2.096647896,
"latitude": 57.14823188
},
{
"postcode": "AB101AB",
"longitude": -2.097262456,
"latitude": 57.1493033629
},
{
"postcode": "AB101AF",
"longitude": -2.097806027,
"latitude": 57.14870708
},
{
"postcode": "AB101AG",
"longitude": -2.096647896,
"latitude": 57.14823188
},
{
"postcode": "AB101AH",
"longitude": -2.094664297,
"latitude": 57.14808068
}
]
}