Translation components API.

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

GET /api/components/shopiroller/android/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 5,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 218,
            "total_words": 707,
            "last_change": null,
            "recent_changes": 0,
            "translated": 218,
            "translated_words": 707,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 4160,
            "translated_chars_percent": 100.0,
            "total_chars": 4160,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 58,
            "failing_percent": 26.6,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "en",
            "name": "English",
            "url": "http://localization.appnomi.com/projects/shopiroller/android/en/",
            "translate_url": "http://localization.appnomi.com/translate/shopiroller/android/en/"
        },
        {
            "total": 218,
            "total_words": 707,
            "last_change": null,
            "recent_changes": 0,
            "translated": 211,
            "translated_words": 693,
            "translated_percent": 96.7,
            "translated_words_percent": 98.0,
            "translated_chars": 4079,
            "translated_chars_percent": 98.0,
            "total_chars": 4160,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 58,
            "failing_percent": 26.6,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "az",
            "name": "Azerbaijani",
            "url": "http://localization.appnomi.com/projects/shopiroller/android/az/",
            "translate_url": "http://localization.appnomi.com/translate/shopiroller/android/az/"
        },
        {
            "total": 218,
            "total_words": 707,
            "last_change": null,
            "recent_changes": 0,
            "translated": 179,
            "translated_words": 636,
            "translated_percent": 82.1,
            "translated_words_percent": 89.9,
            "translated_chars": 3741,
            "translated_chars_percent": 89.9,
            "total_chars": 4160,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 51,
            "failing_percent": 23.3,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "de",
            "name": "German",
            "url": "http://localization.appnomi.com/projects/shopiroller/android/de/",
            "translate_url": "http://localization.appnomi.com/translate/shopiroller/android/de/"
        },
        {
            "total": 218,
            "total_words": 707,
            "last_change": null,
            "recent_changes": 0,
            "translated": 209,
            "translated_words": 663,
            "translated_percent": 95.8,
            "translated_words_percent": 93.7,
            "translated_chars": 3909,
            "translated_chars_percent": 93.9,
            "total_chars": 4160,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 11,
            "failing_percent": 5.0,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "fr",
            "name": "French",
            "url": "http://localization.appnomi.com/projects/shopiroller/android/fr/",
            "translate_url": "http://localization.appnomi.com/translate/shopiroller/android/fr/"
        },
        {
            "total": 218,
            "total_words": 707,
            "last_change": "2022-12-08T08:11:40.508942Z",
            "recent_changes": 1,
            "translated": 218,
            "translated_words": 707,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 4160,
            "translated_chars_percent": 100.0,
            "total_chars": 4160,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 24,
            "failing_percent": 11.0,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "tr",
            "name": "Turkish",
            "url": "http://localization.appnomi.com/projects/shopiroller/android/tr/",
            "translate_url": "http://localization.appnomi.com/translate/shopiroller/android/tr/"
        }
    ]
}