Response

{
    "code": "200",
    "msg": "States found",
    "object": [
        {
            "code": "AL",
            "name": "Alabama"
        },
        {
            "code": "AK",
            "name": "Alaska"
        },
        {
            "code": "AZ",
            "name": "Arizona"
        },
            .
            .
            .
        {
            "code": "WY",
            "name": "Wyoming"
        }
    ]
}
Language
Click Try It! to start a request and see the response here!