Status

API status

get/v1/status.{format}

Path parameters

formatstring required
Example:json

Use 'json' to return JSON arrays or object. Use 'csv' to return a CSV file.

Response

OK

buildTimestring

The last time the API was built.

runNumberinteger

The run ID. Set to zero if it is a non-production run.

productionboolean

Whether this is a production build of the API.

Example response

[
  {
    "buildTime": "2020-05-01T19:00:00Z",
    "production": true
  }
]

Changes

No recorded changes to this endpoint across all 1 revision of this API.