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": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "name": "Tryton",
            "slug": "tryton",
            "id": 2,
            "web": "http://www.tryton.org/",
            "web_url": "https://translate.tryton.org/projects/tryton/",
            "url": "https://translate.tryton.org/api/projects/tryton/?format=api",
            "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/?format=api",
            "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/?format=api",
            "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/?format=api",
            "categories_url": "https://translate.tryton.org/api/projects/tryton/categories/?format=api",
            "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/?format=api",
            "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/?format=api",
            "labels_url": "https://translate.tryton.org/api/projects/tryton/labels/?format=api",
            "translation_review": false,
            "source_review": false,
            "set_language_team": false,
            "instructions": "",
            "enable_hooks": true,
            "language_aliases": ""
        }
    ]
}