Skip to main content
GET
/
waitlist
/
stats
curl -X GET https://api.arca.example.com/waitlist/stats
{
  "qntFila": 42,
  "ultimaAtualizacao": "2024-03-15T14:30:00.000Z"
}
Retrieve statistics about the waitlist, including the total number of entries and the last update time.

Authentication

This endpoint does not require authentication.

Response

qntFila
number
Total number of entries in the waitlist.
ultimaAtualizacao
string
ISO timestamp of the most recent waitlist entry creation.
curl -X GET https://api.arca.example.com/waitlist/stats
{
  "qntFila": 42,
  "ultimaAtualizacao": "2024-03-15T14:30:00.000Z"
}
{
  "qntFila": 0,
  "ultimaAtualizacao": "2024-03-15T15:00:00.000Z"
}

Build docs developers (and LLMs) love