GET
/
count.txt
Get current count (plain text)
curl --request GET \
  --url https://nums.advay.ca/count.txt
"73"
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"