Translation projects API.


See <a href="https://docs.weblate.org/en/weblate-3.6.1/api.html#projects">the Weblate's Web API documentation</a> for detailed
description of the API.

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

{
    "name": "Protegus",
    "slug": "protegus",
    "web": "http://www.protegus.eu",
    "source_language": {
        "code": "en",
        "name": "English",
        "direction": "ltr",
        "web_url": "https://weblate.protegus.eu/languages/en/",
        "url": "https://weblate.protegus.eu/api/languages/en/?format=api"
    },
    "web_url": "https://weblate.protegus.eu/projects/protegus/",
    "url": "https://weblate.protegus.eu/api/projects/protegus/?format=api",
    "components_list_url": "https://weblate.protegus.eu/api/projects/protegus/components/?format=api",
    "repository_url": "https://weblate.protegus.eu/api/projects/protegus/repository/?format=api",
    "statistics_url": "https://weblate.protegus.eu/api/projects/protegus/statistics/?format=api",
    "changes_list_url": "https://weblate.protegus.eu/api/projects/protegus/changes/?format=api"
}