Translation components API.

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

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

{
    "count": 42,
    "next": null,
    "previous": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/statistics/?format=api&page=2",
    "results": [
        {
            "total": 145,
            "total_words": 247,
            "last_change": null,
            "recent_changes": 0,
            "translated": 97,
            "translated_words": 148,
            "translated_percent": 66.8,
            "translated_words_percent": 59.9,
            "translated_chars": 1026,
            "translated_chars_percent": 62.9,
            "total_chars": 1630,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 7,
            "failing_percent": 4.8,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 16,
            "readonly_percent": 11.0,
            "suggestions": 0,
            "comments": 0,
            "code": "zh_Hans",
            "name": "Chinese (Simplified)",
            "url": "https://translate.opensourcepos.org/projects/opensourcepos/reports/zh_Hans/",
            "translate_url": "https://translate.opensourcepos.org/translate/opensourcepos/reports/zh_Hans/"
        },
        {
            "total": 145,
            "total_words": 247,
            "last_change": null,
            "recent_changes": 0,
            "translated": 144,
            "translated_words": 245,
            "translated_percent": 99.3,
            "translated_words_percent": 99.1,
            "translated_chars": 1622,
            "translated_chars_percent": 99.5,
            "total_chars": 1630,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 16,
            "readonly_percent": 11.0,
            "suggestions": 0,
            "comments": 0,
            "code": "zh_Hant",
            "name": "Chinese (Traditional)",
            "url": "https://translate.opensourcepos.org/projects/opensourcepos/reports/zh_Hant/",
            "translate_url": "https://translate.opensourcepos.org/translate/opensourcepos/reports/zh_Hant/"
        }
    ]
}