Gets information about all USA states within your data library.
Example response
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
{
"total": 59,
"count": 3,
"offset": 0,
"results": [
{
"code": "Alabama",
"name": "AL"
},
{
"code": "Alaska",
"name": "AK"
},
{
"code": "Arizona",
"name": "AZ"
}
]
}