Translation components API.

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

GET /api/components/fedora-docs-l10n-cpe/masterpagesworking_with_us/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": {
                "id": 76,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://translate.fedoraproject.org/languages/en/",
                "url": "https://translate.fedoraproject.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.fedoraproject.org/api/languages/en/statistics/?format=api"
            },
            "language_code": "en",
            "id": 3346,
            "filename": "pot/master/pages/working_with_us.pot",
            "revision": "e6fc1f1f663f1c12b6e5ee092afe0a49e3c64f4e",
            "web_url": "https://translate.fedoraproject.org/projects/fedora-docs-l10n-cpe/masterpagesworking_with_us/en/",
            "share_url": "https://translate.fedoraproject.org/engage/fedora-docs-l10n-cpe/-/en/",
            "translate_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-cpe/masterpagesworking_with_us/en/",
            "url": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-cpe/masterpagesworking_with_us/en/?format=api",
            "is_template": false,
            "is_source": true,
            "total": 24,
            "total_words": 385,
            "translated": 24,
            "translated_words": 385,
            "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": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-cpe/masterpagesworking_with_us/en/repository/?format=api",
            "file_url": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-cpe/masterpagesworking_with_us/en/file/?format=api",
            "statistics_url": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-cpe/masterpagesworking_with_us/en/statistics/?format=api",
            "changes_list_url": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-cpe/masterpagesworking_with_us/en/changes/?format=api",
            "units_list_url": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-cpe/masterpagesworking_with_us/en/units/?format=api"
        },
        {
            "language": {
                "id": 106,
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 106,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra_fr",
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 278611506,
                "web_url": "https://translate.fedoraproject.org/languages/fr/",
                "url": "https://translate.fedoraproject.org/api/languages/fr/?format=api",
                "statistics_url": "https://translate.fedoraproject.org/api/languages/fr/statistics/?format=api"
            },
            "language_code": "fr",
            "id": 3354,
            "filename": "po/fr/master/pages/working_with_us.po",
            "revision": "31e3a4b70fedb2be1ded5a922d3ae29300c40c44",
            "web_url": "https://translate.fedoraproject.org/projects/fedora-docs-l10n-cpe/masterpagesworking_with_us/fr/",
            "share_url": "https://translate.fedoraproject.org/engage/fedora-docs-l10n-cpe/-/fr/",
            "translate_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-cpe/masterpagesworking_with_us/fr/",
            "url": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-cpe/masterpagesworking_with_us/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 24,
            "total_words": 385,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 1,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-cpe/masterpagesworking_with_us/fr/repository/?format=api",
            "file_url": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-cpe/masterpagesworking_with_us/fr/file/?format=api",
            "statistics_url": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-cpe/masterpagesworking_with_us/fr/statistics/?format=api",
            "changes_list_url": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-cpe/masterpagesworking_with_us/fr/changes/?format=api",
            "units_list_url": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-cpe/masterpagesworking_with_us/fr/units/?format=api"
        }
    ]
}