π Welcome #
This project is a REST API for exploring the GADM dataset π β a global collection of administrative boundaries (countries, regions, provinces, districts, and so on).
The API makes it super easy to work with GADM data in the formats you actually need:
π¦ Get boundaries as a GeoJSON FeatureCollection (great for maps + visualizations)
π Stream data as newline-delimited GeoJSON (GeoJSONL) (perfect for big data pipelines)
π― Use reverse geocoding to find the smallest GADM level for any given point (like βwhich province is this coordinate in?β)
Built with Go (Golang)β‘, the server is fast, reliable, and designed to handle large geospatial datasets without breaking a sweat.
If youβre building mapping tools, spatial analysis workflows, or just want quick access to administrative boundaries, this API gives you a simple, programmatic way to plug GADM data into your projects π.