API Endpoints

Dining and Shopping

ATM Locations

Tokens
× 1

API Credit Cost


Endpoint Overview

ATM Locations endpoint provides the locations of ATMs (also known as 'Cashpoint Machines') within a specified radius of a postcode.


Coverage

EnglandEngland
ScotlandScotland
WalesWales
N. IrelandN. Ireland

Update Frequency

Quarterly

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/atm-locations/?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/atm-locations/?key={api_key}&postcode=WS3+3PD

For example:

https://api.postcodearea.co.uk/atm-locations/?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/atm-locations/?key=&postcode=WS3+3PD
{"data":[{"Owner":"Omnicash","Location":"BEST ONE","Address1":"100-104 WHARF ROAD","Address2":"GNOSALL","Address3":"STAFFORD","Address4":"STAFFORDSHIRE","Postcode":"ST20 0DA","Latitude":"52.77928","Longitude":"-2.26339","Distance":0.86},{"Owner":"Notemachine","Location":"HAUGHTON ROAD SPSO","Address1":"3 NEWPORT ROAD","Address2":"HAUGHTON","Address3":"STAFFORD","Address4":"STAFFORDSHIRE","Postcode":"ST18 9EZ","Latitude":"52.78207","Longitude":"-2.20292","Distance":1.9},{"Owner":"YourCash ATM Systems Ltd","Location":"WOODSEAVES SPSO","Address1":"NEWPORT ROAD","Address2":"WOODSEAVES","Address3":"STAFFORD","Address4":"STAFFORDSHIRE","Postcode":"ST20 0NP","Latitude":"52.82376","Longitude":"-2.30143","Distance":3.38},{"Owner":"Paypoint","Location":"Bradbury Rise Store","Address1":"5 Bradbury Rise","Address2":"","Address3":"Stafford","Address4":"Staffordshire","Postcode":"ST16 1EL","Latitude":"52.81183","Longitude":"-2.1449","Distance":4.62},{"Owner":"Bank Machine Ltd","Location":"A N Grimes News / Spar","Address1":"5 Cape Avenue","Address2":"Western Downs","Address3":"STAFFORD","Address4":"Staffordshire","Postcode":"ST17 9FL","Latitude":"52.78863","Longitude":"-2.13661","Distance":4.64},{"Owner":"Barclays Bank plc","Location":"Barclays Bank","Address1":"Moorland Road","Address2":"","Address3":"Burslem","Address4":"Staffordshire","Postcode":"ST16 1DH","Latitude":"52.79787","Longitude":"-2.13654","Distance":4.7},{"Owner":"Notemachine","Location":"THREE FISH","Address1":"STAFFORD ROAD","Address2":"","Address3":"NEWPORT","Address4":"SHROPSHIRE","Postcode":"TF10 9BY","Latitude":"52.77017","Longitude":"-2.35787","Distance":4.76},{"Owner":"Bank Machine Ltd","Location":"Martins","Address1":"132/134 Westway","Address2":"Highfields No 2 Estate","Address3":"STAFFORD","Address4":"Staffordshire","Postcode":"ST17 9YF","Latitude":"52.7947","Longitude":"-2.13196","Distance":4.86},{"Owner":"Co-operative Bank plc","Location":"Co-op Store Eccleshall","Address1":"Co-op New Store","Address2":"Stone Road-Stafford Street","Address3":"Eccleshall","Address4":"Staffs","Postcode":"ST21 6BQ","Latitude":"52.85854","Longitude":"-2.2564","Distance":4.94},{"Owner":"National Westminster Bank/NatWest","Location":"NATWEST","Address1":"13 HIGH STREET","Address2":"","Address3":"ECCLESHALL","Address4":"STAFFORDSHIRE","Postcode":"ST21 6BP","Latitude":"52.85951","Longitude":"-2.25241","Distance":5}],"response_time":0.4688,"Source":"PostcodeArea API","Output Area":"Radius","Radius":10,"Distance Unit":"Mile","Records":10,"Unique Fields":10,"Referrer":"api.postcodearea.co.uk","Host":"https://api.postcodearea.co.uk/atm-locations/?key=pa_XWQAV24RXCUU19NGUFM11TKTLN&postcode=st200ly","Endpoint":"/atm-locations/?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