Translation projects API.

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

GET /api/projects/rk-lite/components/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "name": "rk_lite_sysname",
            "slug": "rk_lite_sysname",
            "vcs": "git",
            "repo": "git@git.ucs.ru:rk_lite/rk_lite_translate.git",
            "git_export": "http://weblate.ucs.ru/git/rk-lite/rk_lite_sysname/",
            "branch": "master",
            "filemask": "rk_lite.*.json",
            "template": "rk_lite.ru.json",
            "new_base": "rk_lite.ru.json",
            "file_format": "json",
            "license": "https://rkeeper.ru",
            "license_url": "https://rkeeper.ru",
            "web_url": "http://weblate.ucs.ru/projects/rk-lite/rk_lite_sysname/",
            "url": "http://weblate.ucs.ru/api/components/rk-lite/rk_lite_sysname/?format=api",
            "repository_url": "http://weblate.ucs.ru/api/components/rk-lite/rk_lite_sysname/repository/?format=api",
            "translations_url": "http://weblate.ucs.ru/api/components/rk-lite/rk_lite_sysname/translations/?format=api",
            "statistics_url": "http://weblate.ucs.ru/api/components/rk-lite/rk_lite_sysname/statistics/?format=api",
            "lock_url": "http://weblate.ucs.ru/api/components/rk-lite/rk_lite_sysname/lock/?format=api",
            "changes_list_url": "http://weblate.ucs.ru/api/components/rk-lite/rk_lite_sysname/changes/?format=api"
        }
    ]
}