---
title: "Download location as shapefile"
method: GET
path: "/locations/{id}/download"
tags: ["Locations"]
---

# Download location as shapefile

`GET /locations/{id}/download`

Downloads a single location as an ESRI Shapefile in ZIP format. The shapefile contains the location's geometry (Point, Polygon, or MultiPolygon) along with basic properties including name, notes, and location type. 

**Coordinate System:** WGS84 (EPSG:4326) 
**Format:** ZIP archive containing .shp, .shx, .dbf, .prj files 

**Use Cases:** 
- GIS software import (ArcGIS, QGIS) 
- Mapping applications and analysis 
- Geographic data exchange 
- Emergency management system integration

## Response `200`

Shapefile ZIP download

- string, binary

## Other responses

- `403` — Permission denied - no access to this location
- `404` — Location not found

---

[API](https://skmtc.dev/crisiscleanup/apis/crisiscleanup-api.md) · [All operations](https://skmtc.dev/crisiscleanup/apis/crisiscleanup-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/crisiscleanup/crisiscleanup-api/revisions/3fa73d4b2895/schema)
