Translation components API.

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

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

{
    "count": 23,
    "next": null,
    "previous": "http://translate.cacti.net/api/components/cacti/gpsmaps/statistics/?format=api",
    "results": [
        {
            "total": 37,
            "total_words": 173,
            "last_change": null,
            "recent_changes": 0,
            "translated": 9,
            "translated_words": 11,
            "translated_percent": 24.3,
            "translated_words_percent": 6.3,
            "translated_chars": 57,
            "translated_chars_percent": 5.5,
            "total_chars": 1035,
            "fuzzy": 28,
            "fuzzy_percent": 75.6,
            "failing": 1,
            "failing_percent": 2.7,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "vi",
            "name": "Vietnamese",
            "url": "http://translate.cacti.net/projects/cacti/gpsmaps/vi/",
            "translate_url": "http://translate.cacti.net/translate/cacti/gpsmaps/vi/"
        },
        {
            "total": 37,
            "total_words": 173,
            "last_change": null,
            "recent_changes": 0,
            "translated": 12,
            "translated_words": 17,
            "translated_percent": 32.4,
            "translated_words_percent": 9.8,
            "translated_chars": 97,
            "translated_chars_percent": 9.3,
            "total_chars": 1035,
            "fuzzy": 25,
            "fuzzy_percent": 67.5,
            "failing": 1,
            "failing_percent": 2.7,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "zh_Hant",
            "name": "Chinese (Traditional)",
            "url": "http://translate.cacti.net/projects/cacti/gpsmaps/zh_Hant/",
            "translate_url": "http://translate.cacti.net/translate/cacti/gpsmaps/zh_Hant/"
        },
        {
            "total": 37,
            "total_words": 173,
            "last_change": "2022-06-19T13:05:10.964913Z",
            "recent_changes": 1,
            "translated": 37,
            "translated_words": 173,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 1035,
            "translated_chars_percent": 100.0,
            "total_chars": 1035,
            "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": "lv",
            "name": "Latvian",
            "url": "http://translate.cacti.net/projects/cacti/gpsmaps/lv/",
            "translate_url": "http://translate.cacti.net/translate/cacti/gpsmaps/lv/"
        }
    ]
}