Translation projects API.

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

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

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "name": "Клиент",
            "slug": "client",
            "vcs": "git",
            "repo": "git@git.ucs.ru:RK7/l10n/mobcashdesk/client.git",
            "git_export": "http://weblate.ucs.ru/git/mobcashdesk/client/",
            "branch": "master",
            "filemask": "localize/client.*.json",
            "template": "localize/client.ru.json",
            "new_base": "localize/client.ru.json",
            "file_format": "json",
            "license": "",
            "license_url": "",
            "web_url": "http://weblate.ucs.ru/projects/mobcashdesk/client/",
            "url": "http://weblate.ucs.ru/api/components/mobcashdesk/client/?format=api",
            "repository_url": "http://weblate.ucs.ru/api/components/mobcashdesk/client/repository/?format=api",
            "translations_url": "http://weblate.ucs.ru/api/components/mobcashdesk/client/translations/?format=api",
            "statistics_url": "http://weblate.ucs.ru/api/components/mobcashdesk/client/statistics/?format=api",
            "lock_url": "http://weblate.ucs.ru/api/components/mobcashdesk/client/lock/?format=api",
            "changes_list_url": "http://weblate.ucs.ru/api/components/mobcashdesk/client/changes/?format=api"
        }
    ]
}