Skip to main content
GET
Get radar publication status

Authorizations

Authorization
string
header
required

API key sent in the Authorization header using Bearer format. Example: Authorization: Bearer YOUR_API_KEY

X-App
string
header
required

Application identifier sent in the X-App header using Bearer format. Example: X-App: Bearer YOUR_APP_ID

Response

Radar status retrieved successfully

healthy
boolean
required

Whether the radar publishing service is currently healthy.

Example:

true

latest
string
required

Latest available published radar timestamp in YYYYMMDDHHmm format.

Pattern: ^[0-9]{12}$
Example:

"202604022225"

timestamps
string[]
required

List of available published radar timestamps.

Pattern: ^[0-9]{12}$
Example:
Last modified on April 4, 2026