Translation projects API.


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

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

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "name": "MadVandal Mods",
            "slug": "madvandal-mods",
            "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"
        }
    ]
}