Translation components API.

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

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 3,
            "total_words": 10,
            "total_chars": 52,
            "last_change": null,
            "recent_changes": 0,
            "translated": 3,
            "translated_words": 10,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 52,
            "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": "en",
            "name": "English",
            "url": "https://l10n.xwiki.org/projects/xwiki-contrib/ruby-macro/en/",
            "translate_url": "https://l10n.xwiki.org/translate/xwiki-contrib/ruby-macro/en/"
        },
        {
            "total": 3,
            "total_words": 10,
            "total_chars": 52,
            "last_change": "2023-02-01T08:45:57.847865Z",
            "recent_changes": 3,
            "translated": 3,
            "translated_words": 10,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 52,
            "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/ruby-macro/de/",
            "translate_url": "https://l10n.xwiki.org/translate/xwiki-contrib/ruby-macro/de/"
        },
        {
            "total": 3,
            "total_words": 10,
            "total_chars": 52,
            "last_change": "2023-12-29T16:41:17.113687Z",
            "recent_changes": 3,
            "translated": 3,
            "translated_words": 10,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 52,
            "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/ruby-macro/ko/",
            "translate_url": "https://l10n.xwiki.org/translate/xwiki-contrib/ruby-macro/ko/"
        },
        {
            "total": 3,
            "total_words": 10,
            "total_chars": 52,
            "last_change": "2024-01-27T08:18:46.377939Z",
            "recent_changes": 3,
            "translated": 3,
            "translated_words": 10,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 52,
            "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": "ru",
            "name": "Russian",
            "url": "https://l10n.xwiki.org/projects/xwiki-contrib/ruby-macro/ru/",
            "translate_url": "https://l10n.xwiki.org/translate/xwiki-contrib/ruby-macro/ru/"
        }
    ]
}