Retorna la lista de paises.
| Name | Description |
|---|---|
| latitude | latitude |
| longitude | longitude |
Content-Type: application/json Host: example.org Cookie:
GET /internal/config/geolocation?latitude=-34.6409233&longitude=-58.4287506
latitude: -34.6409233 longitude: -58.4287506
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
200 OK
{
"data": {
"country": "ARG",
"address": "Albarracín 2089, Parque Chacabuco",
"region": "Ciudad Autónoma de Buenos Aires",
"municipality": "Parque Chacabuco"
}
}