Translation projects API.


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

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

{
    "name": "FC_Mods",
    "slug": "fc_mods",
    "web": "https://github.com/zebra1993/Fortress-Craft-Evolved-Translation",
    "source_language": {
        "code": "en",
        "name": "English",
        "nplurals": 2,
        "pluralequation": "n != 1",
        "direction": "ltr",
        "web_url": "http://weblate.tectic.de/languages/en/",
        "url": "http://weblate.tectic.de/api/languages/en/?format=api"
    },
    "web_url": "http://weblate.tectic.de/projects/fc_mods/",
    "url": "http://weblate.tectic.de/api/projects/fc_mods/?format=api",
    "components_list_url": "http://weblate.tectic.de/api/projects/fc_mods/components/?format=api",
    "repository_url": "http://weblate.tectic.de/api/projects/fc_mods/repository/?format=api",
    "statistics_url": "http://weblate.tectic.de/api/projects/fc_mods/statistics/?format=api",
    "changes_list_url": "http://weblate.tectic.de/api/projects/fc_mods/changes/?format=api"
}