Translation components API.

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

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 474,
            "total_words": 2293,
            "total_chars": 14507,
            "last_change": "2024-04-25T06:45:18.914716Z",
            "recent_changes": 0,
            "translated": 474,
            "translated_words": 2293,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 14507,
            "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": 8,
            "failing_percent": 1.6,
            "approved": 0,
            "approved_percent": 0.0,
            "approved_words": 0,
            "approved_words_percent": 0.0,
            "approved_chars": 0,
            "approved_chars_percent": 0.0,
            "readonly": 474,
            "readonly_percent": 100.0,
            "readonly_words": 2293,
            "readonly_words_percent": 100.0,
            "readonly_chars": 14507,
            "readonly_chars_percent": 100.0,
            "suggestions": 0,
            "comments": 0,
            "code": "en",
            "name": "English",
            "url": "https://hosted.weblate.org/projects/keycloak/theme-baselogin/en/",
            "translate_url": "https://hosted.weblate.org/translate/keycloak/theme-baselogin/en/"
        },
        {
            "total": 474,
            "total_words": 2293,
            "total_chars": 14507,
            "last_change": "2024-04-29T15:49:13.449062Z",
            "recent_changes": 27,
            "translated": 474,
            "translated_words": 2293,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 14507,
            "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": 33,
            "failing_percent": 6.9,
            "approved": 1,
            "approved_percent": 0.2,
            "approved_words": 2,
            "approved_words_percent": 0.1,
            "approved_chars": 12,
            "approved_chars_percent": 0.1,
            "readonly": 27,
            "readonly_percent": 5.6,
            "readonly_words": 28,
            "readonly_words_percent": 1.2,
            "readonly_chars": 188,
            "readonly_chars_percent": 1.2,
            "suggestions": 0,
            "comments": 0,
            "code": "de",
            "name": "German",
            "url": "https://hosted.weblate.org/projects/keycloak/theme-baselogin/de/",
            "translate_url": "https://hosted.weblate.org/translate/keycloak/theme-baselogin/de/"
        },
        {
            "total": 474,
            "total_words": 2293,
            "total_chars": 14507,
            "last_change": "2024-04-25T06:45:19.517384Z",
            "recent_changes": 0,
            "translated": 300,
            "translated_words": 1334,
            "translated_percent": 63.2,
            "translated_words_percent": 58.1,
            "translated_chars": 8493,
            "translated_chars_percent": 58.5,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "fuzzy_words": 0,
            "fuzzy_words_percent": 0.0,
            "fuzzy_chars": 0,
            "fuzzy_chars_percent": 0.0,
            "failing": 20,
            "failing_percent": 4.2,
            "approved": 0,
            "approved_percent": 0.0,
            "approved_words": 0,
            "approved_words_percent": 0.0,
            "approved_chars": 0,
            "approved_chars_percent": 0.0,
            "readonly": 27,
            "readonly_percent": 5.6,
            "readonly_words": 28,
            "readonly_words_percent": 1.2,
            "readonly_chars": 188,
            "readonly_chars_percent": 1.2,
            "suggestions": 0,
            "comments": 0,
            "code": "nl",
            "name": "Dutch",
            "url": "https://hosted.weblate.org/projects/keycloak/theme-baselogin/nl/",
            "translate_url": "https://hosted.weblate.org/translate/keycloak/theme-baselogin/nl/"
        }
    ]
}