Translation projects API.

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

GET /api/projects/linhome/?format=api
HTTP 200 OK
Allow: GET, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "Linhome",
    "slug": "linhome",
    "id": 7,
    "web": "https://www.linhome.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/?format=api",
        "statistics_url": "https://weblate.linphone.org/api/languages/en/statistics/?format=api"
    },
    "web_url": "https://weblate.linphone.org/projects/linhome/",
    "url": "https://weblate.linphone.org/api/projects/linhome/?format=api",
    "components_list_url": "https://weblate.linphone.org/api/projects/linhome/components/?format=api",
    "repository_url": "https://weblate.linphone.org/api/projects/linhome/repository/?format=api",
    "statistics_url": "https://weblate.linphone.org/api/projects/linhome/statistics/?format=api",
    "changes_list_url": "https://weblate.linphone.org/api/projects/linhome/changes/?format=api",
    "languages_url": "https://weblate.linphone.org/api/projects/linhome/languages/?format=api"
}