Instacount
A JSON API providing high-performance, durable counters that can be securely accessed from anywhere!
7 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Instacount endpoints
| Method | Endpoint | Description |
|---|---|---|
| Sharded Counters | ||
| POST |
Increment Counter /sharded_counters/{counter_name}/increments |
Increment a counter by 1 or a specified amount. |
| PUT |
Update Counter /sharded_counters/{counter_name} |
Update the attributes of a counter. Note: to increment/decrement a counter, use those endpoints instead. |
| GET |
Retrieve Counter /sharded_counters/{counter_name} |
Get a counter by its name. |
| GET |
Counter Operation /sharded_counters/{counter_name}/shards/{shard_number}/operations/{operation_id} |
A discrete increment or decrement operation that was performed against a shard of a counter. |
| POST |
Create Counter /sharded_counters |
Create a new Counter with a count of zero. The identifier of the counter will be indicated by the value of the X-Instacount-Counter-Id in the response headers. Additionally, the… |
| POST |
Decrement Counter /sharded_counters/{counter_name}/decrements |
Decrement a counter by 1 or a specified amount. |
| Instacount Health | ||
| GET |
Health Check /health |
Check the health of the Instacount API. |
Instacount pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $2 / month | — |
|
| ULTRA | $7 / month | — |
|
| MEGA Recommended | $15 / month | — |
|