Location Intelligence APIs for Developers
Modular REST APIs for location ratings, POIs, heatmaps, and AI-generated text. Integrated by leading portals across Europe.
- REST API
- 250+ Dimensions
- Europe-wide
- <45s Response
API Capabilities
All capabilities can be used individually or combined. API key authentication, JSON responses, caching allowed up to 1 month.
Location Ratings
250+ location dimensions per coordinate. Transit, nature, noise, flood risk, shopping, and more. Resolution down to property level, Europe-wide.
GET /places/{lon},{lat}/ratings Curated POIs
Contextually relevant points of interest, ranked by significance and enriched with travel times.
Included in rating responses Heatmaps
Precomputed location ratings as GeoTIFF or XYZ tiles. 100x100m grid, ready for map UI integration.
GeoTIFF / XYZ Tiles AI Area Descriptions
Data-grounded neighborhood and area descriptions in multiple languages. Async API with polling pattern.
POST /places/{id}/texts/area-descriptions Quickstart
Request — Fetch ratings for a coordinate in Berlin:
curl "https://api.geosci.de/places/13.405,52.52/ratings" \
--header "Authorization: Apikey $GEOSCI_API_KEY" Response (excerpt):
{
"ratings": [
{
"name": "public_transport",
"score": 9.1,
"pois": [
{ "name": "S+U Alexanderplatz", "type": "station",
"distance_m": 340, "travel_time_foot_s": 245 }
]
},
{ "name": "shopping", "score": 8.4 },
{ "name": "restaurants", "score": 7.8 },
{ "name": "noise_day", "score": 4.2 },
{ "name": "green_spaces", "score": 6.1 }
],
"location": { "lon": 13.405, "lat": 52.52 }
} 250+ dimensions available per coordinate. Each rating includes a 0–10 score and relevant POIs with travel times.
Integration Guides
Hands-on guides for common developer scenarios.
Travel Time & Reachability
Integrate commute search, isochrones, and travel time scores as ranking features.
POI Context & Surroundings
Curated POIs, relevance over radius, and explainable neighborhood information.
Geo Search & Ranking
Combine PostGIS/Elasticsearch geo-filters with GeoSci ratings as ranking features.
Location Scoring & Heatmaps
Location ratings, risk layers, and heatmaps for maps and analytics.
Area Descriptions
Automated neighborhood text via API for listings and SEO landing pages.
Technical Details
Authentication
API key via header: Authorization: Apikey {key}
SLA & Performance
99.5% availability (paid). <45s ratings, <180s text generation.
Caching & Attribution
Responses may be cached up to 1 month. Attribution required for free tier.
Start Integrating
API documentation, test environment, and technical support.