Skip to main content
POST
/
v1
/
meter
/
lookup
/
bulk
Bulk meter lookup
curl --request POST \
  --url https://api.voltview.co.uk/v1/meter/lookup/bulk \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "customerName": "<string>",
  "lookups": [
    {
      "addressId": "<string>"
    }
  ]
}
'
[
  {
    "mpan": "<string>",
    "mprn": "<string>",
    "address": "<string>",
    "postcode": "<string>",
    "supplier": "<string>",
    "meterSerialNumber": "<string>",
    "profileClass": "<string>",
    "eac": 123,
    "aq": 123
  }
]

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
customerName
string
required

Name of the customer

lookups
object[]
required
Maximum array length: 50

Response

Bulk lookup results

mpan
string

MPAN for electricity meters (13 digits)

mprn
string

MPRN for gas meters (6-10 digits)

address
string

Full address

postcode
string

Postcode

supplier
string

Current energy supplier

meterSerialNumber
string

Meter serial number

profileClass
string

Profile class code

eac
number

Estimated Annual Consumption in kWh

aq
number

Annual Quantity for gas meters in kWh