Translation components API.

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

GET /api/components/linphone/linphone-android-5-1-release/statistics/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 23,
    "next": null,
    "previous": "https://weblate.linphone.org/api/components/linphone/linphone-android-5-1-release/statistics/?format=api",
    "results": [
        {
            "total": 808,
            "total_words": 3125,
            "last_change": "2023-10-10T17:53:55.810466Z",
            "recent_changes": 1,
            "translated": 808,
            "translated_words": 3125,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 19555,
            "translated_chars_percent": 100.0,
            "total_chars": 19555,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "zh_Hant",
            "name": "Chinese (Traditional)",
            "url": "https://weblate.linphone.org/projects/linphone/linphone-android-5-1-release/zh_Hant/",
            "translate_url": "https://weblate.linphone.org/translate/linphone/linphone-android-5-1-release/zh_Hant/"
        },
        {
            "total": 808,
            "total_words": 3125,
            "last_change": "2023-06-12T16:04:43.583597Z",
            "recent_changes": 1,
            "translated": 804,
            "translated_words": 3090,
            "translated_percent": 99.5,
            "translated_words_percent": 98.8,
            "translated_chars": 19376,
            "translated_chars_percent": 99.0,
            "total_chars": 19555,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 2,
            "failing_percent": 0.2,
            "code": "bg",
            "name": "Bulgarian",
            "url": "https://weblate.linphone.org/projects/linphone/linphone-android-5-1-release/bg/",
            "translate_url": "https://weblate.linphone.org/translate/linphone/linphone-android-5-1-release/bg/"
        },
        {
            "total": 808,
            "total_words": 3125,
            "last_change": null,
            "recent_changes": 0,
            "translated": 26,
            "translated_words": 40,
            "translated_percent": 3.2,
            "translated_words_percent": 1.2,
            "translated_chars": 1024,
            "translated_chars_percent": 5.2,
            "total_chars": 19555,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "el",
            "name": "Greek",
            "url": "https://weblate.linphone.org/projects/linphone/linphone-android-5-1-release/el/",
            "translate_url": "https://weblate.linphone.org/translate/linphone/linphone-android-5-1-release/el/"
        }
    ]
}