Translation components API.

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

GET /api/components/fedora-docs-l10n-cpe/masterpagesmeet_the_team/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": [
                    "base",
                    "en_en",
                    "en_us",
                    "eng",
                    "enp",
                    "source"
                ],
                "direction": "ltr",
                "population": 1728900209,
                "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": 76639,
            "filename": "pot/master/pages/meet_the_team.pot",
            "revision": "7025a53c55d6df1b88022031d0af5daea46c1729",
            "web_url": "https://translate.fedoraproject.org/projects/fedora-docs-l10n-cpe/masterpagesmeet_the_team/en/",
            "share_url": "https://translate.fedoraproject.org/engage/fedora-docs-l10n-cpe/-/en/",
            "translate_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-cpe/masterpagesmeet_the_team/en/",
            "url": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-cpe/masterpagesmeet_the_team/en/?format=api",
            "is_template": false,
            "is_source": true,
            "total": 7,
            "total_words": 87,
            "translated": 7,
            "translated_words": 87,
            "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": "2024-02-14T22:16:58.689289Z",
            "last_author": null,
            "repository_url": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-cpe/masterpagesmeet_the_team/en/repository/?format=api",
            "file_url": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-cpe/masterpagesmeet_the_team/en/file/?format=api",
            "statistics_url": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-cpe/masterpagesmeet_the_team/en/statistics/?format=api",
            "changes_list_url": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-cpe/masterpagesmeet_the_team/en/changes/?format=api",
            "units_list_url": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-cpe/masterpagesmeet_the_team/en/units/?format=api"
        },
        {
            "language": {
                "id": 106,
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 106,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fr_fr",
                    "fra",
                    "fra_fr",
                    "fre"
                ],
                "direction": "ltr",
                "population": 295510923,
                "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": 76640,
            "filename": "po/fr/master/pages/meet_the_team.po",
            "revision": "17f3276a717dbe3fe9c2b8ef22b37d83b9717bb3",
            "web_url": "https://translate.fedoraproject.org/projects/fedora-docs-l10n-cpe/masterpagesmeet_the_team/fr/",
            "share_url": "https://translate.fedoraproject.org/engage/fedora-docs-l10n-cpe/-/fr/",
            "translate_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-cpe/masterpagesmeet_the_team/fr/",
            "url": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-cpe/masterpagesmeet_the_team/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 7,
            "total_words": 87,
            "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": 0,
            "have_comment": 0,
            "last_change": "2024-02-14T22:16:58.816555Z",
            "last_author": null,
            "repository_url": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-cpe/masterpagesmeet_the_team/fr/repository/?format=api",
            "file_url": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-cpe/masterpagesmeet_the_team/fr/file/?format=api",
            "statistics_url": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-cpe/masterpagesmeet_the_team/fr/statistics/?format=api",
            "changes_list_url": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-cpe/masterpagesmeet_the_team/fr/changes/?format=api",
            "units_list_url": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-cpe/masterpagesmeet_the_team/fr/units/?format=api"
        }
    ]
}