Counties

/counties

GET https://api.englandsquash.com/counties

Requires Level 1 access. Returns a list of all county names and countyID numbers

Headers

Name
Type
Description

APIToken

string

API key required to authenticate your request

    {
        "countyID": 1,
        "countyName": "Avon"
    },
    {
        "countyID": 2,
        "countyName": "Bedfordshire"
    },
    {
        "countyID": 3,
        "countyName": "Berkshire"
    },
    {
        "countyID": 4,
        "countyName": "Buckinghamshire"
    },
    {
        "countyID": 5,
        "countyName": "Cambridgeshire"
    },
    {
        "countyID": 6,
        "countyName": "Cheshire"
    },
    {
        "countyID": 7,
        "countyName": "Cornwall"
    },
    {
        "countyID": 8,
        "countyName": "Cumbria"
    },
    {
        "countyID": 9,
        "countyName": "Derbyshire"
    },
    {
        "countyID": 10,
        "countyName": "Devon"
    },
    {
        "countyID": 11,
        "countyName": "Dorset"
    },
    {
        "countyID": 12,
        "countyName": "Durham & Cleveland"
    },
    {
        "countyID": 13,
        "countyName": "Essex"
    },
    {
        "countyID": 14,
        "countyName": "Gloucestershire"
    },
    {
        "countyID": 15,
        "countyName": "Hampshire"
    },
    {
        "countyID": 16,
        "countyName": "Herefordshire"
    },
    {
        "countyID": 17,
        "countyName": "Hertfordshire"
    },
    {
        "countyID": 18,
        "countyName": "Kent"
    },
    {
        "countyID": 19,
        "countyName": "Lancashire"
    },
    {
        "countyID": 20,
        "countyName": "Leicestershire"
    },
    {
        "countyID": 21,
        "countyName": "Lincolnshire"
    },
    {
        "countyID": 22,
        "countyName": "Merseyside"
    },
    {
        "countyID": 23,
        "countyName": "Middlesex"
    },
    {
        "countyID": 24,
        "countyName": "Norfolk"
    },
    {
        "countyID": 25,
        "countyName": "Northamptonshire"
    },
    {
        "countyID": 26,
        "countyName": "Northumbria"
    },
    {
        "countyID": 27,
        "countyName": "Nottinghamshire"
    },
    {
        "countyID": 28,
        "countyName": "Oxfordshire"
    },
    {
        "countyID": 29,
        "countyName": "Shropshire"
    },
    {
        "countyID": 30,
        "countyName": "Somerset"
    },
    {
        "countyID": 31,
        "countyName": "Staffordshire"
    },
    {
        "countyID": 32,
        "countyName": "Suffolk"
    },
    {
        "countyID": 33,
        "countyName": "Surrey"
    },
    {
        "countyID": 34,
        "countyName": "Sussex"
    },
    {
        "countyID": 35,
        "countyName": "Warwickshire"
    },
    {
        "countyID": 36,
        "countyName": "Wiltshire"
    },
    {
        "countyID": 37,
        "countyName": "Worcestershire"
    },
    {
        "countyID": 38,
        "countyName": "Yorkshire"
    },
    {
        "countyID": 39,
        "countyName": "Other"
    },
    {
        "countyID": 40,
        "countyName": "Northumberland"
    }

Last updated