Project List
Translation projects API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/projects/?format=api
{ "count": 2, "next": null, "previous": null, "results": [ { "name": "Guitar and Violin Tuner", "slug": "guitar-and-violin-tuner", "web": "https://play.google.com/store/apps/details?id=com.a4tune", "source_language": { "code": "en", "name": "English", "direction": "ltr", "web_url": "http://weblate.a4tune.com/languages/en/", "url": "https://weblate.a4tune.com/api/languages/en/?format=api" }, "web_url": "http://weblate.a4tune.com/projects/guitar-and-violin-tuner/", "url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/?format=api", "components_list_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/components/?format=api", "repository_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/repository/?format=api", "statistics_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/statistics/?format=api", "changes_list_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/changes/?format=api", "languages_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/languages/?format=api" }, { "name": "HiPER Scientific Calculator", "slug": "hiper-scientific-calculator", "web": "https://hiperlabs.eu", "source_language": { "code": "en", "name": "English", "direction": "ltr", "web_url": "http://weblate.a4tune.com/languages/en/", "url": "https://weblate.a4tune.com/api/languages/en/?format=api" }, "web_url": "http://weblate.a4tune.com/projects/hiper-scientific-calculator/", "url": "https://weblate.a4tune.com/api/projects/hiper-scientific-calculator/?format=api", "components_list_url": "https://weblate.a4tune.com/api/projects/hiper-scientific-calculator/components/?format=api", "repository_url": "https://weblate.a4tune.com/api/projects/hiper-scientific-calculator/repository/?format=api", "statistics_url": "https://weblate.a4tune.com/api/projects/hiper-scientific-calculator/statistics/?format=api", "changes_list_url": "https://weblate.a4tune.com/api/projects/hiper-scientific-calculator/changes/?format=api", "languages_url": "https://weblate.a4tune.com/api/projects/hiper-scientific-calculator/languages/?format=api" } ] }
Weblate