Postal Address
Postal Addresses are accessed at URL https://api.whenfresh.com/world/gb/addresses
, either by initiating a search...
https://api.whenfresh.com/world/gb/addresses?postcode=LS23%206TR
...or by appending a known address key:
https://api.whenfresh.com/world/gb/addresses/8e05h·0
Properties
Property | Expected Type | Description |
---|---|---|
label | Text | e.g. "10 Downing Street" |
catalog | Catalog | Catalog of available variables for the address. |
Example JSON
{
"@id" : "https://api.whenfresh.com/world/gb/addresses/8e05h·0",
"label" : "1 Spa Mews",
"@type" : "PostalAddress",
"catalog" : {
"@type" : "Catalog",
"@id" : "https://api.whenfresh.com/world/gb/addresses/8e05h·0/catalog"
}
}