Quick start

  1. Get a key for the Locator API package.

    Note

    Key activation takes up to 15 minutes.

  2. Send a request:

    curl -H "Content-Type: application/json" \
        -X POST "https://locator.api.maps.yandex.ru/v1/locate?apikey=YOUR_API_KEY" \
        -d '{"ip":[{"address":"1.2.3.4"}]}'
    
Previous