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": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "name": "Fallout",
            "slug": "fallout",
            "id": 13,
            "web": "https://forums.bgforge.net/viewforum.php?f=9",
            "web_url": "https://hive.bgforge.net/projects/fallout/",
            "url": "https://hive.bgforge.net/api/projects/fallout/?format=api",
            "components_list_url": "https://hive.bgforge.net/api/projects/fallout/components/?format=api",
            "repository_url": "https://hive.bgforge.net/api/projects/fallout/repository/?format=api",
            "statistics_url": "https://hive.bgforge.net/api/projects/fallout/statistics/?format=api",
            "changes_list_url": "https://hive.bgforge.net/api/projects/fallout/changes/?format=api",
            "languages_url": "https://hive.bgforge.net/api/projects/fallout/languages/?format=api",
            "translation_review": false,
            "source_review": false,
            "set_language_team": false,
            "instructions": "https://forums.bgforge.net/viewtopic.php?f=9&t=25",
            "enable_hooks": true,
            "language_aliases": ""
        },
        {
            "name": "Infinity Engine",
            "slug": "infinity-engine",
            "id": 14,
            "web": "https://forums.bgforge.net/viewforum.php?f=9",
            "web_url": "https://hive.bgforge.net/projects/infinity-engine/",
            "url": "https://hive.bgforge.net/api/projects/infinity-engine/?format=api",
            "components_list_url": "https://hive.bgforge.net/api/projects/infinity-engine/components/?format=api",
            "repository_url": "https://hive.bgforge.net/api/projects/infinity-engine/repository/?format=api",
            "statistics_url": "https://hive.bgforge.net/api/projects/infinity-engine/statistics/?format=api",
            "changes_list_url": "https://hive.bgforge.net/api/projects/infinity-engine/changes/?format=api",
            "languages_url": "https://hive.bgforge.net/api/projects/infinity-engine/languages/?format=api",
            "translation_review": false,
            "source_review": false,
            "set_language_team": false,
            "instructions": "https://forums.bgforge.net/viewtopic.php?f=9&t=25",
            "enable_hooks": true,
            "language_aliases": ""
        }
    ]
}