Translation components API.

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

GET /api/components/wl3/dialogue/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "Dialogue",
    "slug": "dialogue",
    "id": 451,
    "project": {
        "name": "Wasteland 3",
        "slug": "wl3",
        "id": 26,
        "web": "https://blog.naver.com/dhrgusdlrns4",
        "source_language": {
            "code": "en",
            "name": "English",
            "plural": {
                "id": 73,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "english",
                "en_en",
                "base",
                "source",
                "eng"
            ],
            "direction": "ltr",
            "web_url": "http://waldo.team/languages/en/",
            "url": "https://waldo.team/api/languages/en/?format=api",
            "statistics_url": "https://waldo.team/api/languages/en/statistics/?format=api"
        },
        "web_url": "http://waldo.team/projects/wl3/",
        "url": "https://waldo.team/api/projects/wl3/?format=api",
        "components_list_url": "https://waldo.team/api/projects/wl3/components/?format=api",
        "repository_url": "https://waldo.team/api/projects/wl3/repository/?format=api",
        "statistics_url": "https://waldo.team/api/projects/wl3/statistics/?format=api",
        "changes_list_url": "https://waldo.team/api/projects/wl3/changes/?format=api",
        "languages_url": "https://waldo.team/api/projects/wl3/languages/?format=api"
    },
    "vcs": null,
    "repo": null,
    "git_export": "",
    "branch": null,
    "filemask": null,
    "template": "",
    "edit_template": false,
    "new_base": "",
    "file_format": "po",
    "license": "",
    "license_url": null,
    "web_url": "http://waldo.team/projects/wl3/dialogue/",
    "url": "https://waldo.team/api/components/wl3/dialogue/?format=api",
    "repository_url": "https://waldo.team/api/components/wl3/dialogue/repository/?format=api",
    "translations_url": "https://waldo.team/api/components/wl3/dialogue/translations/?format=api",
    "statistics_url": "https://waldo.team/api/components/wl3/dialogue/statistics/?format=api",
    "lock_url": "https://waldo.team/api/components/wl3/dialogue/lock/?format=api",
    "changes_list_url": "https://waldo.team/api/components/wl3/dialogue/changes/?format=api",
    "new_lang": "none",
    "push": null,
    "check_flags": "",
    "enforced_checks": "",
    "restricted": false
}