Translation components API.

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

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 426,
            "total_words": 1795,
            "total_chars": 10616,
            "last_change": "2023-11-13T17:05:00.728577Z",
            "recent_changes": 0,
            "translated": 424,
            "translated_words": 1795,
            "translated_percent": 99.5,
            "translated_words_percent": 100.0,
            "translated_chars": 10616,
            "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": 9,
            "failing_percent": 2.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": "en",
            "name": "English",
            "url": "https://translate.pretix.eu/projects/venueless/webapp/en/",
            "translate_url": "https://translate.pretix.eu/translate/venueless/webapp/en/"
        },
        {
            "total": 426,
            "total_words": 1795,
            "total_chars": 10616,
            "last_change": "2023-11-13T17:05:02.018111Z",
            "recent_changes": 0,
            "translated": 423,
            "translated_words": 1755,
            "translated_percent": 99.2,
            "translated_words_percent": 97.7,
            "translated_chars": 10376,
            "translated_chars_percent": 97.7,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "fuzzy_words": 0,
            "fuzzy_words_percent": 0.0,
            "fuzzy_chars": 0,
            "fuzzy_chars_percent": 0.0,
            "failing": 18,
            "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": 2,
            "readonly_percent": 0.4,
            "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://translate.pretix.eu/projects/venueless/webapp/de/",
            "translate_url": "https://translate.pretix.eu/translate/venueless/webapp/de/"
        },
        {
            "total": 426,
            "total_words": 1795,
            "total_chars": 10616,
            "last_change": "2022-11-15T10:37:02.889762Z",
            "recent_changes": 4,
            "translated": 311,
            "translated_words": 1262,
            "translated_percent": 73.0,
            "translated_words_percent": 70.3,
            "translated_chars": 7453,
            "translated_chars_percent": 70.2,
            "fuzzy": 4,
            "fuzzy_percent": 0.9,
            "fuzzy_words": 57,
            "fuzzy_words_percent": 3.1,
            "fuzzy_chars": 304,
            "fuzzy_chars_percent": 2.8,
            "failing": 6,
            "failing_percent": 1.4,
            "approved": 0,
            "approved_percent": 0.0,
            "approved_words": 0,
            "approved_words_percent": 0.0,
            "approved_chars": 0,
            "approved_chars_percent": 0.0,
            "readonly": 2,
            "readonly_percent": 0.4,
            "readonly_words": 0,
            "readonly_words_percent": 0.0,
            "readonly_chars": 0,
            "readonly_chars_percent": 0.0,
            "suggestions": 1,
            "comments": 0,
            "code": "pt_BR",
            "name": "Portuguese (Brazil)",
            "url": "https://translate.pretix.eu/projects/venueless/webapp/pt_BR/",
            "translate_url": "https://translate.pretix.eu/translate/venueless/webapp/pt_BR/"
        }
    ]
}