API Endpoints

Census Demographics

Household Composition

Tokens
× 1

API Credit Cost


Endpoint Overview

Census2021 Demographics

The Household Composition endpoint details the structure of households within a postcode area, including family types and occupancy sizes.


Coverage

EnglandEngland
WalesWales

Update Frequency

Census

Request Format

HTTP Method:

GET

To use the API you should send an HTTP request to the following endpoint URL. This will return a JSON response.

https://api.postcodearea.co.uk/census-ts003/?key=&postcode={postcode}

Note that your key has automatically been added to the API endpoint for convenience.

Querystring Parameters:

{postcode}

A valid UK postcode (e.g., SW1A 1AA). Note that you can send the postcode with or without the space separating the outward and inward codes. For example, both "SW1A 1AA" and "SW1A1AA" are both valid.

{api_key}

A valid API key that authenticates your account.


Authorisation

For every endpoint request your API Key should be sent as part of the querystring:

https://api.postcodearea.co.uk/census-ts003/?key={api_key}&postcode=WS3+3PD

For example:

https://api.postcodearea.co.uk/census-ts003/?key=&postcode=WS3+3PD

Example Request and Response

If the above URL endpoint exists and the API key is valid, our system will return the following example response:

https://api.postcodearea.co.uk/census-ts003/?key=&postcode=WS3+3PD
{"data":[{"Postcode":"ST20 0LY","Household composition: Total":142,"Household composition: One person household":30,"Household composition: One person household: Aged 66 years and over":20,"Household composition: One person household: Other":10,"Household composition: Single family household":109,"Household composition: Single family household: All aged 66 years and over":36,"Household composition: Single family household: Married or civil partnership couple":57,"Household composition: Single family household: Married or civil partnership couple: No children":26,"Household composition: Single family household: Married or civil partnership couple: Dependent children":19,"Household composition: Single family household: Married or civil partnership couple: All children non-dependent":12,"Household composition: Single family household: Cohabiting couple family":10,"Household composition: Single family household: Cohabiting couple family: No children":4,"Household composition: Single family household: Cohabiting couple family: With dependent children":3,"Household composition: Single family household: Cohabiting couple family: All children non-dependent":3,"Household composition: Single family household: Lone parent family":6,"Household composition: Single family household: Lone parent family: With dependent children":3,"Household composition: Single family household: Lone parent family: All children non-dependent":3,"Household composition: Single family household: Other single family household":0,"Household composition: Single family household: Other single family household: Other family composition":0,"Household composition: Other household types":3,"Household composition: Other household types: With dependent children":1,"Household composition: Other household types: Other":2}],"response_time":0,"Source":"PostcodeArea API","Output Area":"OA","Radius":10,"Distance Unit":"Mile","Records":1,"Unique Fields":1,"Referrer":"api.postcodearea.co.uk","Host":"https://api.postcodearea.co.uk/census-ts003/?key=pa_XWQAV24RXCUU19NGUFM11TKTLN&postcode=st200ly","Endpoint":"/census-ts003/?key=pa_XWQAV24RXCUU19NGUFM11TKTLN&postcode=st200ly"}

Error Handling

HTTP Status Code Error Message Reason
400 Invalid postcode format The postcode provided is not valid.
401 Unauthorised request API key missing or invalid.
404 Postcode not found No data available for the given postcode.
404 No Results Found No data available for the given radius.
429 Too many requests Exceeded rate limit.
500 Internal server error An unexpected issue occurred.

Caching Policy

You may temporarily cache data retrieved from the API for performance optimisation purposes, provided that the cached data is:

  1. Stored in-memory only (e.g., application-level cache).
  2. Retained for no longer than one hour.

Caching API data to any persistent storage, including but not limited to databases, files, or external systems, constitutes a breach of our API Terms and Conditions. Such actions are strictly prohibited to ensure data accuracy and compliance with our licensing agreements.

If you have specific requirements for extended caching, you must seek prior written consent from us.


Get started today

Ready to use this data for your own business or organisation? Sign up today and get immediate access to all the PostcodeArea API endpoints.

Share this page