Skip to main content
GET
/
v1
/
me
Perfil da API Key
curl --request GET \
  --url https://api.dadosfutebol.com.br/v1/me \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "plano": "free",
    "limites": {
      "requisicoes": 1000,
      "periodo": "dia"
    },
    "consumo": {
      "requisicoes_utilizadas": 150,
      "requisicoes_restantes": 850
    }
  }
}

Authorizations

Authorization
string
header
required

Informe sua API Key no header Authorization: Bearer {sua_api_key}

Response

Informações do perfil

data
object