Translation components API.

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

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 38,
            "total_words": 254,
            "total_chars": 1622,
            "last_change": "2023-05-05T07:05:15.761724Z",
            "recent_changes": 5,
            "translated": 38,
            "translated_words": 254,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 1622,
            "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/application-glossary-ui/en/",
            "translate_url": "https://l10n.xwiki.org/translate/xwiki-contrib/application-glossary-ui/en/"
        },
        {
            "total": 38,
            "total_words": 254,
            "total_chars": 1622,
            "last_change": "2023-05-05T07:21:03.661583Z",
            "recent_changes": 29,
            "translated": 33,
            "translated_words": 243,
            "translated_percent": 86.8,
            "translated_words_percent": 95.6,
            "translated_chars": 1547,
            "translated_chars_percent": 95.3,
            "fuzzy": 5,
            "fuzzy_percent": 13.1,
            "fuzzy_words": 11,
            "fuzzy_words_percent": 4.3,
            "fuzzy_chars": 75,
            "fuzzy_chars_percent": 4.6,
            "failing": 1,
            "failing_percent": 2.6,
            "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/application-glossary-ui/fr/",
            "translate_url": "https://l10n.xwiki.org/translate/xwiki-contrib/application-glossary-ui/fr/"
        },
        {
            "total": 38,
            "total_words": 254,
            "total_chars": 1622,
            "last_change": "2023-05-09T08:35:15.196015Z",
            "recent_changes": 39,
            "translated": 38,
            "translated_words": 254,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 1622,
            "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/application-glossary-ui/de/",
            "translate_url": "https://l10n.xwiki.org/translate/xwiki-contrib/application-glossary-ui/de/"
        },
        {
            "total": 38,
            "total_words": 254,
            "total_chars": 1622,
            "last_change": "2024-01-02T12:38:21.210379Z",
            "recent_changes": 14,
            "translated": 38,
            "translated_words": 254,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 1622,
            "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/application-glossary-ui/ko/",
            "translate_url": "https://l10n.xwiki.org/translate/xwiki-contrib/application-glossary-ui/ko/"
        }
    ]
}