Skip to main content
POST
/
v1
/
addressLookup
Address lookup
curl --request POST \
  --url https://api.voltview.co.uk/v1/addressLookup \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "postCode": "<string>"
}
'
[
  {
    "id": "<string>",
    "address": "<string>",
    "postcode": "<string>",
    "mpan": "<string>",
    "mprn": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.voltview.co.uk/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

VoltView API key

Body

application/json
postCode
string
required

Postal code to search

fuelType
enum<string>
required

Type of fuel service

Available options:
elec,
gas

Customer consent for data access

Available options:
Yes,
No

Response

Address lookup successful

id
string

Address identifier

address
string

Full address

postcode
string

Postal code

mpan
string

Meter Point Administration Number for electricity

mprn
string

Meter Point Reference Number for gas