Skip to main content

CountApi

API

core

get

Get

set

Set
  • Description: Set the value of a key. Optionally specify the namespace. The key must be created with enable_reset set to 1 (true).
  • Docs: https://countapi.xyz/

update

Update
  • Description: Updates a key with +/- amount. Optionally specify the namespace. The amount must be within update_lowerbound and update_upperbound specified during the creation of the key.
  • Docs: https://countapi.xyz/

hit

Hit
  • Description: An easier way to track incrementing by one keys. This endpoint will create a key if it doesn't exists and increment it by one on each subsequent request.
  • Docs: https://countapi.xyz/

create

Create

info

Info