[Go to site: main page, start]

Docs

PingPing developer documentation

Use the REST API to add websites, fetch checks, configure notifications, and wire status pages into your own tooling. JSON responses, simple bearer-token auth, no SDK required.

Quickstart

Grab your API token under Account → API, activate it, then make your first call:

curl https://pingping.io/webapi/monitors \
  -H 'Authorization: Bearer YOUR_API_TOKEN' \
  -H 'Accept: application/json'

See Authentication for query-parameter auth and token management.

Browse the reference

Not building against the API?