Translation components API.

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

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

{
    "count": 21,
    "next": null,
    "previous": "https://weblate.linphone.org/api/components/linphone-iphone/aboutview/statistics/?format=api",
    "results": [
        {
            "total": 14,
            "total_words": 46,
            "last_change": null,
            "recent_changes": 0,
            "translated": 14,
            "translated_words": 46,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 336,
            "translated_chars_percent": 100.0,
            "total_chars": 336,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 4,
            "failing_percent": 28.5,
            "code": "zh_Hant",
            "name": "Chinese (Traditional)",
            "url": "https://weblate.linphone.org/projects/linphone-iphone/aboutview/zh_Hant/",
            "translate_url": "https://weblate.linphone.org/translate/linphone-iphone/aboutview/zh_Hant/"
        }
    ]
}