/{slug}
Overview
The Counter endpoint returns an image representation of a counter for a given slug. This endpoint increments the count each time it's accessed, making it useful for displaying live counters in documentation, blogs, or any web application.
Endpoint
GET /count.timeworn.net/{slug}Parameters
Prop
Type
Example Requests
Basic Counter
https://count.timeworn.net/demoCustom Styling
https://count.timeworn.net/demo?theme=moebooru&padding=10&scale=1.5&darkmode=darkResponse
Returns an image representing the current count for the specified slug.