Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.dadosfutebol.com.br/v1/status
{ "status": "operacional", "versao": "1.0.0", "ambiente": "producao" }
Retorna o status atual da API, a versão e o ambiente. Endpoint público, não requer autenticação.
Status da API
"operacional"
"1.0.0"
"producao"
Was this page helpful?