Sofascore Scraper

ENDPOINTS
GET/sports

Sports

Every sport on Sofascore with today's live and total match counts; the slug feeds every sport param.

QUERY PARAMS

Hours from UTC (-12 to 14) that set the day boundary.

Default: 0

{
  "count": 18,
  "sports": [
    {
      "slug": "table-tennis",
      "name": "Table Tennis",
      "live_matches": 20,
      "total_matches_today": 1251
    },
    {
      "slug": "football",
      "name": "Football",
      "live_matches": 45,
      "total_matches_today": 931
    },
    {
      "slug": "tennis",
      "name": "Tennis",
      "live_matches": 61,
      "total_matches_today": 615
    },
    {
      "slug": "minifootball",
      "name": "Minifootball",
      "live_matches": 1,
      "total_matches_today": 92
    },
    {
      "slug": "baseball",
      "name": "Baseball",
      "live_matches": 0,
      "total_matches_today": 69
    },
    {
      "slug": "badminton",
      "name": "Badminton",
      "live_matches": 4,
      "total_matches_today": 65
    },
    {
      "slug": "esports",
      "name": "Esports",
      "live_matches": 7,
      "total_matches_today": 56
    },
    {
      "slug": "basketball",
      "name": "Basketball",
      "live_matches": 2,
      "total_matches_today": 46
    },
    {
      "slug": "volleyball",
      "name": "Volleyball",
      "live_matches": 0,
      "total_matches_today": 44
    },
    {
      "slug": "ice-hockey",
      "name": "Ice Hockey",
      "live_matches": 3,
      "total_matches_today": 37
    },
    {
      "slug": "padel",
      "name": "Padel",
      "live_matches": 0,
      "total_matches_today": 35
    },
    {
      "slug": "futsal",
      "name": "Futsal",
      "live_matches": 0,
      "total_matches_today": 27
    },
    {
      "slug": "snooker",
      "name": "Snooker",
      "live_matches": 4,
      "total_matches_today": 16
    },
    {
      "slug": "cricket",
      "name": "Cricket",
      "live_matches": 8,
      "total_matches_today": 16
    },
    {
      "slug": "darts",
      "name": "Darts",
      "live_matches": 0,
      "total_matches_today": 15
    },
    {
      "slug": "handball",
      "name": "Handball",
      "live_matches": 0,
      "total_matches_today": 8
    },
    {
      "slug": "bandy",
      "name": "Bandy",
      "live_matches": 0,
      "total_matches_today": 5
    },
    {
      "slug": "american-football",
      "name": "American Football",
      "live_matches": 0,
      "total_matches_today": 1
    }
  ]
}