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": "TerrariumPI",
            "slug": "terrariumpi",
            "id": 1,
            "web": "https://terrarium.theyosh.nl",
            "web_url": "https://weblate.theyosh.nl/projects/terrariumpi/",
            "url": "https://weblate.theyosh.nl/api/projects/terrariumpi/?format=api",
            "components_list_url": "https://weblate.theyosh.nl/api/projects/terrariumpi/components/?format=api",
            "repository_url": "https://weblate.theyosh.nl/api/projects/terrariumpi/repository/?format=api",
            "statistics_url": "https://weblate.theyosh.nl/api/projects/terrariumpi/statistics/?format=api",
            "categories_url": "https://weblate.theyosh.nl/api/projects/terrariumpi/categories/?format=api",
            "changes_list_url": "https://weblate.theyosh.nl/api/projects/terrariumpi/changes/?format=api",
            "languages_url": "https://weblate.theyosh.nl/api/projects/terrariumpi/languages/?format=api",
            "labels_url": "https://weblate.theyosh.nl/api/projects/terrariumpi/labels/?format=api",
            "translation_review": false,
            "source_review": false,
            "set_language_team": true,
            "instructions": "",
            "enable_hooks": true,
            "language_aliases": ""
        },
        {
            "name": "DreamboxRestream",
            "slug": "dreamboxrestream",
            "id": 4,
            "web": "https://restream.theyosh.nl",
            "web_url": "https://weblate.theyosh.nl/projects/dreamboxrestream/",
            "url": "https://weblate.theyosh.nl/api/projects/dreamboxrestream/?format=api",
            "components_list_url": "https://weblate.theyosh.nl/api/projects/dreamboxrestream/components/?format=api",
            "repository_url": "https://weblate.theyosh.nl/api/projects/dreamboxrestream/repository/?format=api",
            "statistics_url": "https://weblate.theyosh.nl/api/projects/dreamboxrestream/statistics/?format=api",
            "categories_url": "https://weblate.theyosh.nl/api/projects/dreamboxrestream/categories/?format=api",
            "changes_list_url": "https://weblate.theyosh.nl/api/projects/dreamboxrestream/changes/?format=api",
            "languages_url": "https://weblate.theyosh.nl/api/projects/dreamboxrestream/languages/?format=api",
            "labels_url": "https://weblate.theyosh.nl/api/projects/dreamboxrestream/labels/?format=api",
            "translation_review": false,
            "source_review": false,
            "set_language_team": true,
            "instructions": "",
            "enable_hooks": true,
            "language_aliases": ""
        },
        {
            "name": "WiFiKilL3r",
            "slug": "wifikill3r",
            "id": 7,
            "web": "https://openrepos.net/content/theyosh/wifikill3r",
            "web_url": "https://weblate.theyosh.nl/projects/wifikill3r/",
            "url": "https://weblate.theyosh.nl/api/projects/wifikill3r/?format=api",
            "components_list_url": "https://weblate.theyosh.nl/api/projects/wifikill3r/components/?format=api",
            "repository_url": "https://weblate.theyosh.nl/api/projects/wifikill3r/repository/?format=api",
            "statistics_url": "https://weblate.theyosh.nl/api/projects/wifikill3r/statistics/?format=api",
            "categories_url": "https://weblate.theyosh.nl/api/projects/wifikill3r/categories/?format=api",
            "changes_list_url": "https://weblate.theyosh.nl/api/projects/wifikill3r/changes/?format=api",
            "languages_url": "https://weblate.theyosh.nl/api/projects/wifikill3r/languages/?format=api",
            "labels_url": "https://weblate.theyosh.nl/api/projects/wifikill3r/labels/?format=api",
            "translation_review": false,
            "source_review": false,
            "set_language_team": true,
            "instructions": "",
            "enable_hooks": true,
            "language_aliases": ""
        }
    ]
}