Geocode

Reverse Geocode [X,Y -> Address]

The best reverse geocode service.
Masive service. With a single request, send up to​ 100 coordinates.

Provides complete and precise location information:

  • Complete and structured address information
  • Nearest road intersection, and distance
  • Max speed limit restriction for every XY
  • Village / district + City + Municipality information
  • Height (Z value), available for Europe.
  • Road milestone, for France, Spain and Portugal.

     Documentation

 

For example, the 42.795695509,-0.525370711 coordinate, has the following response in JSON:

{
  "cercalia": {
    "cmd": "prox",
    "version": "1",
    "proximity": {
      "center": "-0.52537071,42.79569551",
      "num": "1",
      "type": "adr",
      "gelist": {
        "num": "1",
        "type": "adr",
        "location": {
          "municipality": {
            "id": "ESP220067",
            "$valor": "Aisa"
          },
          "subregion": {
            "id": "ESP22",
            "$valor": "Huesca"
          },
          "region": {
            "id": "ESPARA",
            "$valor": "Aragón"
          },
          "country": {
            "id": "ESP",
            "$valor": "España"
          }
        },
        "ge": [
          {
            "dist": "0",
            "frc": "pl",
            "height": "1632",
            "kmh": "90",
            "name": "N-330a",
            "pos": "1",
            "postalcode": {
              "country_id": "ESP",
              "id": "22860"
            },
            "city": {
              "dist": "20412",
              "id": "ESP17240004376211",
              "$valor": "Aisa"
            },
            "municipality": {
              "id": "ESP220067",
              "$valor": "Aisa"
            },
            "subregion": {
              "id": "ESP22",
              "$valor": "Huesca"
            },
            "region": {
              "id": "ESPARA",
              "$valor": "Aragón"
            },
            "country": {
              "id": "ESP",
              "$valor": "España"
            },
            "coord": {
              "x": "-0.52537071",
              "y": "42.79569551"
            }
          }
        ]
      }
    },
    "server": {
      "$valor": "lb3.cercalia.com"
    },
    "instance": {
      "$valor": "http://cercalia-tomcat-lbs-instance3:8080"
    }
  }
}

https://lb.cercalia.com/services/json?key=<KEY>&cmd=prox&rqge=adr&mocs=gdd&mo=42.795695509,-0.525370711