Translation components API.


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

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

{
    "name": "Sugarizer Server",
    "slug": "sugarizer-server",
    "project": {
        "name": "Sugarizer",
        "slug": "sugarizer",
        "web": "http://sugarizer.org",
        "source_language": {
            "code": "en",
            "name": "English",
            "nplurals": 2,
            "pluralequation": "n != 1",
            "direction": "ltr",
            "web_url": "http://translate.sugarizer.org/languages/en/",
            "url": "http://localhost:8282/api/languages/en/?format=api"
        },
        "web_url": "http://translate.sugarizer.org/projects/sugarizer/",
        "url": "http://localhost:8282/api/projects/sugarizer/?format=api",
        "components_list_url": "http://localhost:8282/api/projects/sugarizer/components/?format=api",
        "repository_url": "http://localhost:8282/api/projects/sugarizer/repository/?format=api",
        "statistics_url": "http://localhost:8282/api/projects/sugarizer/statistics/?format=api",
        "changes_list_url": "http://localhost:8282/api/projects/sugarizer/changes/?format=api"
    },
    "vcs": "git",
    "repo": "https://github.com/llaske/sugarizer-server",
    "git_export": "http://translate.sugarizer.org/git/sugarizer/sugarizer-server/",
    "branch": "dev",
    "filemask": "dashboard/public/l10n/po/*.po",
    "template": "",
    "new_base": "dashboard/public/l10n/po/template.pot",
    "file_format": "po",
    "license": "",
    "license_url": "",
    "web_url": "http://translate.sugarizer.org/projects/sugarizer/sugarizer-server/",
    "url": "http://localhost:8282/api/components/sugarizer/sugarizer-server/?format=api",
    "repository_url": "http://localhost:8282/api/components/sugarizer/sugarizer-server/repository/?format=api",
    "translations_url": "http://localhost:8282/api/components/sugarizer/sugarizer-server/translations/?format=api",
    "statistics_url": "http://localhost:8282/api/components/sugarizer/sugarizer-server/statistics/?format=api",
    "lock_url": "http://localhost:8282/api/components/sugarizer/sugarizer-server/lock/?format=api",
    "changes_list_url": "http://localhost:8282/api/components/sugarizer/sugarizer-server/changes/?format=api"
}