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": "Chamilo",
            "slug": "chamilo",
            "id": 1,
            "web": "https://docs.chamilo.org",
            "web_url": "https://translation.chamilo.org/projects/chamilo/",
            "url": "https://translation.chamilo.org/api/projects/chamilo/?format=api",
            "components_list_url": "https://translation.chamilo.org/api/projects/chamilo/components/?format=api",
            "repository_url": "https://translation.chamilo.org/api/projects/chamilo/repository/?format=api",
            "statistics_url": "https://translation.chamilo.org/api/projects/chamilo/statistics/?format=api",
            "categories_url": "https://translation.chamilo.org/api/projects/chamilo/categories/?format=api",
            "changes_list_url": "https://translation.chamilo.org/api/projects/chamilo/changes/?format=api",
            "languages_url": "https://translation.chamilo.org/api/projects/chamilo/languages/?format=api",
            "labels_url": "https://translation.chamilo.org/api/projects/chamilo/labels/?format=api",
            "translation_review": false,
            "source_review": false,
            "set_language_team": true,
            "instructions": "This project is about easy e-learning, so think in terms of teaching (for teachers features) and learning (for final users).\r\nChamilo is used in many sectors, including academical. This means the vocabulary has to be as neutral as possible. We prefer talking about \"learners\" rather than \"students\", and \"trainers\" rather than \"teachers\". These terms can later be updated locally by the admins through the jargon/sublanguage feature inside Chamilo.",
            "enable_hooks": true,
            "language_aliases": ""
        }
    ]
}