latestOpenAPI 3.0.02026-08-0811452.3 KB

d8c8699063a9

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
  }
]