Translation components API.

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

GET /api/translations/appinventor/component-properties/nl/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "language": {
        "code": "nl",
        "name": "Dutch",
        "direction": "ltr",
        "web_url": "https://weblate.appinventor.mit.edu/languages/nl/",
        "url": "https://weblate.appinventor.mit.edu/api/languages/nl/?format=api"
    },
    "component": {
        "name": "5. Component Properties",
        "slug": "component-properties",
        "project": {
            "name": "AppInventor",
            "slug": "appinventor",
            "web": "http://appinventor.mit.edu",
            "source_language": {
                "code": "en",
                "name": "English",
                "direction": "ltr",
                "web_url": "https://weblate.appinventor.mit.edu/languages/en/",
                "url": "https://weblate.appinventor.mit.edu/api/languages/en/?format=api"
            },
            "web_url": "https://weblate.appinventor.mit.edu/projects/appinventor/",
            "url": "https://weblate.appinventor.mit.edu/api/projects/appinventor/?format=api",
            "components_list_url": "https://weblate.appinventor.mit.edu/api/projects/appinventor/components/?format=api",
            "repository_url": "https://weblate.appinventor.mit.edu/api/projects/appinventor/repository/?format=api",
            "statistics_url": "https://weblate.appinventor.mit.edu/api/projects/appinventor/statistics/?format=api",
            "changes_list_url": "https://weblate.appinventor.mit.edu/api/projects/appinventor/changes/?format=api",
            "languages_url": "https://weblate.appinventor.mit.edu/api/projects/appinventor/languages/?format=api"
        },
        "vcs": "git",
        "repo": "https://github.com/SusanRatiLane/appinventor-translations.git",
        "git_export": "https://weblate.appinventor.mit.edu/git/appinventor/component-properties/",
        "branch": "master",
        "filemask": "appinventor/appengine/src/com/google/appinventor/client/editor/simple/components/i18n/ComponentPropertyTranslations_*.properties",
        "template": "appinventor/appengine/src/com/google/appinventor/client/editor/simple/components/i18n/ComponentPropertyTranslations_en.properties",
        "new_base": "",
        "file_format": "properties-utf8",
        "license": "Apache License 2.0",
        "license_url": "http://www.apache.org/licenses/LICENSE-2.0",
        "web_url": "https://weblate.appinventor.mit.edu/projects/appinventor/component-properties/",
        "url": "https://weblate.appinventor.mit.edu/api/components/appinventor/component-properties/?format=api",
        "repository_url": "https://weblate.appinventor.mit.edu/api/components/appinventor/component-properties/repository/?format=api",
        "translations_url": "https://weblate.appinventor.mit.edu/api/components/appinventor/component-properties/translations/?format=api",
        "statistics_url": "https://weblate.appinventor.mit.edu/api/components/appinventor/component-properties/statistics/?format=api",
        "lock_url": "https://weblate.appinventor.mit.edu/api/components/appinventor/component-properties/lock/?format=api",
        "changes_list_url": "https://weblate.appinventor.mit.edu/api/components/appinventor/component-properties/changes/?format=api"
    },
    "language_code": "nl",
    "filename": "appinventor/appengine/src/com/google/appinventor/client/editor/simple/components/i18n/ComponentPropertyTranslations_nl.properties",
    "revision": "8016bcf3dab8945e8a4392dfb310f4d9d1ac03fe,29d8e3c5eeef4d63295b0b6e3bb05b4bf289a71b",
    "web_url": "https://weblate.appinventor.mit.edu/projects/appinventor/component-properties/nl/",
    "share_url": "https://weblate.appinventor.mit.edu/engage/appinventor/nl/",
    "translate_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-properties/nl/",
    "url": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-properties/nl/?format=api",
    "is_template": false,
    "total": 1518,
    "total_words": 15239,
    "translated": 241,
    "translated_words": 252,
    "translated_percent": 15.9,
    "fuzzy": 0,
    "fuzzy_words": 0,
    "fuzzy_percent": 0.0,
    "failing_checks": 6,
    "failing_checks_words": 6,
    "failing_checks_percent": 0.4,
    "have_suggestion": 0,
    "have_comment": 0,
    "last_change": null,
    "last_author": null,
    "repository_url": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-properties/nl/repository/?format=api",
    "file_url": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-properties/nl/file/?format=api",
    "statistics_url": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-properties/nl/statistics/?format=api",
    "changes_list_url": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-properties/nl/changes/?format=api",
    "units_list_url": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-properties/nl/units/?format=api"
}