Barclays Branch Locator API

Find Barclays bank branches with addresses, phone numbers, and operating hours.

Operations 2

GET /branches #
HEAD /branches #

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/branch-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-branch-locator-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: Branch Locator
  description: The Barclays Branch Locator API enables users to locate all Barclays branches throughout the UK. Using longitudinal
    and latitudinal data, users can find the location of the branch, the opening hours and the facilities available at each
    individual branch.
  version: '2.2'
x-method: searched
x-source: https://developer.barclays.com/api/apis/versions/d9b83b29-42e2-4cb3-ad8f-100d2c9a6314.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-branch-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:
  /branches:
    get:
      operationId: getBranches
      responses:
        '200':
          description: ''
          content:
            application/json:
              example: null
      x-media-type-request-default: 'false'
      x-media-type-response-default: 'false'
    head:
      description: Gets header information on branch objects.
      operationId: headbranches
      responses:
        default:
          description: ''
          content:
            '*/*':
              example: null
      x-media-type-request-default: 'false'
      x-media-type-response-default: 'false'
components: {}