Translation components API.

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

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 5,
            "total_words": 19,
            "total_chars": 168,
            "last_change": null,
            "recent_changes": 0,
            "translated": 5,
            "translated_words": 19,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 168,
            "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/oidc-authenticator/en/",
            "translate_url": "https://l10n.xwiki.org/translate/xwiki-contrib/oidc-authenticator/en/"
        },
        {
            "total": 5,
            "total_words": 19,
            "total_chars": 168,
            "last_change": "2023-04-09T15:35:32.134783Z",
            "recent_changes": 2,
            "translated": 5,
            "translated_words": 19,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 168,
            "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/oidc-authenticator/de/",
            "translate_url": "https://l10n.xwiki.org/translate/xwiki-contrib/oidc-authenticator/de/"
        },
        {
            "total": 5,
            "total_words": 19,
            "total_chars": 168,
            "last_change": "2023-12-10T16:43:09.501464Z",
            "recent_changes": 5,
            "translated": 5,
            "translated_words": 19,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 168,
            "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": "uk",
            "name": "Ukrainian",
            "url": "https://l10n.xwiki.org/projects/xwiki-contrib/oidc-authenticator/uk/",
            "translate_url": "https://l10n.xwiki.org/translate/xwiki-contrib/oidc-authenticator/uk/"
        },
        {
            "total": 5,
            "total_words": 19,
            "total_chars": 168,
            "last_change": "2023-12-29T16:50:41.511596Z",
            "recent_changes": 5,
            "translated": 5,
            "translated_words": 19,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 168,
            "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/oidc-authenticator/ko/",
            "translate_url": "https://l10n.xwiki.org/translate/xwiki-contrib/oidc-authenticator/ko/"
        }
    ]
}