Sofascore Scraper

ENDPOINTS
GET/teams/details

Team Details

Team profile: country, logo, colours, founded, manager, venue, primary tournament, followers and current form.

QUERY PARAMS

Sofascore team id or any sofascore.com team URL.

Examples:

  • ID: 42 (Arsenal)
  • URL: https://www.sofascore.com/team/football/arsenal/42
{
  "team": {
    "id": 42,
    "name": "Arsenal",
    "short_name": "Arsenal",
    "code": "ARS",
    "slug": "arsenal",
    "link": "https://www.sofascore.com/team/football/arsenal/42",
    "image_link": "https://img.sofascore.com/api/v1/team/42/image",
    "sport": {
      "id": 1,
      "name": "Football",
      "slug": "football"
    },
    "country": {
      "name": "England",
      "alpha2": "EN",
      "alpha3": "ENG",
      "slug": "england"
    },
    "gender": "M",
    "is_national": false,
    "colors": {
      "primary": "#cc0000",
      "secondary": "#ffffff",
      "text": "#ffffff"
    },
    "followers_count": 4194250,
    "founded_date": "1886-10-01",
    "manager": {
      "id": 794075,
      "name": "Mikel Arteta",
      "short_name": "M. Arteta",
      "slug": "mikel-arteta",
      "link": "https://www.sofascore.com/manager/mikel-arteta/794075",
      "image_link": "https://img.sofascore.com/api/v1/manager/794075/image",
      "country": {
        "name": "Spain",
        "alpha2": "ES",
        "alpha3": "ESP",
        "slug": "spain"
      }
    },
    "venue": {
      "id": 624,
      "name": "Emirates Stadium",
      "slug": "emirates-stadium",
      "capacity": 60704,
      "city": "London",
      "country": {
        "name": "England",
        "alpha2": "EN",
        "alpha3": "ENG",
        "slug": "england"
      },
      "coordinates": {
        "latitude": 51.55504,
        "longitude": -0.1084
      }
    },
    "category": {
      "id": 1,
      "name": "England",
      "slug": "england",
      "link": "https://www.sofascore.com/football/england",
      "sport": {
        "id": 1,
        "name": "Football",
        "slug": "football"
      },
      "country": {
        "name": "England",
        "alpha2": "EN",
        "alpha3": "ENG",
        "slug": "england"
      },
      "flag_image_link": "https://img.sofascore.com/api/v1/country/EN/flag"
    },
    "primary_tournament": {
      "id": 17,
      "name": "Premier League",
      "slug": "premier-league",
      "link": "https://www.sofascore.com/tournament/football/england/premier-league/17",
      "image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image",
      "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image/dark",
      "colors": {
        "primary": "#3c1c5a",
        "secondary": "#f80158"
      },
      "followers_count": 1356594,
      "category": {
        "id": 1,
        "name": "England",
        "slug": "england",
        "link": "https://www.sofascore.com/football/england",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "flag_image_link": "https://img.sofascore.com/api/v1/country/EN/flag"
      }
    },
    "form": {
      "average_rating": 7.81,
      "position": 2,
      "value": 9,
      "last_matches": [
        "W",
        "W",
        "W"
      ]
    },
    "tournaments": [
      {
        "id": 7,
        "name": "UEFA Champions League",
        "slug": "uefa-champions-league",
        "link": "https://www.sofascore.com/tournament/football/europe/uefa-champions-league/7",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/7/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/7/image/dark",
        "colors": {
          "primary": "#062b5c",
          "secondary": "#086aab"
        },
        "followers_count": 1189944,
        "category": {
          "id": 1465,
          "name": "Europe",
          "slug": "europe",
          "link": "https://www.sofascore.com/football/europe",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": null,
          "flag_image_link": "https://img.sofascore.com/api/v1/country/europe/flag"
        }
      },
      {
        "id": 17,
        "name": "Premier League",
        "slug": "premier-league",
        "link": "https://www.sofascore.com/tournament/football/england/premier-league/17",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image/dark",
        "colors": {
          "primary": "#3c1c5a",
          "secondary": "#f80158"
        },
        "followers_count": 1356594,
        "category": {
          "id": 1,
          "name": "England",
          "slug": "england",
          "link": "https://www.sofascore.com/football/england",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": null,
          "flag_image_link": "https://img.sofascore.com/api/v1/country/EN/flag"
        }
      },
      {
        "id": 21,
        "name": "EFL Cup",
        "slug": "efl-cup",
        "link": "https://www.sofascore.com/tournament/football/england/efl-cup/21",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/21/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/21/image/dark",
        "colors": {
          "primary": "#203e93",
          "secondary": "#bc1723"
        },
        "followers_count": 165297,
        "category": {
          "id": 1,
          "name": "England",
          "slug": "england",
          "link": "https://www.sofascore.com/football/england",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": null,
          "flag_image_link": "https://img.sofascore.com/api/v1/country/EN/flag"
        }
      },
      {
        "id": 346,
        "name": "Community Shield",
        "slug": "community-shield",
        "link": "https://www.sofascore.com/tournament/football/england/community-shield/346",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/346/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/346/image/dark",
        "colors": {
          "primary": "#e4051f",
          "secondary": "#949fa4"
        },
        "followers_count": 48009,
        "category": {
          "id": 1,
          "name": "England",
          "slug": "england",
          "link": "https://www.sofascore.com/football/england",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": null,
          "flag_image_link": "https://img.sofascore.com/api/v1/country/EN/flag"
        }
      },
      {
        "id": 1295,
        "name": "Emirates Cup",
        "slug": "emirates-cup",
        "link": "https://www.sofascore.com/tournament/football/world/emirates-cup/1295",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/1295/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/1295/image/dark",
        "colors": {
          "primary": "#67848f",
          "secondary": "#66838e"
        },
        "followers_count": 7511,
        "category": {
          "id": 1468,
          "name": "World",
          "slug": "world",
          "link": "https://www.sofascore.com/football/world",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": null,
          "flag_image_link": "https://img.sofascore.com/api/v1/country/international/flag"
        }
      }
    ]
  }
}