Translation projects API.

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

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

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "name": "R-Keeper CRM 7",
            "slug": "rkeepercrm",
            "vcs": null,
            "repo": null,
            "git_export": "http://weblate.ucs.ru/git/rkeepercrm/rkeepercrm/",
            "branch": null,
            "filemask": null,
            "template": "templates/rkeepercrm.xliff",
            "new_base": "ru/rkeepercrm.xliff",
            "file_format": "xliff",
            "license": "",
            "license_url": "",
            "web_url": "http://weblate.ucs.ru/projects/rkeepercrm/rkeepercrm/",
            "url": "http://weblate.ucs.ru/api/components/rkeepercrm/rkeepercrm/?format=api",
            "repository_url": "http://weblate.ucs.ru/api/components/rkeepercrm/rkeepercrm/repository/?format=api",
            "translations_url": "http://weblate.ucs.ru/api/components/rkeepercrm/rkeepercrm/translations/?format=api",
            "statistics_url": "http://weblate.ucs.ru/api/components/rkeepercrm/rkeepercrm/statistics/?format=api",
            "lock_url": "http://weblate.ucs.ru/api/components/rkeepercrm/rkeepercrm/lock/?format=api",
            "changes_list_url": "http://weblate.ucs.ru/api/components/rkeepercrm/rkeepercrm/changes/?format=api"
        }
    ]
}