Mahsaalert: Get Layer Features
Mahsaalert via Parse · maps_geo
Get features for a specific map layer by layer key or ID. Optionally filter by bounding box. Returns feature coordinates, properties (name, city, province, description, date), and status. Supports pagination via limit and offset. Access map layer data from MahsaAlert (mahsaalert.app) including danger zones, confirmed attacks, evacuation warnings, citizen reports, and military/infrastructure sites across Iran. Supports filtering by layer, category, and geographic bounding box. Fulfilled by Parse from mahsaalert.app.
- government-public
- mahsaalert
- mahsaalert-app
- maps-geo
- news-media
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- maps_geo
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/2e3f1623-b586-4881-aa92-b57bb2544017/get_layer_features
- Interface artifact
- sha256:a993169720e6f795add7bc5f20b8c816f75cc3bd86697f08a1b3347b5b243312
- Manifest digest
- sha256:454f4585a0344bd11f1046b9075d7774bb35c02f0698f8d3e2ae7c170eaff8f8
Request fields
- bbox (string): Bounding box filter: min_lon,min_lat,max_lon,max_lat (e.g. '51.0,35.5,51.8,35.9' for Tehran area)
- limit (integer): Maximum number of features to return
- offset (integer): Offset for pagination
- layer_id (integer): Layer ID number. Either layer_key or layer_id is required.
- layer_key (string): Layer key (e.g. 'nuclearPrograms', 'missilePrograms', 'antiAirBase', 'radarBase', 'areowayBase', 'newTargets', 'evacAreaII', 'citizenReport', 'targets', 'protestPoint'). Use get_layers to see all available keys. Either layer_key or layer_id is required.: Allowed values: nuclearPrograms, missilePrograms, antiAirBase, radarBase, areowayBase, newTargets, evacAreaII, citizenReport, targets, protestPoint
Example queries
- {"bbox":"51.0,35.5,51.8,35.9","limit":"10","offset":"0","layer_key":"nuclearPrograms"}