Translation components API.

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

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

{
    "name": "auth",
    "slug": "auth",
    "project": {
        "name": "platformx",
        "slug": "platformx",
        "web": "https://ucs.ru",
        "source_language": {
            "code": "en",
            "name": "English",
            "direction": "ltr",
            "web_url": "http://weblate.ucs.ru/languages/en/",
            "url": "http://weblate.ucs.ru/api/languages/en/?format=api"
        },
        "web_url": "http://weblate.ucs.ru/projects/platformx/",
        "url": "http://weblate.ucs.ru/api/projects/platformx/?format=api",
        "components_list_url": "http://weblate.ucs.ru/api/projects/platformx/components/?format=api",
        "repository_url": "http://weblate.ucs.ru/api/projects/platformx/repository/?format=api",
        "statistics_url": "http://weblate.ucs.ru/api/projects/platformx/statistics/?format=api",
        "changes_list_url": "http://weblate.ucs.ru/api/projects/platformx/changes/?format=api"
    },
    "vcs": null,
    "repo": null,
    "git_export": "http://weblate.ucs.ru/git/platformx/auth/",
    "branch": null,
    "filemask": null,
    "template": "auth/en.json",
    "new_base": "",
    "file_format": "i18next",
    "license": "",
    "license_url": "",
    "web_url": "http://weblate.ucs.ru/projects/platformx/auth/",
    "url": "http://weblate.ucs.ru/api/components/platformx/auth/?format=api",
    "repository_url": "http://weblate.ucs.ru/api/components/platformx/auth/repository/?format=api",
    "translations_url": "http://weblate.ucs.ru/api/components/platformx/auth/translations/?format=api",
    "statistics_url": "http://weblate.ucs.ru/api/components/platformx/auth/statistics/?format=api",
    "lock_url": "http://weblate.ucs.ru/api/components/platformx/auth/lock/?format=api",
    "changes_list_url": "http://weblate.ucs.ru/api/components/platformx/auth/changes/?format=api"
}