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": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "name": "FoE Helper",
            "slug": "foe-helper",
            "id": 1,
            "web": "https://foe-helper.com",
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 82,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "english",
                    "en_en",
                    "base",
                    "source",
                    "eng"
                ],
                "direction": "ltr",
                "web_url": "http://i18n.foe-helper.com/languages/en/",
                "url": "http://i18n.foe-helper.com/api/languages/en/?format=api",
                "statistics_url": "http://i18n.foe-helper.com/api/languages/en/statistics/?format=api"
            },
            "web_url": "http://i18n.foe-helper.com/projects/foe-helper/",
            "url": "http://i18n.foe-helper.com/api/projects/foe-helper/?format=api",
            "components_list_url": "http://i18n.foe-helper.com/api/projects/foe-helper/components/?format=api",
            "repository_url": "http://i18n.foe-helper.com/api/projects/foe-helper/repository/?format=api",
            "statistics_url": "http://i18n.foe-helper.com/api/projects/foe-helper/statistics/?format=api",
            "changes_list_url": "http://i18n.foe-helper.com/api/projects/foe-helper/changes/?format=api",
            "languages_url": "http://i18n.foe-helper.com/api/projects/foe-helper/languages/?format=api"
        }
    ]
}