Access location-aware, coordinate-mapped, and spatially-indexed encyclopedia data. Query by region, proximity, topology, or 3D coordinates across 2.4M+ verified articles.
Built for researchers, developers, and data scientists who need precise geographic context attached to semantic knowledge.
Find articles, entities, or historical events within a dynamic radius of any coordinate. Supports km, miles, and nautical miles.
Link geographic boundaries (countries, regions, watersheds) to knowledge entries using OGC-compliant spatial relationship operators.
New articles are automatically geotagged and indexed within 15 seconds. Supports WGS84, ETRS89, and custom projections.
Elevation, depth, and atmospheric layer indexing for geological, oceanographic, and astronomical knowledge domains.
Generate styled Mapbox/TileJSON compatible vector layers directly from encyclopedia knowledge graphs for custom mapping apps.
Edge-cached spatial index with global CDN distribution. Optimized for high-throughput batch and real-time streaming queries.
Execute a proximity search around coordinates 48.8566Β° N, 2.3522Β° E (Paris) to fetch historical and cultural entries.
Production-ready REST APIs with consistent error handling, pagination, and OpenAPI 3.0 compliance.
| Method | Endpoint | Description |
|---|---|---|
| GET | /v2/spatial/nearest | Retrieve knowledge entries within a geographic radius |
| POST | /v2/spatial/bounds | Query entries intersecting a custom polygon or bounding box |
| GET | /v2/spatial/tiles/{z}/{x}/{y} | Stream vector tiles compatible with MapLibre/Mapbox |
| GET | /v2/spatial/elevation/{lat}/{lon} | Fetch topographic height and depth data for coordinates |
| POST | /v2/spatial/batch | Process up to 10,000 coordinate queries in a single request |
Ship faster with maintained client libraries, Postman collections, and CLI utilities.
pip install aevum-spatial
npm install @aevum/spatial-sdk
cargo add aevum-spatial
aevum spatial query --help
Get instant access to the full Spatial API suite. Free tier includes 5,000 requests/month with no credit card required.
Generate API Key β