Translation projects API.

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

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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "name": "OTRS 7",
            "slug": "otrs-7",
            "id": 5,
            "web": "https://otrs.com",
            "web_url": "http://translate.otrs.com/projects/otrs-7/",
            "url": "http://translate.otrs.com/api/projects/otrs-7/?format=api",
            "components_list_url": "http://translate.otrs.com/api/projects/otrs-7/components/?format=api",
            "repository_url": "http://translate.otrs.com/api/projects/otrs-7/repository/?format=api",
            "statistics_url": "http://translate.otrs.com/api/projects/otrs-7/statistics/?format=api",
            "categories_url": "http://translate.otrs.com/api/projects/otrs-7/categories/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/projects/otrs-7/changes/?format=api",
            "languages_url": "http://translate.otrs.com/api/projects/otrs-7/languages/?format=api",
            "translation_review": true,
            "source_review": false,
            "set_language_team": true,
            "instructions": "",
            "enable_hooks": true,
            "language_aliases": ""
        },
        {
            "name": "OTRS",
            "slug": "otrs",
            "id": 7,
            "web": "https://otrs.com",
            "web_url": "http://translate.otrs.com/projects/otrs/",
            "url": "http://translate.otrs.com/api/projects/otrs/?format=api",
            "components_list_url": "http://translate.otrs.com/api/projects/otrs/components/?format=api",
            "repository_url": "http://translate.otrs.com/api/projects/otrs/repository/?format=api",
            "statistics_url": "http://translate.otrs.com/api/projects/otrs/statistics/?format=api",
            "categories_url": "http://translate.otrs.com/api/projects/otrs/categories/?format=api",
            "changes_list_url": "http://translate.otrs.com/api/projects/otrs/changes/?format=api",
            "languages_url": "http://translate.otrs.com/api/projects/otrs/languages/?format=api",
            "translation_review": true,
            "source_review": false,
            "set_language_team": true,
            "instructions": "",
            "enable_hooks": true,
            "language_aliases": ""
        }
    ]
}