Barclays ATM Locator API

Find the nearest Barclays ATMs with details on available services and operating hours.

Operations 2

GET /atms #
HEAD /atms #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/atm-locator-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

barclays-atm-locator-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: ATM Locator
  description: The Barclays ATM Finder API allows users to locate all Barclays Automated Teller Machines across the UK. Users
    will be able to view the town, street name and postcode the ATM is located on and the services available at each individual
    machine.
  version: '2.2'
x-method: searched
x-source: https://developer.barclays.com/api/apis/versions/c9e28aaa-51a1-4c9b-b8d4-f2b7ac090aa7.bdn/design?specification=oas31
x-harvested: '2026-09-04'
x-harvested-note: Verbatim OpenAPI 3.1 design export from the Barclays API Exchange registry (developer.barclays.com), fetched
  anonymously. The untouched export is in openapi/_original/barclays-atm-locator-openapi.json. The UK Open Banking documents
  carry OBIE (openbanking.org.uk) in info.contact/termsOfService because they are the OBIE standard contract as Barclays implements
  and publishes it — the API, the registry record and the host are Barclays'.
paths:
  /atms:
    get:
      operationId: getAtms
      responses:
        default:
          description: ''
          content:
            application/json:
              example: null
    head:
      description: Gets header information on branch objects.
      operationId: headatms
      responses:
        default:
          description: ''
          content:
            '*/*':
              example: null
      x-media-type-request-default: 'true'
      x-media-type-response-default: 'true'
components: {}