Translation components API.

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

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 363,
            "total_words": 1277,
            "total_chars": 8310,
            "last_change": "2024-04-25T06:45:19.862298Z",
            "recent_changes": 0,
            "translated": 363,
            "translated_words": 1277,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 8310,
            "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": 5,
            "failing_percent": 1.3,
            "approved": 0,
            "approved_percent": 0.0,
            "approved_words": 0,
            "approved_words_percent": 0.0,
            "approved_chars": 0,
            "approved_chars_percent": 0.0,
            "readonly": 363,
            "readonly_percent": 100.0,
            "readonly_words": 1277,
            "readonly_words_percent": 100.0,
            "readonly_chars": 8310,
            "readonly_chars_percent": 100.0,
            "suggestions": 0,
            "comments": 0,
            "code": "en",
            "name": "English",
            "url": "https://hosted.weblate.org/projects/keycloak/theme-baseaccount/en/",
            "translate_url": "https://hosted.weblate.org/translate/keycloak/theme-baseaccount/en/"
        },
        {
            "total": 363,
            "total_words": 1277,
            "total_chars": 8310,
            "last_change": "2024-05-02T14:25:52.427850Z",
            "recent_changes": 1,
            "translated": 363,
            "translated_words": 1277,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 8310,
            "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": 34,
            "approved_percent": 9.3,
            "approved_words": 116,
            "approved_words_percent": 9.0,
            "approved_chars": 677,
            "approved_chars_percent": 8.1,
            "readonly": 26,
            "readonly_percent": 7.1,
            "readonly_words": 27,
            "readonly_words_percent": 2.1,
            "readonly_chars": 180,
            "readonly_chars_percent": 2.1,
            "suggestions": 0,
            "comments": 0,
            "code": "de",
            "name": "German",
            "url": "https://hosted.weblate.org/projects/keycloak/theme-baseaccount/de/",
            "translate_url": "https://hosted.weblate.org/translate/keycloak/theme-baseaccount/de/"
        },
        {
            "total": 363,
            "total_words": 1277,
            "total_chars": 8310,
            "last_change": "2024-04-25T06:45:20.328851Z",
            "recent_changes": 0,
            "translated": 349,
            "translated_words": 1189,
            "translated_percent": 96.1,
            "translated_words_percent": 93.1,
            "translated_chars": 7708,
            "translated_chars_percent": 92.7,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "fuzzy_words": 0,
            "fuzzy_words_percent": 0.0,
            "fuzzy_chars": 0,
            "fuzzy_chars_percent": 0.0,
            "failing": 8,
            "failing_percent": 2.2,
            "approved": 0,
            "approved_percent": 0.0,
            "approved_words": 0,
            "approved_words_percent": 0.0,
            "approved_chars": 0,
            "approved_chars_percent": 0.0,
            "readonly": 26,
            "readonly_percent": 7.1,
            "readonly_words": 27,
            "readonly_words_percent": 2.1,
            "readonly_chars": 180,
            "readonly_chars_percent": 2.1,
            "suggestions": 0,
            "comments": 0,
            "code": "nl",
            "name": "Dutch",
            "url": "https://hosted.weblate.org/projects/keycloak/theme-baseaccount/nl/",
            "translate_url": "https://hosted.weblate.org/translate/keycloak/theme-baseaccount/nl/"
        }
    ]
}