Get a team

Get a team

GET /v1/teams/{id}

A single team.

Parameters

id required Team id.
lang optional Localize the team name (21 languages, English fallback).

Example

GET /v1/teams/{id}
curl https://api.5dollarfootballapi.com/v1/teams/{id}
  -H "Authorization: Bearer fb_live_your_key"
{
  "success": 1,
  "data": {
    "id": 594,
    "name": "Pyunik Yerevan"
  }
}

Need a key? Create a free account — a working key is issued instantly, no card required.