Translation projects API.

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

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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "name": "Main",
            "slug": "main",
            "vcs": "git",
            "repo": "git@git.ucs.ru:sh5dct/translations.git",
            "git_export": "http://weblate.ucs.ru/git/sh5dct/main/",
            "branch": "master",
            "filemask": "main.*.resx",
            "template": "main.ru.resx",
            "new_base": "",
            "file_format": "resx",
            "license": "",
            "license_url": "",
            "web_url": "http://weblate.ucs.ru/projects/sh5dct/main/",
            "url": "http://weblate.ucs.ru/api/components/sh5dct/main/?format=api",
            "repository_url": "http://weblate.ucs.ru/api/components/sh5dct/main/repository/?format=api",
            "translations_url": "http://weblate.ucs.ru/api/components/sh5dct/main/translations/?format=api",
            "statistics_url": "http://weblate.ucs.ru/api/components/sh5dct/main/statistics/?format=api",
            "lock_url": "http://weblate.ucs.ru/api/components/sh5dct/main/lock/?format=api",
            "changes_list_url": "http://weblate.ucs.ru/api/components/sh5dct/main/changes/?format=api"
        },
        {
            "name": "Api",
            "slug": "api",
            "vcs": "git",
            "repo": "git@git.ucs.ru:sh5dct/translations.git",
            "git_export": "http://weblate.ucs.ru/git/sh5dct/api/",
            "branch": "master",
            "filemask": "api.*.resx",
            "template": "api.ru.resx",
            "new_base": "",
            "file_format": "resx",
            "license": "",
            "license_url": "",
            "web_url": "http://weblate.ucs.ru/projects/sh5dct/api/",
            "url": "http://weblate.ucs.ru/api/components/sh5dct/api/?format=api",
            "repository_url": "http://weblate.ucs.ru/api/components/sh5dct/api/repository/?format=api",
            "translations_url": "http://weblate.ucs.ru/api/components/sh5dct/api/translations/?format=api",
            "statistics_url": "http://weblate.ucs.ru/api/components/sh5dct/api/statistics/?format=api",
            "lock_url": "http://weblate.ucs.ru/api/components/sh5dct/api/lock/?format=api",
            "changes_list_url": "http://weblate.ucs.ru/api/components/sh5dct/api/changes/?format=api"
        }
    ]
}