Questions tagged [yandex-api]

Web APIs from Russian internet company Yandex (Яндекс), including Maps, Money, Metrica, Direct, Disk, and Webmaster

Yandex (Яндекс, Jandeks) is a Russian search engine and internet company. They provide a set of APIs, mostly s for web developers. The APIs are based on popular Yandex consumer products, including Yandex.Maps, Yandex.Money, Yandex.Metrica, Yandex.Direct, Yandex.Disk, and Yandex.Webmaster.

102 questions
0
votes
2 answers

Getting the actual text response of a web page in java

I'm using java and trying to get the content of a website so that I can analyze the text on the page, however every time that I "GET" a response from the server, it is from a login page rather than the website page that I am looking at. I am logged…
rockit
  • 3,708
  • 7
  • 26
  • 36
0
votes
1 answer

print an xml element only if an unrelated element is value

I have a bunch of Yandex.XML files with search results. http://api.yandex.com/xml/doc/dg/concepts/response.xml I want to find out the queries (//yandexsearch/request/query) for all such XML files where the first URL…
cnst
  • 25,870
  • 6
  • 90
  • 122
0
votes
3 answers

How can I add Yandex Metrika (Metrica) support on my iOS app?

How can I add Yandex.Metrika support on my iOS app? I've added static library libYandexMobileMetrica.a and libsqlite3.dylib but still get the following errors: (null): "_OBJC_CLASS_$_KSCrashReportFilterAppleFmt", referenced from: (null):…
Dmitry
  • 14,306
  • 23
  • 105
  • 189
0
votes
1 answer

Is there any Maps API to change street name on particular map?

Is it possible to allow user to change the name of the streets in embedded map? Does any API provide such feature? For example, I want to allow users to make their 'alternative map' and get link to it.
Vladyslav Lubenskyi
  • 527
  • 1
  • 7
  • 17
0
votes
0 answers

Sending files to the server webdav.yandex.ru

Reconnecting to webdav.yandex.ru. Apply a PUT. Transfer the files to the server. Writes error 409. Help, I'm doing wrong Example API http://api.yandex.ru/disk/doc/dg/reference/put.xml public static bool UploadFile(string localFile, string…
0
votes
1 answer

Distance between two placemarks

I have two Placemark objects with latitude/longitude and I'd like to get the distance between them. Is it possible to do using Yandex Maps Api? Or what is the preferred way of finding the distance? Using formulas/library in JavaScript?
evfwcqcg
  • 15,755
  • 15
  • 55
  • 72
0
votes
1 answer

Using Yandex Map Without API

I want to write a map server using yandex map tiles. I need : *BoundingBox of world (in meters) *Size of tile at zoom level 0(in meters) *EPSG code that yandex map use Is there anyone who know these parameters?
Berke Cagkan Toptas
  • 1,034
  • 3
  • 21
  • 31
0
votes
1 answer

YANDEX API Open a geopoint which is not shown

I'm trying to open a balloon of a geopoint which is not shown. The official api docs says if the point is show then open it or it's cluster balloon but how do I open it if it's not shown? I tried to scroll the map to it's position and then open…
Kolyunya
  • 5,973
  • 7
  • 46
  • 81
-1
votes
1 answer

Null in GET request from Yandex.Direct

I'm trying to get reports data using Yandex.Direct API (https://api.direct.yandex.com/json/v5/reports) and I get the following error: Trying to get property 'result' of non-object My params: $params = array( 'SelectionCriteria'…
tohhy
  • 145
  • 1
  • 3
  • 11
-1
votes
1 answer

How can I find geo objects accessible from given address in given time?

For example I want to find all restaurants that I can reach from my home in 30 minutes. I already have a database with addresses of all restaurants in town. How can I get the full list of restaurants reachable in given time? I also want to have the…
Vlad Ankudinov
  • 1,936
  • 1
  • 14
  • 22
-1
votes
2 answers

How to retrieve output of a JSON request in Java?

I am looking to use this JSON interface: https://translate.yandex.net/api/v1.5/tr.json/translate ? key= & text= & lang= & [format=] &…
-3
votes
1 answer

how can use Yandex Disk c# Api

We want to use yandex disk api. Users can upload and delete files using the yandex disk. I think getting a token from a login page. I tried a lot of sdk but I couldn't find the sample code working properly. Could you help? i use…
EmreARAS
  • 21
  • 5
1 2 3 4 5 6
7