Translation projects API.

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

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

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "name": "default",
            "slug": "default",
            "vcs": null,
            "repo": null,
            "git_export": "http://weblate.ucs.ru/git/SelfService/default/",
            "branch": null,
            "filemask": null,
            "template": "Default/en.xlf",
            "new_base": "Default/en.xlf",
            "file_format": "xliff",
            "license": "",
            "license_url": "",
            "web_url": "http://weblate.ucs.ru/projects/SelfService/default/",
            "url": "http://weblate.ucs.ru/api/components/SelfService/default/?format=api",
            "repository_url": "http://weblate.ucs.ru/api/components/SelfService/default/repository/?format=api",
            "translations_url": "http://weblate.ucs.ru/api/components/SelfService/default/translations/?format=api",
            "statistics_url": "http://weblate.ucs.ru/api/components/SelfService/default/statistics/?format=api",
            "lock_url": "http://weblate.ucs.ru/api/components/SelfService/default/lock/?format=api",
            "changes_list_url": "http://weblate.ucs.ru/api/components/SelfService/default/changes/?format=api"
        }
    ]
}