Translation components API.

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

GET /api/components/zoiper5/ui/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.zoiper.com/api/components/zoiper5/ui/statistics/?format=api",
    "results": [
        {
            "total": 1073,
            "total_words": 5221,
            "total_chars": 31493,
            "last_change": null,
            "recent_changes": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "translated_words_percent": 0.0,
            "translated_chars": 0,
            "translated_chars_percent": 0.0,
            "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": 1,
            "comments": 0,
            "code": "ca",
            "name": "Catalan",
            "url": "https://translate.zoiper.com/projects/zoiper5/ui/ca/",
            "translate_url": "https://translate.zoiper.com/translate/zoiper5/ui/ca/"
        },
        {
            "total": 1073,
            "total_words": 5221,
            "total_chars": 31493,
            "last_change": null,
            "recent_changes": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "translated_words_percent": 0.0,
            "translated_chars": 0,
            "translated_chars_percent": 0.0,
            "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": "ab",
            "name": "Abkhazian",
            "url": "https://translate.zoiper.com/projects/zoiper5/ui/ab/",
            "translate_url": "https://translate.zoiper.com/translate/zoiper5/ui/ab/"
        },
        {
            "total": 1073,
            "total_words": 5221,
            "total_chars": 31493,
            "last_change": "2024-03-25T03:16:50.633130Z",
            "recent_changes": 53,
            "translated": 6,
            "translated_words": 12,
            "translated_percent": 0.5,
            "translated_words_percent": 0.2,
            "translated_chars": 86,
            "translated_chars_percent": 0.2,
            "fuzzy": 8,
            "fuzzy_percent": 0.7,
            "fuzzy_words": 29,
            "fuzzy_words_percent": 0.5,
            "fuzzy_chars": 174,
            "fuzzy_chars_percent": 0.5,
            "failing": 2,
            "failing_percent": 0.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": "ace",
            "name": "Acehnese",
            "url": "https://translate.zoiper.com/projects/zoiper5/ui/ace/",
            "translate_url": "https://translate.zoiper.com/translate/zoiper5/ui/ace/"
        }
    ]
}