Sandbox

Sample payloads

Fixed, realistic responses you can wire your parser against before pointing at the live API. Sandbox data is generated in your browser and never reads or modifies production Economics and War data.

{
  "data": [
    {
      "id": "00000000-0000-4000-8000-000000000001",
      "nation_name": "Sandbox Republic",
      "leader_name": "Test Chancellor",
      "capital": "Portmere",
      "government_type": "federal_republic",
      "region_id": "sandbox",
      "national_score": 1420.5,
      "development_score": 610,
      "population": 2450000,
      "war_status": "peace"
    }
  ],
  "pagination": {
    "page": 1,
    "limit": 25,
    "total": 1,
    "pages": 1
  }
}