Random Postcode
random_postcodeGet a random valid UK postcode with full geographic details. Returns coordinates, region, district, ward, and constituency.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | Latitude coordinate | |
| lon | No | Longitude coordinate | |
| codes | Yes | Codes mapping object | |
| incode | Yes | Incode part of postcode | |
| region | No | Region name | |
| country | Yes | Country name | |
| outcode | Yes | Outcode part of postcode | |
| eastings | No | Eastings grid reference | |
| postcode | Yes | The UK postcode | |
| northings | No | Northings grid reference | |
| admin_ward | No | Administrative ward | |
| admin_district | No | Administrative district | |
| parliamentary_constituency | No | Parliamentary constituency |