# Retrieve region details Retrieve the details of the specified region. Endpoint: GET /regions/{region} Version: 3.0.0 Security: SessionKey ## Path parameters: - `region` (integer, required) Unique identifier of the requested region ## Response 200 fields (application/json): - `self` (string) URI of the region resource - `name` (string) Unique name of the region - `country` (string) Country in which the region is located - `district` (string) Parish, state, province, county, etc. in which the region is located - `city` (string) City, town or village in which the region is located - `icon` (string) URI of an icon that represents the region (e.g. flag) ## Response 404 fields (application/json): - `message` (string) Reason for the given response.