Translation components API.

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

GET /api/components/freshrss-android/f-droid/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://weblate.framasoft.org/languages/en/",
                "url": "https://weblate.framasoft.org/api/languages/en/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/languages/en/statistics/?format=api"
            },
            "language_code": "en",
            "id": 2555,
            "filename": "fastlane/metadata/android/en-US",
            "revision": "e921cb3cafef75d186ef6811b75ac60faebcf0fc,e921cb3cafef75d186ef6811b75ac60faebcf0fc",
            "web_url": "https://weblate.framasoft.org/projects/freshrss-android/f-droid/en/",
            "share_url": "https://weblate.framasoft.org/engage/freshrss-android/-/en/",
            "translate_url": "https://weblate.framasoft.org/translate/freshrss-android/f-droid/en/",
            "url": "https://weblate.framasoft.org/api/translations/freshrss-android/f-droid/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 16,
            "total_words": 755,
            "translated": 16,
            "translated_words": 755,
            "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://weblate.framasoft.org/api/translations/freshrss-android/f-droid/en/repository/?format=api",
            "file_url": "https://weblate.framasoft.org/api/translations/freshrss-android/f-droid/en/file/?format=api",
            "statistics_url": "https://weblate.framasoft.org/api/translations/freshrss-android/f-droid/en/statistics/?format=api",
            "changes_list_url": "https://weblate.framasoft.org/api/translations/freshrss-android/f-droid/en/changes/?format=api",
            "units_list_url": "https://weblate.framasoft.org/api/translations/freshrss-android/f-droid/en/units/?format=api"
        },
        {
            "language": {
                "id": 351,
                "code": "fr_FR",
                "name": "French (France)",
                "plural": {
                    "id": 370,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 0,
                "web_url": "https://weblate.framasoft.org/languages/fr_FR/",
                "url": "https://weblate.framasoft.org/api/languages/fr_FR/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/languages/fr_FR/statistics/?format=api"
            },
            "language_code": "fr-FR",
            "id": 2763,
            "filename": "fastlane/metadata/android/fr-FR",
            "revision": "da39a3ee5e6b4b0d3255bfef95601890afd80709,e921cb3cafef75d186ef6811b75ac60faebcf0fc",
            "web_url": "https://weblate.framasoft.org/projects/freshrss-android/f-droid/fr_FR/",
            "share_url": "https://weblate.framasoft.org/engage/freshrss-android/-/fr_FR/",
            "translate_url": "https://weblate.framasoft.org/translate/freshrss-android/f-droid/fr_FR/",
            "url": "https://weblate.framasoft.org/api/translations/freshrss-android/f-droid/fr_FR/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 16,
            "total_words": 755,
            "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": null,
            "last_author": null,
            "repository_url": "https://weblate.framasoft.org/api/translations/freshrss-android/f-droid/fr_FR/repository/?format=api",
            "file_url": "https://weblate.framasoft.org/api/translations/freshrss-android/f-droid/fr_FR/file/?format=api",
            "statistics_url": "https://weblate.framasoft.org/api/translations/freshrss-android/f-droid/fr_FR/statistics/?format=api",
            "changes_list_url": "https://weblate.framasoft.org/api/translations/freshrss-android/f-droid/fr_FR/changes/?format=api",
            "units_list_url": "https://weblate.framasoft.org/api/translations/freshrss-android/f-droid/fr_FR/units/?format=api"
        }
    ]
}