/get/{slug}
Overview
The Counter JSON endpoint returns the incremented count and slug in JSON format.
Endpoint
GET /count.timeworn.net/get/{slug}Parameters
Prop
Type
Example Requests
Basic Request
https://count.timeworn.net/get/demoResponse
Returns a JSON object with the slug and its current count:
{
"slug": "demo",
"count": 42
}