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": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "name": "girala.net",
            "slug": "girala-net",
            "id": 2,
            "web": "https://girala.net",
            "web_url": "https://weblate.duniter.org/projects/girala-net/",
            "url": "https://weblate.duniter.org/api/projects/girala-net/?format=api",
            "components_list_url": "https://weblate.duniter.org/api/projects/girala-net/components/?format=api",
            "repository_url": "https://weblate.duniter.org/api/projects/girala-net/repository/?format=api",
            "statistics_url": "https://weblate.duniter.org/api/projects/girala-net/statistics/?format=api",
            "changes_list_url": "https://weblate.duniter.org/api/projects/girala-net/changes/?format=api",
            "languages_url": "https://weblate.duniter.org/api/projects/girala-net/languages/?format=api",
            "translation_review": false,
            "source_review": false,
            "set_language_team": true,
            "instructions": "",
            "enable_hooks": true,
            "language_aliases": ""
        },
        {
            "name": "TRM",
            "slug": "trm",
            "id": 3,
            "web": "https://gitlab.com/libre-money-projects/theorie-relative-de-la-monnaie",
            "web_url": "https://weblate.duniter.org/projects/trm/",
            "url": "https://weblate.duniter.org/api/projects/trm/?format=api",
            "components_list_url": "https://weblate.duniter.org/api/projects/trm/components/?format=api",
            "repository_url": "https://weblate.duniter.org/api/projects/trm/repository/?format=api",
            "statistics_url": "https://weblate.duniter.org/api/projects/trm/statistics/?format=api",
            "changes_list_url": "https://weblate.duniter.org/api/projects/trm/changes/?format=api",
            "languages_url": "https://weblate.duniter.org/api/projects/trm/languages/?format=api",
            "translation_review": false,
            "source_review": false,
            "set_language_team": true,
            "instructions": "",
            "enable_hooks": true,
            "language_aliases": ""
        },
        {
            "name": "Licence Ğ1",
            "slug": "licence-g1",
            "id": 4,
            "web": "https://duniter.org/wiki/g1-license/",
            "web_url": "https://weblate.duniter.org/projects/licence-g1/",
            "url": "https://weblate.duniter.org/api/projects/licence-g1/?format=api",
            "components_list_url": "https://weblate.duniter.org/api/projects/licence-g1/components/?format=api",
            "repository_url": "https://weblate.duniter.org/api/projects/licence-g1/repository/?format=api",
            "statistics_url": "https://weblate.duniter.org/api/projects/licence-g1/statistics/?format=api",
            "changes_list_url": "https://weblate.duniter.org/api/projects/licence-g1/changes/?format=api",
            "languages_url": "https://weblate.duniter.org/api/projects/licence-g1/languages/?format=api",
            "translation_review": false,
            "source_review": false,
            "set_language_team": true,
            "instructions": "Test",
            "enable_hooks": true,
            "language_aliases": ""
        },
        {
            "name": "Ğ1nkgo",
            "slug": "g1nkgo",
            "id": 5,
            "web": "https://g1nkgo.comunes.org",
            "web_url": "https://weblate.duniter.org/projects/g1nkgo/",
            "url": "https://weblate.duniter.org/api/projects/g1nkgo/?format=api",
            "components_list_url": "https://weblate.duniter.org/api/projects/g1nkgo/components/?format=api",
            "repository_url": "https://weblate.duniter.org/api/projects/g1nkgo/repository/?format=api",
            "statistics_url": "https://weblate.duniter.org/api/projects/g1nkgo/statistics/?format=api",
            "changes_list_url": "https://weblate.duniter.org/api/projects/g1nkgo/changes/?format=api",
            "languages_url": "https://weblate.duniter.org/api/projects/g1nkgo/languages/?format=api",
            "translation_review": false,
            "source_review": false,
            "set_language_team": true,
            "instructions": "",
            "enable_hooks": true,
            "language_aliases": ""
        }
    ]
}