Translation projects API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/projects/linphone-desktop/
HTTP 200 OK
Allow: GET, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "Linphone Desktop",
    "slug": "linphone-desktop",
    "id": 6,
    "web": "https://linphone.org",
    "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": "https://weblate.linphone.org/languages/en/",
        "url": "https://weblate.linphone.org/api/languages/en/",
        "statistics_url": "https://weblate.linphone.org/api/languages/en/statistics/"
    },
    "web_url": "https://weblate.linphone.org/projects/linphone-desktop/",
    "url": "https://weblate.linphone.org/api/projects/linphone-desktop/",
    "components_list_url": "https://weblate.linphone.org/api/projects/linphone-desktop/components/",
    "repository_url": "https://weblate.linphone.org/api/projects/linphone-desktop/repository/",
    "statistics_url": "https://weblate.linphone.org/api/projects/linphone-desktop/statistics/",
    "changes_list_url": "https://weblate.linphone.org/api/projects/linphone-desktop/changes/",
    "languages_url": "https://weblate.linphone.org/api/projects/linphone-desktop/languages/"
}