{"id":23818947,"url":"https://github.com/rogozhka/ytrwrap","last_synced_at":"2025-10-26T20:44:21.307Z","repository":{"id":57507668,"uuid":"187410288","full_name":"rogozhka/ytrwrap","owner":"rogozhka","description":"Yandex.Translate API wrapper (Translate/Detect/Languages) with LC constants and optional http client for proxy","archived":false,"fork":false,"pushed_at":"2019-06-10T07:23:39.000Z","size":49,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-02T06:19:14.832Z","etag":null,"topics":["api","client","golang","translation","yandex"],"latest_commit_sha":null,"homepage":"","language":"Go","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/rogozhka.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-05-18T22:18:04.000Z","updated_at":"2019-06-10T07:22:34.000Z","dependencies_parsed_at":"2022-09-19T05:31:08.095Z","dependency_job_id":null,"html_url":"https://github.com/rogozhka/ytrwrap","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rogozhka%2Fytrwrap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rogozhka%2Fytrwrap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rogozhka%2Fytrwrap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rogozhka%2Fytrwrap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rogozhka","download_url":"https://codeload.github.com/rogozhka/ytrwrap/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240094991,"owners_count":19746792,"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","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":["api","client","golang","translation","yandex"],"created_at":"2025-01-02T06:19:24.066Z","updated_at":"2025-10-26T20:44:16.256Z","avatar_url":"https://github.com/rogozhka.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![GoDoc](https://godoc.org/github.com/rogozhka/ytrwrap?status.svg)](https://godoc.org/github.com/rogozhka/ytrwrap)\n[![Travis](https://travis-ci.org/rogozhka/ytrwrap.svg?branch=master)](https://travis-ci.org/rogozhka/ytrwrap)\n[![Go Report Card](https://goreportcard.com/badge/github.com/rogozhka/ytrwrap)](https://goreportcard.com/report/github.com/rogozhka/ytrwrap)\n[![codecov](https://codecov.io/gh/rogozhka/ytrwrap/branch/master/graph/badge.svg)](https://codecov.io/gh/rogozhka/ytrwrap)\n\n**ytrwrap** is a wrapper for [Yandex.Translate API](https://tech.yandex.com/translate/). Free API key is required to use machine translation service. Supports more than 90 languages and can translate separate words or complete texts. API consists of 3 simple methods: Languages, Translate, Detect.\n\n## Usage example\n\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\n\t\"github.com/rogozhka/ytrwrap\"\n)\n\nfunc main() {\n\n\ttr := ytrwrap.NewYandexTranslate(\"\u003cyour-api-key\")\n\n\tsrc := \"the pony eat grass\"\n\n\tout, err := tr.Translate(src, ytrwrap.FR, nil)\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\n\tfmt.Printf(\"%s\", out)\n\t//\n\t// le poney, manger de l'herbe\n\t//\n\n}\n```\n\n\n\n## Contribution\n\nWelcome feedback Issues and PR.\n\n\n\n## Licence\n\nReleased under the [MIT License](https://github.com/rogozhka/ytrwrap/blob/master/LICENSE).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frogozhka%2Fytrwrap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frogozhka%2Fytrwrap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frogozhka%2Fytrwrap/lists"}