Regions
- URL:https://<portals-url>/regions
Description
Lists the available regions.
Request Parameters
|
Parameter |
Details |
|---|---|
| f |
The response format. The response formats for this resource are JSON and PJSON. Values: json | pjson |
Example Usage
https://www.arcgis.com/sharing/rest/portals/regions?f=pjson
JSON Response Syntax
[{"name":"<region_name>","region":"<region_abbreviation>","localizedName":"<localized name>"}]
JSON Response Example
[{"name":"World","region":"WO","localizedName":"World"},
{"name":"Australia","region":"AU","localizedName":"Australia"},
{"name":"Austria","region":"AT","localizedName":"Austria"},
{"name":"Bolivia","region":"BO","localizedName":"Bolivia"},
{"name":"Brazil","region":"BR","localizedName":"Brazil"},