openstatus logoPricingDocsDashboard

Checker Playground

Jan 20, 2024 | by openstatus | [monitoring]

Checker Playground

You can now test your API or website from multiple regions around the world and experience the performance of your application from the different continents.

Learn more about dns, tls, ttfb and more metrics that are collected by the checker.

Go to the Playground to test your endpoint.

But there is more: use the https://checker.openstatus.dev/ping API endpoint to get the metrics by yourself.

For example:

curl --request POST \
  --url https://checker.openstatus.dev/ping/ams \
  --header 'Content-Type: application/json' \
  --header 'x-openstatus-key: <YOUR_API_KEY>' \
  --header 'prefer-fly-region: ams' \
  --data '{
  "url": "https://api.openstatus.dev/ping",
  "method": "GET"
}'

Read more about the Checker API in our docs.

Checker Playground | openstatus