{ "opencollection": "1.0.0", "info": { "name": "ESRI ArcGIS Platform Geocoding API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "token", "value": "{{token}}", "placement": "query" } }, "items": [ { "info": { "name": "Geocoding", "type": "folder" }, "items": [ { "info": { "name": "Geocode an address", "type": "http" }, "http": { "method": "GET", "url": "https://www.arcgis.com/sharing/rest/findAddressCandidates", "params": [ { "name": "SingleLine", "value": "", "type": "query", "description": "Single-line address string (e.g., \"380 New York St, Redlands, CA 92373\")" }, { "name": "Address", "value": "", "type": "query", "description": "Street address component" }, { "name": "City", "value": "", "type": "query" }, { "name": "Region", "value": "", "type": "query", "description": "State or province" }, { "name": "Postal", "value": "", "type": "query" }, { "name": "CountryCode", "value": "", "type": "query", "description": "ISO 3166-1 alpha-2 or alpha-3 country code" }, { "name": "maxLocations", "value": "", "type": "query" }, { "name": "outFields", "value": "", "type": "query", "description": "Comma-separated list of output fields (* for all)" }, { "name": "outSR", "value": "", "type": "query", "description": "Output spatial reference WKID" }, { "name": "token", "value": "", "type": "query" }, { "name": "f", "value": "", "type": "query" } ] }, "docs": "Converts address text into geographic coordinates (forward geocoding). Returns a list of address candidates with location coordinates and match scores." }, { "info": { "name": "Reverse geocode coordinates", "type": "http" }, "http": { "method": "GET", "url": "https://www.arcgis.com/sharing/rest/reverseGeocode", "params": [ { "name": "location", "value": "", "type": "query", "description": "Point location as JSON (e.g., {\"x\":-117.2,\"y\":34.06,\"spatialReference\":{\"wkid\":4326}})" }, { "name": "distance", "value": "", "type": "query", "description": "Distance in meters to search from the input location" }, { "name": "outSR", "value": "", "type": "query" }, { "name": "token", "value": "", "type": "query" }, { "name": "f", "value": "", "type": "query" } ] }, "docs": "Converts geographic coordinates to a readable address (reverse geocoding)." } ] } ], "bundled": true }