Skip to main content
You can check the current status of World services at status.world.org.
The Networks section is not up to date yet.
For transactions, status is determined by:
  • Disruption: Transactions taking longer than 45 seconds
  • Outage: Transactions taking longer than 5 minutes

Get Status

This endpoint returns the current status of all World services.

Query Params

boolean
Include logs=true to get historical status logs for each service.

Response

array
Array of service status objects, each containing:
string
Service name (e.g., “Mini Apps”, “World ID Verifications”)
string
Service identifier
string
Description of the service
string
Category the service belongs to (e.g., “mini-apps”, “world-id”, “finance”)
string
Current service status: “ok”, “warning”, or “error”
array
Historical status changes, containing:
  • datetime: Unix timestamp
  • status: Status at that time
  • name: Event name
  • description: Event description
  • downtime: Duration in seconds (if applicable)
object
Uptime percentages for different time periods:
  • 1: Last 24 hours
  • 7: Last 7 days
  • 30: Last 30 days
  • 90: Last 90 days