Translation components API.

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

GET /api/components/ooops-tools-internal-14-0/ooops_db_manager/translations/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 134,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "eng"
                ],
                "direction": "ltr",
                "web_url": "http://weblate.ops404.it/languages/en/",
                "url": "http://weblate.ops404.it/api/languages/en/?format=api",
                "statistics_url": "http://weblate.ops404.it/api/languages/en/statistics/?format=api"
            },
            "language_code": "en",
            "id": 2272,
            "filename": "ooops_db_manager/i18n/ooops_db_manager.pot",
            "revision": "1c35ffe38ac011575d69d2d36e2e18889cc81583",
            "web_url": "http://weblate.ops404.it/projects/ooops-tools-internal-14-0/ooops_db_manager/en/",
            "share_url": "http://weblate.ops404.it/engage/ooops-tools-internal-14-0/en/",
            "translate_url": "http://weblate.ops404.it/translate/ooops-tools-internal-14-0/ooops_db_manager/en/",
            "url": "http://weblate.ops404.it/api/translations/ooops-tools-internal-14-0/ooops_db_manager/en/?format=api",
            "is_template": false,
            "is_source": true,
            "total": 79,
            "total_words": 318,
            "translated": 79,
            "translated_words": 318,
            "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": null,
            "last_author": null,
            "repository_url": "http://weblate.ops404.it/api/translations/ooops-tools-internal-14-0/ooops_db_manager/en/repository/?format=api",
            "file_url": "http://weblate.ops404.it/api/translations/ooops-tools-internal-14-0/ooops_db_manager/en/file/?format=api",
            "statistics_url": "http://weblate.ops404.it/api/translations/ooops-tools-internal-14-0/ooops_db_manager/en/statistics/?format=api",
            "changes_list_url": "http://weblate.ops404.it/api/translations/ooops-tools-internal-14-0/ooops_db_manager/en/changes/?format=api",
            "units_list_url": "http://weblate.ops404.it/api/translations/ooops-tools-internal-14-0/ooops_db_manager/en/units/?format=api"
        },
        {
            "language": {
                "code": "it",
                "name": "Italian",
                "plural": {
                    "id": 250,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ita"
                ],
                "direction": "ltr",
                "web_url": "http://weblate.ops404.it/languages/it/",
                "url": "http://weblate.ops404.it/api/languages/it/?format=api",
                "statistics_url": "http://weblate.ops404.it/api/languages/it/statistics/?format=api"
            },
            "language_code": "it",
            "id": 2273,
            "filename": "ooops_db_manager/i18n/it.po",
            "revision": "2da38f9071c00e1808745fe09d15ebe65f89996c",
            "web_url": "http://weblate.ops404.it/projects/ooops-tools-internal-14-0/ooops_db_manager/it/",
            "share_url": "http://weblate.ops404.it/engage/ooops-tools-internal-14-0/it/",
            "translate_url": "http://weblate.ops404.it/translate/ooops-tools-internal-14-0/ooops_db_manager/it/",
            "url": "http://weblate.ops404.it/api/translations/ooops-tools-internal-14-0/ooops_db_manager/it/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 79,
            "total_words": 318,
            "translated": 12,
            "translated_words": 21,
            "translated_percent": 15.1,
            "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": null,
            "last_author": null,
            "repository_url": "http://weblate.ops404.it/api/translations/ooops-tools-internal-14-0/ooops_db_manager/it/repository/?format=api",
            "file_url": "http://weblate.ops404.it/api/translations/ooops-tools-internal-14-0/ooops_db_manager/it/file/?format=api",
            "statistics_url": "http://weblate.ops404.it/api/translations/ooops-tools-internal-14-0/ooops_db_manager/it/statistics/?format=api",
            "changes_list_url": "http://weblate.ops404.it/api/translations/ooops-tools-internal-14-0/ooops_db_manager/it/changes/?format=api",
            "units_list_url": "http://weblate.ops404.it/api/translations/ooops-tools-internal-14-0/ooops_db_manager/it/units/?format=api"
        }
    ]
}