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/activity-colormyworld/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "Activity ColorMyWorld",
    "slug": "activity-colormyworld",
    "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",
    "git_export": "",
    "branch": "dev",
    "filemask": "activities/ColorMyWorld.activity/locales/*.json",
    "template": "",
    "new_base": "activities/ColorMyWorld.activity/locales/en.json",
    "file_format": "json",
    "license": "",
    "license_url": "",
    "web_url": "http://translate.sugarizer.org/projects/sugarizer/activity-colormyworld/",
    "url": "http://localhost:8282/api/components/sugarizer/activity-colormyworld/?format=api",
    "repository_url": "http://localhost:8282/api/components/sugarizer/activity-colormyworld/repository/?format=api",
    "translations_url": "http://localhost:8282/api/components/sugarizer/activity-colormyworld/translations/?format=api",
    "statistics_url": "http://localhost:8282/api/components/sugarizer/activity-colormyworld/statistics/?format=api",
    "lock_url": "http://localhost:8282/api/components/sugarizer/activity-colormyworld/lock/?format=api",
    "changes_list_url": "http://localhost:8282/api/components/sugarizer/activity-colormyworld/changes/?format=api"
}