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": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "name": "Sonoran CMS",
            "slug": "sonoran-cms",
            "id": 1,
            "web": "https://sonorancms.com",
            "web_url": "https://translate.sonoransoftware.com/projects/sonoran-cms/",
            "url": "https://translate.sonoransoftware.com/api/projects/sonoran-cms/?format=api",
            "components_list_url": "https://translate.sonoransoftware.com/api/projects/sonoran-cms/components/?format=api",
            "repository_url": "https://translate.sonoransoftware.com/api/projects/sonoran-cms/repository/?format=api",
            "statistics_url": "https://translate.sonoransoftware.com/api/projects/sonoran-cms/statistics/?format=api",
            "categories_url": "https://translate.sonoransoftware.com/api/projects/sonoran-cms/categories/?format=api",
            "changes_list_url": "https://translate.sonoransoftware.com/api/projects/sonoran-cms/changes/?format=api",
            "languages_url": "https://translate.sonoransoftware.com/api/projects/sonoran-cms/languages/?format=api",
            "labels_url": "https://translate.sonoransoftware.com/api/projects/sonoran-cms/labels/?format=api",
            "translation_review": true,
            "source_review": false,
            "set_language_team": true,
            "instructions": "",
            "enable_hooks": true,
            "language_aliases": ""
        },
        {
            "name": "Sonoran CAD",
            "slug": "sonoran-cad",
            "id": 2,
            "web": "https://sonorancad.com",
            "web_url": "https://translate.sonoransoftware.com/projects/sonoran-cad/",
            "url": "https://translate.sonoransoftware.com/api/projects/sonoran-cad/?format=api",
            "components_list_url": "https://translate.sonoransoftware.com/api/projects/sonoran-cad/components/?format=api",
            "repository_url": "https://translate.sonoransoftware.com/api/projects/sonoran-cad/repository/?format=api",
            "statistics_url": "https://translate.sonoransoftware.com/api/projects/sonoran-cad/statistics/?format=api",
            "categories_url": "https://translate.sonoransoftware.com/api/projects/sonoran-cad/categories/?format=api",
            "changes_list_url": "https://translate.sonoransoftware.com/api/projects/sonoran-cad/changes/?format=api",
            "languages_url": "https://translate.sonoransoftware.com/api/projects/sonoran-cad/languages/?format=api",
            "labels_url": "https://translate.sonoransoftware.com/api/projects/sonoran-cad/labels/?format=api",
            "translation_review": false,
            "source_review": false,
            "set_language_team": true,
            "instructions": "",
            "enable_hooks": true,
            "language_aliases": ""
        },
        {
            "name": "Sonoran Radio",
            "slug": "sonoran-radio",
            "id": 3,
            "web": "https://sonoranradio.com",
            "web_url": "https://translate.sonoransoftware.com/projects/sonoran-radio/",
            "url": "https://translate.sonoransoftware.com/api/projects/sonoran-radio/?format=api",
            "components_list_url": "https://translate.sonoransoftware.com/api/projects/sonoran-radio/components/?format=api",
            "repository_url": "https://translate.sonoransoftware.com/api/projects/sonoran-radio/repository/?format=api",
            "statistics_url": "https://translate.sonoransoftware.com/api/projects/sonoran-radio/statistics/?format=api",
            "categories_url": "https://translate.sonoransoftware.com/api/projects/sonoran-radio/categories/?format=api",
            "changes_list_url": "https://translate.sonoransoftware.com/api/projects/sonoran-radio/changes/?format=api",
            "languages_url": "https://translate.sonoransoftware.com/api/projects/sonoran-radio/languages/?format=api",
            "labels_url": "https://translate.sonoransoftware.com/api/projects/sonoran-radio/labels/?format=api",
            "translation_review": false,
            "source_review": false,
            "set_language_team": true,
            "instructions": "",
            "enable_hooks": true,
            "language_aliases": ""
        }
    ]
}