Geolocation API

Retorna la lista de paises.

Ubicacion actual

GET /internal/config/geolocation

Parameters

Name Description
latitude latitude
longitude longitude

Request

Headers

Content-Type: application/json
Host: example.org
Cookie: 

Route

GET /internal/config/geolocation?latitude=-34.6409233&longitude=-58.4287506

Query Parameters

latitude: -34.6409233
longitude: -58.4287506

Response

Headers

X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
X-Content-Type-Options: nosniff
X-Download-Options: noopen
X-Permitted-Cross-Domain-Policies: none
Referrer-Policy: strict-origin-when-cross-origin
Content-Type: application/json; charset=utf-8
ETag: W/"01fe7e5622fbf86d9e3aad52069a9982"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: a759f83a-8899-4391-996f-cd9e6eee1997
X-Runtime: 0.018961
Vary: Origin
Content-Length: 151

Status

200 OK

Body

{
  "data": {
    "country": "ARG",
    "address": "Albarracín 2089, Parque Chacabuco",
    "region": "Ciudad Autónoma de Buenos Aires",
    "municipality": "Parque Chacabuco"
  }
}