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": "Nebulo",
            "slug": "nebulo",
            "id": 1,
            "web": "https://git.frostnerd.com/PublicAndroidApps/Smokescreen",
            "web_url": "https://weblate.frostnerd.com/projects/nebulo/",
            "url": "https://weblate.frostnerd.com/api/projects/nebulo/?format=api",
            "components_list_url": "https://weblate.frostnerd.com/api/projects/nebulo/components/?format=api",
            "repository_url": "https://weblate.frostnerd.com/api/projects/nebulo/repository/?format=api",
            "statistics_url": "https://weblate.frostnerd.com/api/projects/nebulo/statistics/?format=api",
            "changes_list_url": "https://weblate.frostnerd.com/api/projects/nebulo/changes/?format=api",
            "languages_url": "https://weblate.frostnerd.com/api/projects/nebulo/languages/?format=api",
            "translation_review": false,
            "source_review": false,
            "set_language_team": true,
            "instructions": "https://git.frostnerd.com/PublicAndroidApps/smokescreen/blob/master/TRANSLATING.md",
            "enable_hooks": true,
            "language_aliases": ""
        },
        {
            "name": "DNS Changer",
            "slug": "dns-changer",
            "id": 2,
            "web": "https://git.frostnerd.com/PublicAndroidApps/DnsChanger",
            "web_url": "https://weblate.frostnerd.com/projects/dns-changer/",
            "url": "https://weblate.frostnerd.com/api/projects/dns-changer/?format=api",
            "components_list_url": "https://weblate.frostnerd.com/api/projects/dns-changer/components/?format=api",
            "repository_url": "https://weblate.frostnerd.com/api/projects/dns-changer/repository/?format=api",
            "statistics_url": "https://weblate.frostnerd.com/api/projects/dns-changer/statistics/?format=api",
            "changes_list_url": "https://weblate.frostnerd.com/api/projects/dns-changer/changes/?format=api",
            "languages_url": "https://weblate.frostnerd.com/api/projects/dns-changer/languages/?format=api",
            "translation_review": false,
            "source_review": false,
            "set_language_team": true,
            "instructions": "",
            "enable_hooks": true,
            "language_aliases": ""
        },
        {
            "name": "Authenticator",
            "slug": "authenticator",
            "id": 3,
            "web": "https://git.frostnerd.com/PublicAndroidApps/Authenticator",
            "web_url": "https://weblate.frostnerd.com/projects/authenticator/",
            "url": "https://weblate.frostnerd.com/api/projects/authenticator/?format=api",
            "components_list_url": "https://weblate.frostnerd.com/api/projects/authenticator/components/?format=api",
            "repository_url": "https://weblate.frostnerd.com/api/projects/authenticator/repository/?format=api",
            "statistics_url": "https://weblate.frostnerd.com/api/projects/authenticator/statistics/?format=api",
            "changes_list_url": "https://weblate.frostnerd.com/api/projects/authenticator/changes/?format=api",
            "languages_url": "https://weblate.frostnerd.com/api/projects/authenticator/languages/?format=api",
            "translation_review": false,
            "source_review": false,
            "set_language_team": true,
            "instructions": "",
            "enable_hooks": true,
            "language_aliases": ""
        },
        {
            "name": "RethinkDNS",
            "slug": "rethinkdns",
            "id": 4,
            "web": "https://github.com/celzero/rethink-app",
            "web_url": "https://weblate.frostnerd.com/projects/rethinkdns/",
            "url": "https://weblate.frostnerd.com/api/projects/rethinkdns/?format=api",
            "components_list_url": "https://weblate.frostnerd.com/api/projects/rethinkdns/components/?format=api",
            "repository_url": "https://weblate.frostnerd.com/api/projects/rethinkdns/repository/?format=api",
            "statistics_url": "https://weblate.frostnerd.com/api/projects/rethinkdns/statistics/?format=api",
            "changes_list_url": "https://weblate.frostnerd.com/api/projects/rethinkdns/changes/?format=api",
            "languages_url": "https://weblate.frostnerd.com/api/projects/rethinkdns/languages/?format=api",
            "translation_review": false,
            "source_review": false,
            "set_language_team": true,
            "instructions": "",
            "enable_hooks": true,
            "language_aliases": ""
        }
    ]
}