Translation components API.

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

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

{
    "count": 26,
    "next": null,
    "previous": "https://weblate.linphone.org/api/components/linphone/linphone-android/statistics/?format=api",
    "results": [
        {
            "total": 840,
            "total_words": 3197,
            "last_change": "2024-01-27T09:25:02.899600Z",
            "recent_changes": 250,
            "translated": 278,
            "translated_words": 923,
            "translated_percent": 33.0,
            "translated_words_percent": 28.8,
            "translated_chars": 6161,
            "translated_chars_percent": 30.7,
            "total_chars": 20047,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 2,
            "failing_percent": 0.2,
            "code": "pl",
            "name": "Polish",
            "url": "https://weblate.linphone.org/projects/linphone/linphone-android/pl/",
            "translate_url": "https://weblate.linphone.org/translate/linphone/linphone-android/pl/"
        },
        {
            "total": 840,
            "total_words": 3197,
            "last_change": null,
            "recent_changes": 0,
            "translated": 810,
            "translated_words": 3096,
            "translated_percent": 96.4,
            "translated_words_percent": 96.8,
            "translated_chars": 19452,
            "translated_chars_percent": 97.0,
            "total_chars": 20047,
            "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/bg/",
            "translate_url": "https://weblate.linphone.org/translate/linphone/linphone-android/bg/"
        },
        {
            "total": 840,
            "total_words": 3197,
            "last_change": null,
            "recent_changes": 0,
            "translated": 32,
            "translated_words": 46,
            "translated_percent": 3.8,
            "translated_words_percent": 1.4,
            "translated_chars": 1100,
            "translated_chars_percent": 5.4,
            "total_chars": 20047,
            "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/el/",
            "translate_url": "https://weblate.linphone.org/translate/linphone/linphone-android/el/"
        },
        {
            "total": 840,
            "total_words": 3197,
            "last_change": "2023-10-29T08:21:26.654041Z",
            "recent_changes": 2,
            "translated": 34,
            "translated_words": 53,
            "translated_percent": 4.0,
            "translated_words_percent": 1.6,
            "translated_chars": 1157,
            "translated_chars_percent": 5.7,
            "total_chars": 20047,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "lv",
            "name": "Latvian",
            "url": "https://weblate.linphone.org/projects/linphone/linphone-android/lv/",
            "translate_url": "https://weblate.linphone.org/translate/linphone/linphone-android/lv/"
        },
        {
            "total": 840,
            "total_words": 3197,
            "last_change": null,
            "recent_changes": 0,
            "translated": 32,
            "translated_words": 46,
            "translated_percent": 3.8,
            "translated_words_percent": 1.4,
            "translated_chars": 1100,
            "translated_chars_percent": 5.4,
            "total_chars": 20047,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "yo",
            "name": "Yoruba",
            "url": "https://weblate.linphone.org/projects/linphone/linphone-android/yo/",
            "translate_url": "https://weblate.linphone.org/translate/linphone/linphone-android/yo/"
        },
        {
            "total": 840,
            "total_words": 3197,
            "last_change": "2024-02-01T16:55:28.805733Z",
            "recent_changes": 114,
            "translated": 840,
            "translated_words": 3197,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 20047,
            "translated_chars_percent": 100.0,
            "total_chars": 20047,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "ro",
            "name": "Romanian",
            "url": "https://weblate.linphone.org/projects/linphone/linphone-android/ro/",
            "translate_url": "https://weblate.linphone.org/translate/linphone/linphone-android/ro/"
        }
    ]
}