Translation components API.

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

GET /api/components/xwiki-contrib/feedback-form-application/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 52,
            "total_words": 338,
            "total_chars": 1915,
            "last_change": "2023-05-05T06:54:24.130468Z",
            "recent_changes": 1,
            "translated": 52,
            "translated_words": 338,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 1915,
            "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": 1.9,
            "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://l10n.xwiki.org/projects/xwiki-contrib/feedback-form-application/en/",
            "translate_url": "https://l10n.xwiki.org/translate/xwiki-contrib/feedback-form-application/en/"
        },
        {
            "total": 52,
            "total_words": 338,
            "total_chars": 1915,
            "last_change": "2023-05-05T06:54:24.169617Z",
            "recent_changes": 45,
            "translated": 51,
            "translated_words": 322,
            "translated_percent": 98.0,
            "translated_words_percent": 95.2,
            "translated_chars": 1838,
            "translated_chars_percent": 95.9,
            "fuzzy": 1,
            "fuzzy_percent": 1.9,
            "fuzzy_words": 16,
            "fuzzy_words_percent": 4.7,
            "fuzzy_chars": 77,
            "fuzzy_chars_percent": 4.0,
            "failing": 1,
            "failing_percent": 1.9,
            "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://l10n.xwiki.org/projects/xwiki-contrib/feedback-form-application/fr/",
            "translate_url": "https://l10n.xwiki.org/translate/xwiki-contrib/feedback-form-application/fr/"
        },
        {
            "total": 52,
            "total_words": 338,
            "total_chars": 1915,
            "last_change": "2023-05-22T11:05:06.573992Z",
            "recent_changes": 52,
            "translated": 52,
            "translated_words": 338,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 1915,
            "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": "de",
            "name": "German",
            "url": "https://l10n.xwiki.org/projects/xwiki-contrib/feedback-form-application/de/",
            "translate_url": "https://l10n.xwiki.org/translate/xwiki-contrib/feedback-form-application/de/"
        },
        {
            "total": 52,
            "total_words": 338,
            "total_chars": 1915,
            "last_change": "2024-01-02T12:39:32.402086Z",
            "recent_changes": 29,
            "translated": 52,
            "translated_words": 338,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 1915,
            "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": "ko",
            "name": "Korean",
            "url": "https://l10n.xwiki.org/projects/xwiki-contrib/feedback-form-application/ko/",
            "translate_url": "https://l10n.xwiki.org/translate/xwiki-contrib/feedback-form-application/ko/"
        }
    ]
}