Translation components API.

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

GET /api/components/packages-i18n/libreoffice-master/statistics/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 23,
    "next": null,
    "previous": "https://l10n.opensuse.org/api/components/packages-i18n/libreoffice-master/statistics/?format=api",
    "results": [
        {
            "total": 292,
            "total_words": 2704,
            "last_change": "2018-12-31T05:43:29.942428Z",
            "recent_changes": 7,
            "translated": 49,
            "translated_words": 682,
            "translated_percent": 16.7,
            "translated_words_percent": 25.2,
            "translated_chars": 4752,
            "translated_chars_percent": 22.0,
            "total_chars": 21594,
            "fuzzy": 241,
            "fuzzy_percent": 82.5,
            "failing": 0,
            "failing_percent": 0.0,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "ko",
            "name": "Korean",
            "url": "https://l10n.opensuse.org/projects/packages-i18n/libreoffice-master/ko/",
            "translate_url": "https://l10n.opensuse.org/translate/packages-i18n/libreoffice-master/ko/"
        },
        {
            "total": 292,
            "total_words": 2704,
            "last_change": null,
            "recent_changes": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "translated_words_percent": 0.0,
            "translated_chars": 0,
            "translated_chars_percent": 0.0,
            "total_chars": 21594,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "si",
            "name": "Sinhala",
            "url": "https://l10n.opensuse.org/projects/packages-i18n/libreoffice-master/si/",
            "translate_url": "https://l10n.opensuse.org/translate/packages-i18n/libreoffice-master/si/"
        },
        {
            "total": 292,
            "total_words": 2704,
            "last_change": null,
            "recent_changes": 0,
            "translated": 292,
            "translated_words": 2704,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 21594,
            "translated_chars_percent": 100.0,
            "total_chars": 21594,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 138,
            "failing_percent": 47.2,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 292,
            "readonly_percent": 100.0,
            "suggestions": 0,
            "comments": 0,
            "code": "en",
            "name": "English",
            "url": "https://l10n.opensuse.org/projects/packages-i18n/libreoffice-master/en/",
            "translate_url": "https://l10n.opensuse.org/translate/packages-i18n/libreoffice-master/en/"
        }
    ]
}