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": "Memorial Archives",
            "slug": "memorial-archives",
            "id": 1,
            "web": "http://memorial-archives.international/",
            "web_url": "https://translate.memarc.info/projects/memorial-archives/",
            "url": "https://translate.memarc.info/api/projects/memorial-archives/?format=api",
            "components_list_url": "https://translate.memarc.info/api/projects/memorial-archives/components/?format=api",
            "repository_url": "https://translate.memarc.info/api/projects/memorial-archives/repository/?format=api",
            "statistics_url": "https://translate.memarc.info/api/projects/memorial-archives/statistics/?format=api",
            "changes_list_url": "https://translate.memarc.info/api/projects/memorial-archives/changes/?format=api",
            "languages_url": "https://translate.memarc.info/api/projects/memorial-archives/languages/?format=api",
            "translation_review": false,
            "source_review": false,
            "set_language_team": true,
            "instructions": "New Widget Components can be translated here.",
            "enable_hooks": true,
            "language_aliases": ""
        }
    ]
}