➡️ within-extent-spec
GET https://places-api.arcgis.com/arcgis/rest/services/places-service/v1/places/within-extent
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
xmin | string | The minimum x coordinate, or longitude, of the search extent. | |
ymin | string | The minimum y coordinate, or latitude, of the search extent. | |
xmax | string | The maximum x coordinate, or longitude, of the search extent. | |
ymax | string | The maximum y coordinate, or latitude, of the search extent. | |
categoryids | string | Filters places to those that match the category Ids. | |
pageSize | string | The number of places that should be sent in the response for a single request. | |
offset | string | Request results starting from the given offset. | |
f | string | The requested response format - either json or pjson (pretty json). | |
token | string | The authentication token with the premium:user:places privilege, used to access the Places service. |
RESPONSES
status: OK
{"results":[{"placeId":"a45b3f488788f4ae1138f08981a1e8f9","location":{"x":24.923854,"y":60.172184},"categories":[{"categoryId":"16032","label":"Park"}],"name":"Lutherinkatu, Puisto"},{"placeId":"6be263c64f04279a2c670d9d8bb0f528","location":{"x":24.942604,"y":60.173939},"categories":[{"categoryId":"16032","label":"Park"}],"name":"Kaisaniemi Park"},{"placeId":"f4dbb5aad163181c1b6ce032793778b7","location":{"x":24.933787,"y":60.172606},"categories":[{"categoryId":"16041","label":"Plaza"}],"name":"Eduskuntatalon Portaat"},{"placeId":"0f0a33b13cf47239bc3d531bb487b13b","location":{"x":24.95721,"y":60.160252},"categories":[{"categoryId":"16032","label":"Park"}],"name":"Armi Ratian puisto"},{"placeId":"96eb550ce3829a2f79d06e44563dc4e8","location":{"x":24.947328,"y":60.16746},"categories":[{"categoryId":"16026","label":"Monument"}],"name":"Statue of Johan Ludvig Runeberg"},{"placeId":"ceb438ccaa30f2dfdc3b8e2c1eac2113","location":{"x":24.922271,"y":60.172557},"categories":[{"categoryId":"16032","label":"Park"}],"name":"Sammonpuistikko"},{"placeId":"a56646d85fc462389f1bbe6f88ac3fef","location":{"x":24.949862,"y":60.173448},"categories":[{"categoryId":"16032","label":"Park"}],"name":"Varsapuistikko"},{"placeId":"f328b21539fe8a2b2c63baf860aa7e51","location":{"x":24.922284,"y":60.170877},"categories":[{"categoryId":"16037","label":"Playground"}],"name":"Leikkipaikka Perhon kenttä"},{"placeId":"4dc4f353afdc0fdca03af8dc7616d3bb","location":{"x":24.94198,"y":60.168701},"categories":[{"categoryId":"16026","label":"Monument"}],"name":"Stockan Kello"},{"placeId":"95e3db782754165a4df25e38329b07cb","location":{"x":24.948292,"y":60.159303},"categories":[{"categoryId":"16037","label":"Playground"}],"name":"Leikkipaikka"},{"placeId":"129790a03f705bfbff2f7569d3a21786","location":{"x":24.912572,"y":60.167155},"categories":[{"categoryId":"16032","label":"Park"}],"name":"Lapinlahden Puisto"},{"placeId":"63a323e9206a0ff1bb8e2b9bd0100b8c","location":{"x":24.931387,"y":60.176753},"categories":[{"categoryId":"16026","label":"Monument"}],"name":"Larin Parasken Patsas"},{"placeId":"d1939b08d56385c84b58e92490259674","location":{"x":24.916179,"y":60.172646},"categories":[{"categoryId":"16032","label":"Park"}],"name":"Hietakannas"},{"placeId":"80ab34d613322ce66b96ba99f75d1b4a","location":{"x":24.956528,"y":60.169454},"categories":[{"categoryId":"16032","label":"Park"}],"name":"Ritarihuoneen Puisto"},{"placeId":"8149d2e0ab1d815c992d0a0341a68735","location":{"x":24.92513,"y":60.163442},"categories":[{"categoryId":"16032","label":"Park"}],"name":"Köydenpunojanpuistikko"},{"placeId":"977c5a79a6a5b3dee28a04d8c3905cc5","location":{"x":24.922572,"y":60.172681},"categories":[{"categoryId":"16032","label":"Park"}],"name":"S. Kotamäen Puisto"},{"placeId":"2e46dd9d87dc2a3a63ed712cb268818f","location":{"x":24.976126,"y":60.167697},"categories":[{"categoryId":"16032","label":"Park"}],"name":"Matruusinpuisto"},{"placeId":"35ca2cae4aa60caf6f494c2317108f8d","location":{"x":24.948131,"y":60.159843},"categories":[{"categoryId":"16037","label":"Playground"}],"name":"Leikkipaikka Vuorimiehenpuistikko"},{"placeId":"35339846e03dbf5071d8624b7be68ed9","location":{"x":24.929043,"y":60.174505},"categories":[{"categoryId":"16032","label":"Park"}],"name":"Museon puisto / Museiparken"},{"placeId":"47330490bf55cb2fbc3b019cdba34704","location":{"x":24.939242,"y":60.167426},"categories":[{"categoryId":"16026","label":"Monument"}],"name":"Tursas ja merenneito"}],"pagination":{"nextUrl":"https://places-api.arcgis.com/arcgis/rest/services/places-service/v1/places/within-extent?xmin=24.89700000\u0026ymin=60.15900000\u0026xmax=24.97900000\u0026ymax=60.17800000\u0026categoryIds=16026,16041,16032\u0026f=pjson\u0026offset=20\u0026pageSize=20"}}