/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/demo

Response

Returns a JSON object with the slug and its current count:

{
  "slug": "demo",
  "count": 42
}

On this page