Live Documentation

Learn and interact with the API inside documentation.

Ping

A simple API endpoint to use for testing.

This endpoint is anonymous, it can be used to test your connectivity or ability to parse the return format.

If you want to test your authentication, see the Whoami API endpoint.

Response Body

The following is an actual API response to your browser's HTTP GET request.

{
    "ping": "pong"
}

GET Ping

GET [json] [jsonp] [json-t] [html] [xhtml] [txt] [xml]