mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 10:54:28 +00:00
29 lines
691 B
JSON
29 lines
691 B
JSON
{
|
|
"lookupPostcode": [
|
|
{
|
|
"title": "Lookup postcode",
|
|
"run_check": false,
|
|
"request": {
|
|
"postcode": "SW1A 2AA"
|
|
},
|
|
"response": {
|
|
"addresses": [
|
|
{
|
|
"line_one": "Prime Minister & First Lord Of The Treasury",
|
|
"line_two": "10 Downing Street",
|
|
"summary": "",
|
|
"organisation": "Prime Minister & First Lord Of The Treasury",
|
|
"building_name": "",
|
|
"premise": "10",
|
|
"street": "Downing Street",
|
|
"locality": "",
|
|
"town": "LONDON",
|
|
"county": "London",
|
|
"postcode": "SW1A 2AA"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|