Translation components API.

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

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

{
    "count": 65,
    "next": null,
    "previous": "https://l10n.opensuse.org/api/components/kiwi/master/statistics/?format=api&page=3",
    "results": [
        {
            "total": 28,
            "total_words": 132,
            "last_change": "2016-08-25T08:01:58Z",
            "recent_changes": 34,
            "translated": 28,
            "translated_words": 132,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 805,
            "translated_chars_percent": 100.0,
            "total_chars": 805,
            "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": "vi",
            "name": "Vietnamese",
            "url": "https://l10n.opensuse.org/projects/kiwi/master/vi/",
            "translate_url": "https://l10n.opensuse.org/translate/kiwi/master/vi/"
        },
        {
            "total": 28,
            "total_words": 132,
            "last_change": null,
            "recent_changes": 0,
            "translated": 23,
            "translated_words": 83,
            "translated_percent": 82.1,
            "translated_words_percent": 62.8,
            "translated_chars": 502,
            "translated_chars_percent": 62.3,
            "total_chars": 805,
            "fuzzy": 1,
            "fuzzy_percent": 3.5,
            "failing": 0,
            "failing_percent": 0.0,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "wa",
            "name": "Walloon",
            "url": "https://l10n.opensuse.org/projects/kiwi/master/wa/",
            "translate_url": "https://l10n.opensuse.org/translate/kiwi/master/wa/"
        },
        {
            "total": 28,
            "total_words": 132,
            "last_change": null,
            "recent_changes": 0,
            "translated": 4,
            "translated_words": 4,
            "translated_percent": 14.2,
            "translated_words_percent": 3.0,
            "translated_chars": 13,
            "translated_chars_percent": 1.6,
            "total_chars": 805,
            "fuzzy": 9,
            "fuzzy_percent": 32.1,
            "failing": 3,
            "failing_percent": 10.7,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "xh",
            "name": "Xhosa",
            "url": "https://l10n.opensuse.org/projects/kiwi/master/xh/",
            "translate_url": "https://l10n.opensuse.org/translate/kiwi/master/xh/"
        },
        {
            "total": 28,
            "total_words": 132,
            "last_change": null,
            "recent_changes": 0,
            "translated": 4,
            "translated_words": 4,
            "translated_percent": 14.2,
            "translated_words_percent": 3.0,
            "translated_chars": 13,
            "translated_chars_percent": 1.6,
            "total_chars": 805,
            "fuzzy": 9,
            "fuzzy_percent": 32.1,
            "failing": 3,
            "failing_percent": 10.7,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "zu",
            "name": "Zulu",
            "url": "https://l10n.opensuse.org/projects/kiwi/master/zu/",
            "translate_url": "https://l10n.opensuse.org/translate/kiwi/master/zu/"
        },
        {
            "total": 28,
            "total_words": 132,
            "last_change": null,
            "recent_changes": 0,
            "translated": 28,
            "translated_words": 132,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 805,
            "translated_chars_percent": 100.0,
            "total_chars": 805,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 14,
            "failing_percent": 50.0,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 28,
            "readonly_percent": 100.0,
            "suggestions": 0,
            "comments": 0,
            "code": "en",
            "name": "English",
            "url": "https://l10n.opensuse.org/projects/kiwi/master/en/",
            "translate_url": "https://l10n.opensuse.org/translate/kiwi/master/en/"
        }
    ]
}