Translation components API.

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

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

{
    "name": "App (legacy)",
    "slug": "app-legacy",
    "project": {
        "name": "Cinema FV-5",
        "slug": "cinemafv5",
        "web": "http://www.cinemafv5.com/",
        "source_language": {
            "code": "en",
            "name": "English",
            "direction": "ltr",
            "web_url": "http://localization.fgae.de/languages/en/",
            "url": "https://localization.fgae.de/api/languages/en/?format=api"
        },
        "web_url": "http://localization.fgae.de/projects/cinemafv5/",
        "url": "https://localization.fgae.de/api/projects/cinemafv5/?format=api",
        "components_list_url": "https://localization.fgae.de/api/projects/cinemafv5/components/?format=api",
        "repository_url": "https://localization.fgae.de/api/projects/cinemafv5/repository/?format=api",
        "statistics_url": "https://localization.fgae.de/api/projects/cinemafv5/statistics/?format=api",
        "changes_list_url": "https://localization.fgae.de/api/projects/cinemafv5/changes/?format=api"
    },
    "vcs": "git",
    "repo": "http://localization.fgae.de:3000/fgae-localization/cinemafv5-app-legacy.git",
    "git_export": "https://localization.fgae.de/git/cinemafv5/app-legacy/",
    "branch": "master",
    "filemask": "res/values-*/strings.xml",
    "template": "res/values/strings.xml",
    "new_base": "",
    "file_format": "aresource",
    "license": "Creative Commons Attribution-ShareAlike 4.0 International License",
    "license_url": "http://creativecommons.org/licenses/by-sa/4.0/",
    "web_url": "http://localization.fgae.de/projects/cinemafv5/app-legacy/",
    "url": "https://localization.fgae.de/api/components/cinemafv5/app-legacy/?format=api",
    "repository_url": "https://localization.fgae.de/api/components/cinemafv5/app-legacy/repository/?format=api",
    "translations_url": "https://localization.fgae.de/api/components/cinemafv5/app-legacy/translations/?format=api",
    "statistics_url": "https://localization.fgae.de/api/components/cinemafv5/app-legacy/statistics/?format=api",
    "lock_url": "https://localization.fgae.de/api/components/cinemafv5/app-legacy/lock/?format=api",
    "changes_list_url": "https://localization.fgae.de/api/components/cinemafv5/app-legacy/changes/?format=api"
}