AdvertisingCars

AnnonceLogs

Aos

Callcentrum

Cc

Element

Eshop

Forms

IframeViewCounter

Ip

LeadsFb

Leads

Marketing

MaternaSmsStatus

MobileDeLogs

OfferedCars

SautoLogs

TechnicalCertificateRequest

TipcarsLogs

ViewCounter

WebCars

WebLeads

/v1/ip/location
GET
secured

Description

Get IP location data

Format

json (application/json)

Methods

GET

Response codes

200 (Success)
401 (Invalid authentication)

Example response

{
    "status": "ok",
    "ip": "177.103.196.7",
    "location": {
        "city": "Horni Sucha",
        "country_code": "CZ",
        "latitude": 49.79779815673828,
        "longitude": 18.48189926147461,
        "postcode": "",
        "state1": "Moravskoslezsky",
        "state2": "",
        "timezone": ""
    },
    "message": "Data found."
}