Translation projects API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/projects/chrono/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "Chrono",
    "slug": "chrono",
    "id": 5142,
    "web": "https://github.com/vicolo-dev/chrono",
    "web_url": "https://hosted.weblate.org/projects/chrono/",
    "url": "https://hosted.weblate.org/api/projects/chrono/?format=api",
    "components_list_url": "https://hosted.weblate.org/api/projects/chrono/components/?format=api",
    "repository_url": "https://hosted.weblate.org/api/projects/chrono/repository/?format=api",
    "statistics_url": "https://hosted.weblate.org/api/projects/chrono/statistics/?format=api",
    "categories_url": "https://hosted.weblate.org/api/projects/chrono/categories/?format=api",
    "changes_list_url": "https://hosted.weblate.org/api/projects/chrono/changes/?format=api",
    "languages_url": "https://hosted.weblate.org/api/projects/chrono/languages/?format=api",
    "labels_url": "https://hosted.weblate.org/api/projects/chrono/labels/?format=api",
    "translation_review": false,
    "source_review": false,
    "set_language_team": true,
    "instructions": "- Keep length of translated strings in mind so as to not drastically alter the UI/UX of the app.\r\n\r\n- When adding translation keys, following rules must be kept in mind\r\n1. use cameCase\r\n2. make them descriptive (item, followed by type, eg: alarmTitle, appearanceSettinGroup, colorSchemeSetting)",
    "enable_hooks": true,
    "language_aliases": ""
}