Translation components API.

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

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 11,
            "total_words": 112,
            "total_chars": 677,
            "last_change": null,
            "recent_changes": 0,
            "translated": 11,
            "translated_words": 112,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 677,
            "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": 2,
            "failing_percent": 18.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.yunohost.org/projects/yunohost-apps/test_app_for_translation/en/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps/test_app_for_translation/en/"
        },
        {
            "total": 11,
            "total_words": 112,
            "total_chars": 677,
            "last_change": null,
            "recent_changes": 0,
            "translated": 11,
            "translated_words": 112,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 677,
            "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": 2,
            "failing_percent": 18.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": "fr",
            "name": "French",
            "url": "https://translate.yunohost.org/projects/yunohost-apps/test_app_for_translation/fr/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps/test_app_for_translation/fr/"
        },
        {
            "total": 11,
            "total_words": 112,
            "total_chars": 677,
            "last_change": "2024-03-25T06:44:37.319767Z",
            "recent_changes": 4,
            "translated": 3,
            "translated_words": 31,
            "translated_percent": 27.2,
            "translated_words_percent": 27.6,
            "translated_chars": 207,
            "translated_chars_percent": 30.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": 27.2,
            "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": "nl",
            "name": "Dutch",
            "url": "https://translate.yunohost.org/projects/yunohost-apps/test_app_for_translation/nl/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps/test_app_for_translation/nl/"
        },
        {
            "total": 11,
            "total_words": 112,
            "total_chars": 677,
            "last_change": "2024-03-29T10:08:45.748375Z",
            "recent_changes": 11,
            "translated": 11,
            "translated_words": 112,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 677,
            "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": 2,
            "failing_percent": 18.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": "ca",
            "name": "Catalan",
            "url": "https://translate.yunohost.org/projects/yunohost-apps/test_app_for_translation/ca/",
            "translate_url": "https://translate.yunohost.org/translate/yunohost-apps/test_app_for_translation/ca/"
        }
    ]
}