Translation components API.


See <a href="https://docs.weblate.org/en/weblate-2.18/apisubprojects.html">the Weblate's Web API documentation</a> for detailed
description of the API.

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

{
    "name": "MadVandal Mods",
    "slug": "madvandal-mods",
    "project": {
        "name": "FC_Mods",
        "slug": "fc_mods",
        "web": "https://github.com/zebra1993/Fortress-Craft-Evolved-Translation",
        "source_language": {
            "code": "en",
            "name": "English",
            "nplurals": 2,
            "pluralequation": "n != 1",
            "direction": "ltr",
            "web_url": "http://weblate.tectic.de/languages/en/",
            "url": "http://weblate.tectic.de/api/languages/en/?format=api"
        },
        "web_url": "http://weblate.tectic.de/projects/fc_mods/",
        "url": "http://weblate.tectic.de/api/projects/fc_mods/?format=api",
        "components_list_url": "http://weblate.tectic.de/api/projects/fc_mods/components/?format=api",
        "repository_url": "http://weblate.tectic.de/api/projects/fc_mods/repository/?format=api",
        "statistics_url": "http://weblate.tectic.de/api/projects/fc_mods/statistics/?format=api",
        "changes_list_url": "http://weblate.tectic.de/api/projects/fc_mods/changes/?format=api"
    },
    "vcs": "git",
    "repo": "git@github.com:zebra1993/Fortress-Craft-Evolved-Translation.git",
    "git_export": "",
    "branch": "mods",
    "filemask": "mods/values-*/mvmaster.xml",
    "template": "mods/values/mvmaster.xml",
    "new_base": "",
    "file_format": "aresource",
    "license": "",
    "license_url": "",
    "web_url": "http://weblate.tectic.de/projects/fc_mods/madvandal-mods/",
    "url": "http://weblate.tectic.de/api/components/fc_mods/madvandal-mods/?format=api",
    "repository_url": "http://weblate.tectic.de/api/components/fc_mods/madvandal-mods/repository/?format=api",
    "translations_url": "http://weblate.tectic.de/api/components/fc_mods/madvandal-mods/translations/?format=api",
    "statistics_url": "http://weblate.tectic.de/api/components/fc_mods/madvandal-mods/statistics/?format=api",
    "lock_url": "http://weblate.tectic.de/api/components/fc_mods/madvandal-mods/lock/?format=api",
    "changes_list_url": "http://weblate.tectic.de/api/components/fc_mods/madvandal-mods/changes/?format=api"
}