Simple Counter
A super simple counter application that allows the clients to increment and get latest counter values
2 subscribers
8.4/10 popularity
595 ms avg latency
100% success rate
2 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Simple Counter endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Increase the counter value /inc |
Increase the counter value by one. If the counter is not present, a new counter will be created and initialized to value 0. |
| GET |
Get latest counter value /get |
Get latest counter value. If the counter is not present, a value of -1 is returned. |
Simple Counter pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 20 / second |
|
| PRO | $1 / month | — |
|