Translation components API.

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

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

{
    "name": "WebDashboard",
    "slug": "webdashboard",
    "project": {
        "name": "WebInterface",
        "slug": "webinterface",
        "web": "https://ucs.ru",
        "source_language": {
            "code": "templates",
            "name": "templates (generated)",
            "direction": "ltr",
            "web_url": "http://weblate.ucs.ru/languages/templates/",
            "url": "http://weblate.ucs.ru/api/languages/templates/?format=api"
        },
        "web_url": "http://weblate.ucs.ru/projects/webinterface/",
        "url": "http://weblate.ucs.ru/api/projects/webinterface/?format=api",
        "components_list_url": "http://weblate.ucs.ru/api/projects/webinterface/components/?format=api",
        "repository_url": "http://weblate.ucs.ru/api/projects/webinterface/repository/?format=api",
        "statistics_url": "http://weblate.ucs.ru/api/projects/webinterface/statistics/?format=api",
        "changes_list_url": "http://weblate.ucs.ru/api/projects/webinterface/changes/?format=api"
    },
    "vcs": null,
    "repo": null,
    "git_export": "",
    "branch": null,
    "filemask": null,
    "template": "templates/WebDashboard.xliff",
    "new_base": "en/WebDashboard.xliff",
    "file_format": "xliff",
    "license": "",
    "license_url": "",
    "web_url": "http://weblate.ucs.ru/projects/webinterface/webdashboard/",
    "url": "http://weblate.ucs.ru/api/components/webinterface/webdashboard/?format=api",
    "repository_url": "http://weblate.ucs.ru/api/components/webinterface/webdashboard/repository/?format=api",
    "translations_url": "http://weblate.ucs.ru/api/components/webinterface/webdashboard/translations/?format=api",
    "statistics_url": "http://weblate.ucs.ru/api/components/webinterface/webdashboard/statistics/?format=api",
    "lock_url": "http://weblate.ucs.ru/api/components/webinterface/webdashboard/lock/?format=api",
    "changes_list_url": "http://weblate.ucs.ru/api/components/webinterface/webdashboard/changes/?format=api"
}