Translation projects API.


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

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

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "name": "language",
            "slug": "language",
            "vcs": null,
            "repo": null,
            "git_export": "https://weblate.protegus.eu/git/ipcomcontrol/language/",
            "branch": null,
            "filemask": null,
            "template": "en/language.csv",
            "new_base": "en/language.csv",
            "file_format": "csv-simple",
            "license": "",
            "license_url": "",
            "web_url": "https://weblate.protegus.eu/projects/ipcomcontrol/language/",
            "url": "https://weblate.protegus.eu/api/components/ipcomcontrol/language/?format=api",
            "repository_url": "https://weblate.protegus.eu/api/components/ipcomcontrol/language/repository/?format=api",
            "translations_url": "https://weblate.protegus.eu/api/components/ipcomcontrol/language/translations/?format=api",
            "statistics_url": "https://weblate.protegus.eu/api/components/ipcomcontrol/language/statistics/?format=api",
            "lock_url": "https://weblate.protegus.eu/api/components/ipcomcontrol/language/lock/?format=api",
            "changes_list_url": "https://weblate.protegus.eu/api/components/ipcomcontrol/language/changes/?format=api"
        }
    ]
}