Skip to main content
GET
/
status
API Status
curl --request GET \
  --url https://api.exchangeratesapi.com.au/status
{
  "status": "operational",
  "last_update": "2025-09-01T16:00:00Z",
  "stale": false,
  "next_update_expected": "2025-09-02T06:00:00Z"
}

Response

API status information

status
enum<string>
required

Current API status

Available options:
operational,
degraded
last_update
string
required

Last successful data update timestamp or 'unknown'

stale
boolean
required

Whether the data is considered stale

next_update_expected
string
required

ISO 8601 timestamp of when next RBA update is expected