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": "Zoiper 5",
            "slug": "zoiper5",
            "id": 1,
            "web": "https://zoiper.com",
            "web_url": "https://translate.zoiper.com/projects/zoiper5/",
            "url": "https://translate.zoiper.com/api/projects/zoiper5/?format=api",
            "components_list_url": "https://translate.zoiper.com/api/projects/zoiper5/components/?format=api",
            "repository_url": "https://translate.zoiper.com/api/projects/zoiper5/repository/?format=api",
            "statistics_url": "https://translate.zoiper.com/api/projects/zoiper5/statistics/?format=api",
            "categories_url": "https://translate.zoiper.com/api/projects/zoiper5/categories/?format=api",
            "changes_list_url": "https://translate.zoiper.com/api/projects/zoiper5/changes/?format=api",
            "languages_url": "https://translate.zoiper.com/api/projects/zoiper5/languages/?format=api",
            "labels_url": "https://translate.zoiper.com/api/projects/zoiper5/labels/?format=api",
            "translation_review": false,
            "source_review": false,
            "set_language_team": true,
            "instructions": "https://www.zoiper.com/en/translate-licensing-agreement",
            "enable_hooks": true,
            "language_aliases": ""
        },
        {
            "name": "Zoiper Android 2",
            "slug": "zoiper-android-2",
            "id": 2,
            "web": "https://zoiper.com",
            "web_url": "https://translate.zoiper.com/projects/zoiper-android-2/",
            "url": "https://translate.zoiper.com/api/projects/zoiper-android-2/?format=api",
            "components_list_url": "https://translate.zoiper.com/api/projects/zoiper-android-2/components/?format=api",
            "repository_url": "https://translate.zoiper.com/api/projects/zoiper-android-2/repository/?format=api",
            "statistics_url": "https://translate.zoiper.com/api/projects/zoiper-android-2/statistics/?format=api",
            "categories_url": "https://translate.zoiper.com/api/projects/zoiper-android-2/categories/?format=api",
            "changes_list_url": "https://translate.zoiper.com/api/projects/zoiper-android-2/changes/?format=api",
            "languages_url": "https://translate.zoiper.com/api/projects/zoiper-android-2/languages/?format=api",
            "labels_url": "https://translate.zoiper.com/api/projects/zoiper-android-2/labels/?format=api",
            "translation_review": false,
            "source_review": false,
            "set_language_team": true,
            "instructions": "https://www.zoiper.com/en/translate-licensing-agreement",
            "enable_hooks": true,
            "language_aliases": ""
        },
        {
            "name": "Zoiper iOS",
            "slug": "zoiper-ios",
            "id": 3,
            "web": "https://zoiper.com",
            "web_url": "https://translate.zoiper.com/projects/zoiper-ios/",
            "url": "https://translate.zoiper.com/api/projects/zoiper-ios/?format=api",
            "components_list_url": "https://translate.zoiper.com/api/projects/zoiper-ios/components/?format=api",
            "repository_url": "https://translate.zoiper.com/api/projects/zoiper-ios/repository/?format=api",
            "statistics_url": "https://translate.zoiper.com/api/projects/zoiper-ios/statistics/?format=api",
            "categories_url": "https://translate.zoiper.com/api/projects/zoiper-ios/categories/?format=api",
            "changes_list_url": "https://translate.zoiper.com/api/projects/zoiper-ios/changes/?format=api",
            "languages_url": "https://translate.zoiper.com/api/projects/zoiper-ios/languages/?format=api",
            "labels_url": "https://translate.zoiper.com/api/projects/zoiper-ios/labels/?format=api",
            "translation_review": false,
            "source_review": false,
            "set_language_team": true,
            "instructions": "https://www.zoiper.com/en/translate-licensing-agreement",
            "enable_hooks": true,
            "language_aliases": ""
        }
    ]
}