Welcome to the nums API. Increment, read, and display counters as JSON, text, or badges.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.
Base URL
- Hosted instance:
https://nums.advay.ca/ - Self-host:
https://<project>.vercel.app
Authentication
- Only
/hitrequires your secret. Send asX-Auth-Tokenheader or?token=query. - Read endpoints (
/count,/count.txt,/badge,/badge.json) are public.
Environment
SECRET_TOKEN— required for write access to/hitUPSTASH_REDIS_URLandUPSTASH_REDIS_PASSWORD— recommended for persistence (or setREDIS_URL)