Skip to content

Latest commit

 

History

History

sportdataapi

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Description

Get sports data from all over the world with our sports data API

Example Request

  • Curl
curl "https://app.sportdataapi.com/api/v1/soccer/countries?apikey={{token}}&continent=Europe"
  • Raw
GET /api/v1/soccer/countries?apikey={{token}}&continent=Europe HTTP/1.1
Host: app.sportdataapi.com
...

Response

  • Success
{
   "query":{
      "continent":"Europe"
   },
   "results":[
        {
            "id":135,
            "name":"Europe",
            "country_code":null,
            "continent":"Europe"
        },
        {
            "id":8,
            "name":"Albania",
            "country_code":"al",
            "continent":"Europe"
        },
        ...
    ]
}
  • Error
{
    "error":"Not enough requests."
}

Regex

[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}

Example API key

da3ec69e-bdc3-8f07-b5e3-6521c026d4be