Padelhalls Sweden API

Padelregler.se API for Padelhalls in Sweden is open and free to use, with a default limit of 10 requests per day. If you would like to do more requests, please contact us.

How to use Padehalls API

Its a REST API that you can access with your personal API Key.

API Key can be requested on Padelhallar Öppet API.

Base URL

https://api.padelregler.se

Endpoint

/padelhalls

Method

GET

Header

Add your personal API Key as value to header named:
ApiKey

Request Example
                
GET https://api.padelregler.se/padelhalls
ApiKey: your-personal-API-key
                
Responses
Successful

Succesful response returns status code 200 and a JSON array containing Padelhalls, for example:

                
[
    {
        "name": "Padel on the beach Åhus",
        "postalCode": "296 32",
        "city": "Åhus",
        "street": "Badvägen 1",
        "website": "https://ahuspadelcenter.se",
        "indoor": false,
        "outdoor": true,
        "county": "M",
        "coordinates": {
            "lat": 55.9360685,
            "lng": 14.3189728
        },
        "freeToPlay": false
    },
    {
        "name": "Padel Club Ljungby",
        "postalCode": "341 32",
        "city": "Ljungby",
        "street": "Ringvägen 1A",
        "website": "https://padelclubljungby.se",
        "indoor": true,
        "outdoor": false,
        "county": "G",
        "coordinates": {
            "lat": 56.81394530000001,
            "lng": 13.9079302
        },
        "freeToPlay": false
    }
]
                
Unsuccessful

Invalid ApiKey header, or reached daily quote of requests, returns status code 401.

County codes

To find county codes you can, for example, look at Wikipedia.