Countries States JSON API

Get every country's states in JSON format.

Quick Start Guide

Access JSON files using any HTTP client, browser, or command-line tool.

Command Line Example

curl ${window.location.origin}/example1.json

Expected Response

{
  states:["state 1","state 2", "state 3"]
}