Developer Hub

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

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.

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.