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": "OpenMPTCProuter",
            "slug": "omr",
            "id": 1,
            "web": "https://www.openmptcprouter.com/",
            "web_url": "http://weblate.openmptcprouter.com/projects/omr/",
            "url": "http://weblate.openmptcprouter.com/api/projects/omr/?format=api",
            "components_list_url": "http://weblate.openmptcprouter.com/api/projects/omr/components/?format=api",
            "repository_url": "http://weblate.openmptcprouter.com/api/projects/omr/repository/?format=api",
            "statistics_url": "http://weblate.openmptcprouter.com/api/projects/omr/statistics/?format=api",
            "categories_url": "http://weblate.openmptcprouter.com/api/projects/omr/categories/?format=api",
            "changes_list_url": "http://weblate.openmptcprouter.com/api/projects/omr/changes/?format=api",
            "languages_url": "http://weblate.openmptcprouter.com/api/projects/omr/languages/?format=api",
            "labels_url": "http://weblate.openmptcprouter.com/api/projects/omr/labels/?format=api",
            "translation_review": false,
            "source_review": false,
            "set_language_team": true,
            "instructions": "",
            "enable_hooks": true,
            "language_aliases": ""
        }
    ]
}