Translation components API.

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

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

{
    "count": 53,
    "next": null,
    "previous": "https://translate.skvalex.com/api/components/callrecorder/main-app/statistics/?format=api",
    "results": [
        {
            "total": 675,
            "total_words": 2824,
            "total_chars": 17091,
            "last_change": "2023-05-19T15:35:52.239520Z",
            "recent_changes": 1,
            "translated": 217,
            "translated_words": 772,
            "translated_percent": 32.1,
            "translated_words_percent": 27.3,
            "translated_chars": 4536,
            "translated_chars_percent": 26.5,
            "fuzzy": 3,
            "fuzzy_percent": 0.4,
            "fuzzy_words": 24,
            "fuzzy_words_percent": 0.8,
            "fuzzy_chars": 129,
            "fuzzy_chars_percent": 0.7,
            "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": 1,
            "comments": 0,
            "code": "uz",
            "name": "Uzbek",
            "url": "https://translate.skvalex.com/projects/callrecorder/main-app/uz/",
            "translate_url": "https://translate.skvalex.com/translate/callrecorder/main-app/uz/"
        },
        {
            "total": 675,
            "total_words": 2824,
            "total_chars": 17091,
            "last_change": "2023-05-19T15:34:44.501859Z",
            "recent_changes": 1,
            "translated": 127,
            "translated_words": 418,
            "translated_percent": 18.8,
            "translated_words_percent": 14.8,
            "translated_chars": 2354,
            "translated_chars_percent": 13.7,
            "fuzzy": 1,
            "fuzzy_percent": 0.1,
            "fuzzy_words": 6,
            "fuzzy_words_percent": 0.2,
            "fuzzy_chars": 39,
            "fuzzy_chars_percent": 0.2,
            "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": "gl",
            "name": "Galician",
            "url": "https://translate.skvalex.com/projects/callrecorder/main-app/gl/",
            "translate_url": "https://translate.skvalex.com/translate/callrecorder/main-app/gl/"
        },
        {
            "total": 675,
            "total_words": 2824,
            "total_chars": 17091,
            "last_change": "2021-05-13T11:34:52.156034Z",
            "recent_changes": 1,
            "translated": 1,
            "translated_words": 2,
            "translated_percent": 0.1,
            "translated_words_percent": 0.1,
            "translated_chars": 13,
            "translated_chars_percent": 0.1,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "fuzzy_words": 0,
            "fuzzy_words_percent": 0.0,
            "fuzzy_chars": 0,
            "fuzzy_chars_percent": 0.0,
            "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": "af",
            "name": "Afrikaans",
            "url": "https://translate.skvalex.com/projects/callrecorder/main-app/af/",
            "translate_url": "https://translate.skvalex.com/translate/callrecorder/main-app/af/"
        }
    ]
}