Skip to main content
GET
/
count.txt
Get current count (plain text)
curl --request GET \
  --url https://nums.advay.ca/count.txt
"73"

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 as plain text. Example
curl "https://<deployment>/count.txt?id=home"

Query Parameters

id
string

Response

200 - text/plain

OK

The response is of type string.

Example:

"73"