Translation components API.

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

GET /api/components/packages-i18n/perl-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/perl-master/statistics/?format=api",
    "results": [
        {
            "total": 2874,
            "total_words": 150372,
            "last_change": "2017-10-09T11:08:25.452861Z",
            "recent_changes": 1,
            "translated": 1,
            "translated_words": 5,
            "translated_percent": 0.1,
            "translated_words_percent": 0.1,
            "translated_chars": 29,
            "translated_chars_percent": 0.1,
            "total_chars": 976988,
            "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": "ko",
            "name": "Korean",
            "url": "https://l10n.opensuse.org/projects/packages-i18n/perl-master/ko/",
            "translate_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ko/"
        },
        {
            "total": 2874,
            "total_words": 150372,
            "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": 976988,
            "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/perl-master/si/",
            "translate_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/si/"
        },
        {
            "total": 2874,
            "total_words": 150372,
            "last_change": null,
            "recent_changes": 0,
            "translated": 2874,
            "translated_words": 150372,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 976988,
            "translated_chars_percent": 100.0,
            "total_chars": 976988,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 182,
            "failing_percent": 6.3,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 2874,
            "readonly_percent": 100.0,
            "suggestions": 0,
            "comments": 0,
            "code": "en",
            "name": "English",
            "url": "https://l10n.opensuse.org/projects/packages-i18n/perl-master/en/",
            "translate_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/en/"
        }
    ]
}