Incident Control Center

Flat, clean interface for managing your incident mock API and data quickly.
Total incidents 2

System Control

Primary endpoint: GET /api/v1/incidents
Required headers: api-key and X-IncidentTNX-Id
API Enabled

Create Incident

Incident List

Live list of all incident records.

Current Settings JSON

{
  "apiEnabled": true,
  "apiKey": "123",
  "lastUpdatedAt": "2026-04-19T11:02:50.628Z"
}

Current Incidents JSON

[
  {
    "incident_id": "019DA4E9-BA34-76FC-A738-8DC265B1A3ED",
    "incident_type": "flood",
    "incident_description": "Future park flood",
    "exact_location": "14,100",
    "exact_location_description": "Future park",
    "impact_level": 2,
    "priority": "Medium",
    "status": "DISPATCHED",
    "reported_by": "game",
    "created_at": "2026-04-19T08:44:34.228Z",
    "updated_at": "2026-04-20T10:55:53.238Z",
    "timeline": [
      {
        "time": "2026-04-19T08:44:03.809Z",
        "event": "Created",
        "detail": "Incident created"
      }
    ]
  },
  {
    "incident_id": "019C774D-1AC5-758B-AE95-5CD4AEB89258",
    "incident_type": "fire",
    "incident_description": "Fire reported near TU Dome (Verified)",
    "exact_location": "14.0649,100.6003",
    "exact_location_description": "TU Dome's outdoor parking lot",
    "impact_level": 1,
    "priority": "Low",
    "status": "REPORTED",
    "reported_by": "ReportVerify Service",
    "created_at": "2026-02-22T00:00:00Z",
    "updated_at": "2026-02-22T00:01:04Z",
    "timeline": [
      {
        "time": "2026-02-22T00:00:00Z",
        "event": "Created",
        "detail": "Incident verified"
      }
    ]
  }
]