Docs

A free, public, edge-native forward geocoder for Italian addresses. Backed by Overture Maps. Public for now — please be kind to it.

1. Quick start

curl --get "https://geocoding.qubitdata.it/v1/search" \
  --data-urlencode "q=Via Romagnosi 1, Milano"

2. Response shape

Adaptive: single best when confidence > 0.95, ranked list otherwise.

{
  "query": {
    "raw": "Via Romagnosi 1, Milano",
    "parsed": { "road": "via romagnosi", "number": "1", "city": "milano" }
  },
  "match_type": "single",
  "best": {
    "lat": 45.4684,
    "lon": 9.19054,
    "address": "Via Romagnosi 1, Milano",
    "confidence": 1.0,
    "match_type": "exact"
  }
}

When match_type is "list", a results array is included (best first, descending confidence).

3. Italian-aware parsing

4. Errors

StatusCodeMeaning
400query_too_shortq must be ≥ 3 chars
422unparseableparser couldn't extract road
503index_unavailableretry; index transiently unreachable

5. Support

Questions, integration help, enterprise terms: support@qubitdata.it