{"id":22511670,"url":"https://github.com/unickq/yandexgeocoder","last_synced_at":"2025-10-17T03:10:55.524Z","repository":{"id":56408431,"uuid":"73405262","full_name":"unickq/YandexGeocoder","owner":"unickq","description":".NET wrapper of YandexGeocoder - the Yandex API for converting geographical coordinates to an address and back.","archived":false,"fork":false,"pushed_at":"2022-12-08T22:17:39.000Z","size":26,"stargazers_count":6,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-30T14:49:59.467Z","etag":null,"topics":["geo-search","geocoder","geocoding","geodata","yandex","yandex-geocoder","yandex-maps"],"latest_commit_sha":null,"homepage":"https://tech.yandex.com/maps/geocoder/","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/unickq.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-11-10T17:31:55.000Z","updated_at":"2023-12-18T16:08:09.000Z","dependencies_parsed_at":"2023-01-25T19:46:07.358Z","dependency_job_id":null,"html_url":"https://github.com/unickq/YandexGeocoder","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/unickq/YandexGeocoder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unickq%2FYandexGeocoder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unickq%2FYandexGeocoder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unickq%2FYandexGeocoder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unickq%2FYandexGeocoder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unickq","download_url":"https://codeload.github.com/unickq/YandexGeocoder/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unickq%2FYandexGeocoder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279275579,"owners_count":26138621,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-17T02:00:07.504Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["geo-search","geocoder","geocoding","geodata","yandex","yandex-geocoder","yandex-maps"],"created_at":"2024-12-07T02:13:40.101Z","updated_at":"2025-10-17T03:10:55.508Z","avatar_url":"https://github.com/unickq.png","language":"C#","readme":"# Yandex Geocoder .NET wrapper\n.NET API for converting geographical coordinates to an address and back.\n### Build:\n[![Build status](https://ci.appveyor.com/api/projects/status/42jdei8626b4ie1h?svg=true)](https://ci.appveyor.com/project/unickq/yandexgeocoder)\n[![Test status](http://flauschig.ch/batch.php?type=tests\u0026account=unickq\u0026slug=yandexgeocoder\u0026branch=master)](https://ci.appveyor.com/project/unickq/yandexgeocoder/branch/master)\n### Download (NuGet):\n[![NuGet YandexGeocoder](http://flauschig.ch/nubadge.php?id=YandexGeocoder)](https://www.nuget.org/packages/YandexGeocoder)\n### About:\n[Yandex Geocoder](https://tech.yandex.com/maps/geocoder/) service can get the coordinates and other information about an object using its name or address, as well as the opposite, using the coordinates of an object to get its address (reverse geocoding).\n\nFor example, the geocoder receives the request “Türkiye, İstanbul, Kartal, Esentepe, Aydos Sokak, 32” and returns the geographical coordinates of this building: “29.198184 40.900640” (longitude, latitude). Conversely, if the request contains the geographical coordinates of the building “29.198184 40.900640”, the geocoder will return the address.\n\nNote: Free version supports 25000 requests per day. Also not  all countries supported - read [geocoder documentation](https://tech.yandex.com/maps/doc/geocoder/desc/concepts/About-docpage/).\n\n### Example:\n```csharp\nvar geocoder = new YandexGeocoder {\n    SearchQuery = \"Kyiv, Ukraine, Maydan Nezalezhnosti\",\n    Results = 1,\n    LanguageCode = LanguageCode.en_US\n};\nConsole.WriteLine(geocoder.GetResults().First());\n```    \n\n##### Output:\n\n    AddressLine: Kyiv, Nezalezhnosti Square\n    AdministrativeAreaName: Kyiv\n    CountryName: Ukraine\n    CountryCode: UA\n    Text: Ukraine, Kyiv, Nezalezhnosti Square\n    Kind: street\n    Name: Nezalezhnosti Square\n    Description: Kyiv, Ukraine\n    Point: 30.523846,50.450131\n    PointLowerCorner: 30.521681,50.448904\n    PointUpperCorner: 30.526056,50.451514\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funickq%2Fyandexgeocoder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funickq%2Fyandexgeocoder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funickq%2Fyandexgeocoder/lists"}