Translation components API.

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

GET /api/translations/delivery/deliveryagent/sr/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "language": {
        "code": "sr",
        "name": "Serbian",
        "direction": "ltr",
        "web_url": "http://weblate.ucs.ru/languages/sr/",
        "url": "http://weblate.ucs.ru/api/languages/sr/?format=api"
    },
    "component": {
        "name": "DeliveryAgent",
        "slug": "deliveryagent",
        "project": {
            "name": "Delivery",
            "slug": "delivery",
            "web": "https://ucs.ru",
            "source_language": {
                "code": "templates",
                "name": "templates (generated)",
                "direction": "ltr",
                "web_url": "http://weblate.ucs.ru/languages/templates/",
                "url": "http://weblate.ucs.ru/api/languages/templates/?format=api"
            },
            "web_url": "http://weblate.ucs.ru/projects/delivery/",
            "url": "http://weblate.ucs.ru/api/projects/delivery/?format=api",
            "components_list_url": "http://weblate.ucs.ru/api/projects/delivery/components/?format=api",
            "repository_url": "http://weblate.ucs.ru/api/projects/delivery/repository/?format=api",
            "statistics_url": "http://weblate.ucs.ru/api/projects/delivery/statistics/?format=api",
            "changes_list_url": "http://weblate.ucs.ru/api/projects/delivery/changes/?format=api"
        },
        "vcs": null,
        "repo": null,
        "git_export": "http://weblate.ucs.ru/git/delivery/deliveryagent/",
        "branch": null,
        "filemask": null,
        "template": "Delivery/Delivery.templates.xlf",
        "new_base": "Delivery/Delivery.templates.xlf",
        "file_format": "xliff",
        "license": "",
        "license_url": "",
        "web_url": "http://weblate.ucs.ru/projects/delivery/deliveryagent/",
        "url": "http://weblate.ucs.ru/api/components/delivery/deliveryagent/?format=api",
        "repository_url": "http://weblate.ucs.ru/api/components/delivery/deliveryagent/repository/?format=api",
        "translations_url": "http://weblate.ucs.ru/api/components/delivery/deliveryagent/translations/?format=api",
        "statistics_url": "http://weblate.ucs.ru/api/components/delivery/deliveryagent/statistics/?format=api",
        "lock_url": "http://weblate.ucs.ru/api/components/delivery/deliveryagent/lock/?format=api",
        "changes_list_url": "http://weblate.ucs.ru/api/components/delivery/deliveryagent/changes/?format=api"
    },
    "language_code": "sr",
    "filename": "Delivery/Delivery.sr.xlf",
    "revision": "f16ecf0d59697851556e0f8dc112ea79e4813eba,3e0cb2ba2560d11141eb445cc589297e54901165",
    "web_url": "http://weblate.ucs.ru/projects/delivery/deliveryagent/sr/",
    "share_url": "http://weblate.ucs.ru/engage/delivery/sr/",
    "translate_url": "http://weblate.ucs.ru/translate/delivery/deliveryagent/sr/",
    "url": "http://weblate.ucs.ru/api/translations/delivery/deliveryagent/sr/?format=api",
    "is_template": false,
    "total": 565,
    "total_words": 1456,
    "translated": 565,
    "translated_words": 1456,
    "translated_percent": 100.0,
    "fuzzy": 0,
    "fuzzy_words": 0,
    "fuzzy_percent": 0.0,
    "failing_checks": 0,
    "failing_checks_words": 0,
    "failing_checks_percent": 0.0,
    "have_suggestion": 0,
    "have_comment": 0,
    "last_change": "2020-07-19T19:23:51",
    "last_author": "Nemanja Savić",
    "repository_url": "http://weblate.ucs.ru/api/translations/delivery/deliveryagent/sr/repository/?format=api",
    "file_url": "http://weblate.ucs.ru/api/translations/delivery/deliveryagent/sr/file/?format=api",
    "statistics_url": "http://weblate.ucs.ru/api/translations/delivery/deliveryagent/sr/statistics/?format=api",
    "changes_list_url": "http://weblate.ucs.ru/api/translations/delivery/deliveryagent/sr/changes/?format=api",
    "units_list_url": "http://weblate.ucs.ru/api/translations/delivery/deliveryagent/sr/units/?format=api"
}