Skip to main content
GET
/
count
Get current count (JSON)
curl --request GET \
  --url https://nums.advay.ca/count
{
  "id": "<string>",
  "hits": 123,
  "source": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.advay.ca/llms.txt

Use this file to discover all available pages before exploring further.

Return the current hit count for an id. Supports format=txt|text for plain text. Example
curl "https://<deployment>/count?id=home"

Query Parameters

id
string
format
enum<string>

Return plain text when set to txt or text

Available options:
txt,
text

Response

200 - application/json

OK

id
string
hits
integer
source
string