
CountAPI is a public API providing free and simple counting service. you can use it to track page hits and specific events.
This API is publicly accessible without authentication.
GET https://api.example.com/v1/status| Method | Path | Description |
|---|---|---|
| GET | https://countapi.xyz | Primary API endpoint. |
curl -X GET "https://countapi.xyz" \ -H "Accept: application/json"