Translation projects API.

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

GET /api/projects/guitar-and-violin-tuner/components/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "name": "User Interface",
            "slug": "user-interface",
            "vcs": "git",
            "repo": "/home/a4tuners/guitar-and-violin-tuner/user-interface.git",
            "git_export": "http://weblate.a4tune.com/git/guitar-and-violin-tuner/user-interface/",
            "branch": "master",
            "filemask": "*.po",
            "template": "",
            "new_base": "user-interface.pot",
            "file_format": "po",
            "license": "CC0",
            "license_url": "https://creativecommons.org/share-your-work/public-domain/cc0/",
            "web_url": "http://weblate.a4tune.com/projects/guitar-and-violin-tuner/user-interface/",
            "url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/user-interface/?format=api",
            "repository_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/user-interface/repository/?format=api",
            "translations_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/user-interface/translations/?format=api",
            "statistics_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/user-interface/statistics/?format=api",
            "lock_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/user-interface/lock/?format=api",
            "changes_list_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/user-interface/changes/?format=api",
            "new_lang": "add"
        },
        {
            "name": "Help",
            "slug": "help",
            "vcs": "git",
            "repo": "/home/a4tuners/guitar-and-violin-tuner/help.git",
            "git_export": "http://weblate.a4tune.com/git/guitar-and-violin-tuner/help/",
            "branch": "master",
            "filemask": "*.po",
            "template": "",
            "new_base": "help.pot",
            "file_format": "po",
            "license": "CC0",
            "license_url": "https://creativecommons.org/share-your-work/public-domain/cc0/",
            "web_url": "http://weblate.a4tune.com/projects/guitar-and-violin-tuner/help/",
            "url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/help/?format=api",
            "repository_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/help/repository/?format=api",
            "translations_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/help/translations/?format=api",
            "statistics_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/help/statistics/?format=api",
            "lock_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/help/lock/?format=api",
            "changes_list_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/help/changes/?format=api",
            "new_lang": "add"
        },
        {
            "name": "Description",
            "slug": "description",
            "vcs": "git",
            "repo": "/home/a4tuners/guitar-and-violin-tuner/description.git",
            "git_export": "http://weblate.a4tune.com/git/guitar-and-violin-tuner/description/",
            "branch": "master",
            "filemask": "*.po",
            "template": "",
            "new_base": "description.pot",
            "file_format": "po",
            "license": "CC0",
            "license_url": "https://creativecommons.org/share-your-work/public-domain/cc0/",
            "web_url": "http://weblate.a4tune.com/projects/guitar-and-violin-tuner/description/",
            "url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/description/?format=api",
            "repository_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/description/repository/?format=api",
            "translations_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/description/translations/?format=api",
            "statistics_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/description/statistics/?format=api",
            "lock_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/description/lock/?format=api",
            "changes_list_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/description/changes/?format=api",
            "new_lang": "add"
        }
    ]
}