Translation components API.

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

GET /api/components/keycloak/account-ui/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 194,
            "total_words": 845,
            "total_chars": 5332,
            "last_change": "2024-05-06T16:00:04.588297Z",
            "recent_changes": 0,
            "translated": 194,
            "translated_words": 845,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 5332,
            "translated_chars_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "fuzzy_words": 0,
            "fuzzy_words_percent": 0.0,
            "fuzzy_chars": 0,
            "fuzzy_chars_percent": 0.0,
            "failing": 3,
            "failing_percent": 1.5,
            "approved": 0,
            "approved_percent": 0.0,
            "approved_words": 0,
            "approved_words_percent": 0.0,
            "approved_chars": 0,
            "approved_chars_percent": 0.0,
            "readonly": 194,
            "readonly_percent": 100.0,
            "readonly_words": 845,
            "readonly_words_percent": 100.0,
            "readonly_chars": 5332,
            "readonly_chars_percent": 100.0,
            "suggestions": 0,
            "comments": 0,
            "code": "en",
            "name": "English",
            "url": "https://hosted.weblate.org/projects/keycloak/account-ui/en/",
            "translate_url": "https://hosted.weblate.org/translate/keycloak/account-ui/en/"
        },
        {
            "total": 194,
            "total_words": 845,
            "total_chars": 5332,
            "last_change": "2024-05-06T16:00:05.178204Z",
            "recent_changes": 0,
            "translated": 166,
            "translated_words": 635,
            "translated_percent": 85.5,
            "translated_words_percent": 75.1,
            "translated_chars": 4136,
            "translated_chars_percent": 77.5,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "fuzzy_words": 0,
            "fuzzy_words_percent": 0.0,
            "fuzzy_chars": 0,
            "fuzzy_chars_percent": 0.0,
            "failing": 3,
            "failing_percent": 1.5,
            "approved": 4,
            "approved_percent": 2.0,
            "approved_words": 36,
            "approved_words_percent": 4.2,
            "approved_chars": 265,
            "approved_chars_percent": 4.9,
            "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": "nl",
            "name": "Dutch",
            "url": "https://hosted.weblate.org/projects/keycloak/account-ui/nl/",
            "translate_url": "https://hosted.weblate.org/translate/keycloak/account-ui/nl/"
        },
        {
            "total": 194,
            "total_words": 845,
            "total_chars": 5332,
            "last_change": "2024-05-06T16:00:04.698643Z",
            "recent_changes": 0,
            "translated": 194,
            "translated_words": 845,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 5332,
            "translated_chars_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "fuzzy_words": 0,
            "fuzzy_words_percent": 0.0,
            "fuzzy_chars": 0,
            "fuzzy_chars_percent": 0.0,
            "failing": 1,
            "failing_percent": 0.5,
            "approved": 84,
            "approved_percent": 43.2,
            "approved_words": 380,
            "approved_words_percent": 44.9,
            "approved_chars": 2420,
            "approved_chars_percent": 45.3,
            "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": "de",
            "name": "German",
            "url": "https://hosted.weblate.org/projects/keycloak/account-ui/de/",
            "translate_url": "https://hosted.weblate.org/translate/keycloak/account-ui/de/"
        },
        {
            "total": 194,
            "total_words": 845,
            "total_chars": 5332,
            "last_change": "2024-05-16T05:58:56.012766Z",
            "recent_changes": 159,
            "translated": 194,
            "translated_words": 845,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 5332,
            "translated_chars_percent": 100.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": "ka",
            "name": "Georgian",
            "url": "https://hosted.weblate.org/projects/keycloak/account-ui/ka/",
            "translate_url": "https://hosted.weblate.org/translate/keycloak/account-ui/ka/"
        }
    ]
}