Project List
Translation projects API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/projects/?format=api
{ "count": 1, "next": null, "previous": null, "results": [ { "name": "Session", "slug": "session", "id": 1, "web": "https://www.stayinsession.com", "web_url": "https://translate.stayinsession.com/projects/session/", "url": "https://translate.stayinsession.com/api/projects/session/?format=api", "components_list_url": "https://translate.stayinsession.com/api/projects/session/components/?format=api", "repository_url": "https://translate.stayinsession.com/api/projects/session/repository/?format=api", "statistics_url": "https://translate.stayinsession.com/api/projects/session/statistics/?format=api", "categories_url": "https://translate.stayinsession.com/api/projects/session/categories/?format=api", "changes_list_url": "https://translate.stayinsession.com/api/projects/session/changes/?format=api", "languages_url": "https://translate.stayinsession.com/api/projects/session/languages/?format=api", "labels_url": "https://translate.stayinsession.com/api/projects/session/labels/?format=api", "translation_review": false, "source_review": false, "set_language_team": true, "instructions": "- Try to be consistent on words that occurs often like \"enable\", \"cancel\", \"pause\", \"break\" etc. Put common word to `glossary` to make it consistent!\r\n- Don't translate some words like \"Applescript\" as there are no local alternatives for that (or are they? I'm not familiar if Applescript is localized)\r\n- Be consistent how the word \"Session\" is translated. Put it into `glossary`.\r\n- Text with `%@` means it will be replaced with another word. For example \"Hello, %@\" will become \"Hello, Philip\" in the app. It would be helpful to translate it as (in Spanish) \"Hola, %@\"\r\n- %lld is the same with %@, but it will be replaced with digits (120, etc)\r\n- If you're not sure what to translate, just leave it empty\r\n- Don't hesitate to ask if you're confused!\r\n\r\n- Siri spoken phrase. Make sure the language you want to translate supported by Siri. Otherwise it won't get used.", "enable_hooks": true, "language_aliases": "" } ] }