Integration Guide

Location Ratings and Risk Layers

250+ high-resolution location dimensions per coordinate. Scores for transit, shopping, noise, flood risk, and more. Europe-wide coverage.

  • 250+ Dimensions
  • Scores 0–1
  • Sub-Ratings
  • Europe-wide

Available Dimensions

Excerpt from 250+ ratings available per coordinate:

Mobility

  • Public transit
  • Long-distance transport
  • Cycling infrastructure

Quality of Life

  • Shopping
  • Dining & nightlife
  • Sports & leisure

Family

  • Schools
  • Kindergartens
  • Playgrounds
  • Family friendliness

Environment & Risk

  • Noise (day/night)
  • Flight noise
  • Heat exposure
  • Flood risk

Nature & Recreation

  • Green spaces
  • Water bodies
  • Parks

Healthcare

  • Doctors
  • Pharmacies
  • Hospitals

Quickstart

curl "https://api.geosci.de/places/13.405,52.52/ratings" \
  --header "Authorization: Apikey $GEOSCI_API_KEY"

Response (excerpt):

{
  "shopping": { "score": 0.741,
    "sub_ratings": {
      "food_shop": { "score": 0.714 },
      "daily_needs": { "score": 0.694 } } },
  "public_transport": { "score": 0.812 },
  "culture": { "score": 0.773 },
  "nature": { "score": 0.651 },
  ...
}

Each rating includes a score (0–1) and optional sub-ratings with their own scores.

Integrate Location Ratings

API documentation and test environment available.