Countries-countryCode-provinces:GET

From Hostway API Documentation
Revision as of 12:58, 19 February 2013 by Mike.robski (Talk | contribs)
Jump to: navigation, search

GET /countries/{countryCode}/provinces

Get list of provinces for a given country.

Contents


Request

GET /countries/{countryCode}/provinces

Request Parameters

countryCode - string
The country code - e.g. US, CA, UK, DE, AU

URI Parameters

None.

Response

Status Code

200 OK
Success
404 Not Found
Returned if countryCode is not found or provinces are not defined for the given country.

Response Body

{
  "list": [
    {
      "isoCode": "AL",
      "name": "Alabama"
    },
    {
      "isoCode": "AK",
      "name": "Alaska"
    },	
...
...
    {
      "isoCode": "WI",
      "name": "Wisconsin"
    },
    {
      "isoCode": "WY",
      "name": "Wyoming"
    }
  ],
  "links": [
    "self": {"href": "https://api.hostway.com/countries/US/provinces/", "rel": "self"}
  ]
}
 

Parameters

isoCode - string
The state/province code - e.g. NJ, IL, DC, CA, FL
name - string
Full state/province name
links - list
Hypermedia for this resource. Links to self.

See also


blog comments powered by Disqus

Personal tools
Namespaces
Variants
Actions
APIs
Navigation
Toolbox