Translation components API.

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

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

{
    "count": 54,
    "next": null,
    "previous": "https://weblate.framasoft.org/api/components/joinpeertube/main/statistics/?format=api",
    "results": [
        {
            "total": 562,
            "total_words": 5940,
            "total_chars": 45579,
            "last_change": "2024-03-18T10:31:50.562396Z",
            "recent_changes": 1,
            "translated": 303,
            "translated_words": 1613,
            "translated_percent": 53.9,
            "translated_words_percent": 27.1,
            "translated_chars": 13321,
            "translated_chars_percent": 29.2,
            "fuzzy": 75,
            "fuzzy_percent": 13.3,
            "fuzzy_words": 1306,
            "fuzzy_words_percent": 21.9,
            "fuzzy_chars": 11594,
            "fuzzy_chars_percent": 25.4,
            "failing": 15,
            "failing_percent": 2.6,
            "approved": 0,
            "approved_percent": 0.0,
            "approved_words": 0,
            "approved_words_percent": 0.0,
            "approved_chars": 0,
            "approved_chars_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "readonly_words": 0,
            "readonly_words_percent": 0.0,
            "readonly_chars": 0,
            "readonly_chars_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "cy",
            "name": "Welsh",
            "url": "https://weblate.framasoft.org/projects/joinpeertube/main/cy/",
            "translate_url": "https://weblate.framasoft.org/translate/joinpeertube/main/cy/"
        },
        {
            "total": 530,
            "total_words": 5671,
            "total_chars": 42625,
            "last_change": "2024-02-05T15:13:16.722311Z",
            "recent_changes": 13,
            "translated": 12,
            "translated_words": 51,
            "translated_percent": 2.2,
            "translated_words_percent": 0.8,
            "translated_chars": 424,
            "translated_chars_percent": 0.9,
            "fuzzy": 122,
            "fuzzy_percent": 23.0,
            "fuzzy_words": 1588,
            "fuzzy_words_percent": 28.0,
            "fuzzy_chars": 14002,
            "fuzzy_chars_percent": 32.8,
            "failing": 20,
            "failing_percent": 3.7,
            "approved": 0,
            "approved_percent": 0.0,
            "approved_words": 0,
            "approved_words_percent": 0.0,
            "approved_chars": 0,
            "approved_chars_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "readonly_words": 0,
            "readonly_words_percent": 0.0,
            "readonly_chars": 0,
            "readonly_chars_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "bg",
            "name": "Bulgarian",
            "url": "https://weblate.framasoft.org/projects/joinpeertube/main/bg/",
            "translate_url": "https://weblate.framasoft.org/translate/joinpeertube/main/bg/"
        },
        {
            "total": 536,
            "total_words": 5744,
            "total_chars": 43597,
            "last_change": "2023-09-01T00:25:50.207586Z",
            "recent_changes": 1,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "translated_words_percent": 0.0,
            "translated_chars": 0,
            "translated_chars_percent": 0.0,
            "fuzzy": 130,
            "fuzzy_percent": 24.2,
            "fuzzy_words": 1677,
            "fuzzy_words_percent": 29.1,
            "fuzzy_chars": 15142,
            "fuzzy_chars_percent": 34.7,
            "failing": 22,
            "failing_percent": 4.1,
            "approved": 0,
            "approved_percent": 0.0,
            "approved_words": 0,
            "approved_words_percent": 0.0,
            "approved_chars": 0,
            "approved_chars_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "readonly_words": 0,
            "readonly_words_percent": 0.0,
            "readonly_chars": 0,
            "readonly_chars_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "sr",
            "name": "Serbian",
            "url": "https://weblate.framasoft.org/projects/joinpeertube/main/sr/",
            "translate_url": "https://weblate.framasoft.org/translate/joinpeertube/main/sr/"
        },
        {
            "total": 536,
            "total_words": 5744,
            "total_chars": 43597,
            "last_change": "2024-01-11T10:22:45.036140Z",
            "recent_changes": 20,
            "translated": 20,
            "translated_words": 253,
            "translated_percent": 3.7,
            "translated_words_percent": 4.4,
            "translated_chars": 2511,
            "translated_chars_percent": 5.7,
            "fuzzy": 111,
            "fuzzy_percent": 20.7,
            "fuzzy_words": 1425,
            "fuzzy_words_percent": 24.8,
            "fuzzy_chars": 12634,
            "fuzzy_chars_percent": 28.9,
            "failing": 0,
            "failing_percent": 0.0,
            "approved": 0,
            "approved_percent": 0.0,
            "approved_words": 0,
            "approved_words_percent": 0.0,
            "approved_chars": 0,
            "approved_chars_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "readonly_words": 0,
            "readonly_words_percent": 0.0,
            "readonly_chars": 0,
            "readonly_chars_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "sk",
            "name": "Slovak",
            "url": "https://weblate.framasoft.org/projects/joinpeertube/main/sk/",
            "translate_url": "https://weblate.framasoft.org/translate/joinpeertube/main/sk/"
        }
    ]
}