Translation components API.

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

GET /api/components/kiss/fastlane/translations/?format=api&page=2
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 52,
    "next": null,
    "previous": "https://hosted.weblate.org/api/components/kiss/fastlane/translations/?format=api",
    "results": [
        {
            "language": {
                "id": 58,
                "code": "pt",
                "name": "Portuguese",
                "plural": {
                    "id": 245,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "por_pt",
                    "ptg",
                    "por"
                ],
                "direction": "ltr",
                "population": 237496883,
                "web_url": "https://hosted.weblate.org/languages/pt/",
                "url": "https://hosted.weblate.org/api/languages/pt/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/pt/statistics/?format=api"
            },
            "language_code": "pt",
            "id": 1453376,
            "filename": "fastlane/metadata/android/pt",
            "revision": "da39a3ee5e6b4b0d3255bfef95601890afd80709,f52e74bfeaed46281394231bb6532091f0442f68",
            "web_url": "https://hosted.weblate.org/projects/kiss/fastlane/pt/",
            "share_url": "https://hosted.weblate.org/engage/kiss/-/pt/",
            "translate_url": "https://hosted.weblate.org/translate/kiss/fastlane/pt/",
            "url": "https://hosted.weblate.org/api/translations/kiss/fastlane/pt/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 46,
            "total_words": 2257,
            "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-05-03T13:45:13.433979+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/kiss/fastlane/pt/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/kiss/fastlane/pt/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/kiss/fastlane/pt/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/kiss/fastlane/pt/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/kiss/fastlane/pt/units/?format=api"
        },
        {
            "language": {
                "id": 73,
                "code": "ml",
                "name": "Malayalam",
                "plural": {
                    "id": 191,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "mal"
                ],
                "direction": "ltr",
                "population": 43257484,
                "web_url": "https://hosted.weblate.org/languages/ml/",
                "url": "https://hosted.weblate.org/api/languages/ml/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/ml/statistics/?format=api"
            },
            "language_code": "ml-IN",
            "id": 1453378,
            "filename": "fastlane/metadata/android/ml-IN",
            "revision": "da39a3ee5e6b4b0d3255bfef95601890afd80709,f52e74bfeaed46281394231bb6532091f0442f68",
            "web_url": "https://hosted.weblate.org/projects/kiss/fastlane/ml/",
            "share_url": "https://hosted.weblate.org/engage/kiss/-/ml/",
            "translate_url": "https://hosted.weblate.org/translate/kiss/fastlane/ml/",
            "url": "https://hosted.weblate.org/api/translations/kiss/fastlane/ml/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 46,
            "total_words": 2257,
            "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-05-03T13:45:12.870842+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/kiss/fastlane/ml/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/kiss/fastlane/ml/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/kiss/fastlane/ml/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/kiss/fastlane/ml/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/kiss/fastlane/ml/units/?format=api"
        }
    ]
}