Translation components API.

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

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

{
    "count": 101,
    "next": null,
    "previous": "https://hosted.weblate.org/api/components/f-droid/f-droid/statistics/?format=api&page=2",
    "results": [
        {
            "total": 536,
            "total_words": 2640,
            "total_chars": 15836,
            "last_change": "2024-05-07T13:47:05.800871Z",
            "recent_changes": 0,
            "translated": 49,
            "translated_words": 73,
            "translated_percent": 9.1,
            "translated_words_percent": 2.7,
            "translated_chars": 462,
            "translated_chars_percent": 2.9,
            "fuzzy": 7,
            "fuzzy_percent": 1.3,
            "fuzzy_words": 14,
            "fuzzy_words_percent": 0.5,
            "fuzzy_chars": 92,
            "fuzzy_chars_percent": 0.5,
            "failing": 0,
            "failing_percent": 0.0,
            "approved": 0,
            "approved_percent": 0.0,
            "approved_words": 0,
            "approved_words_percent": 0.0,
            "approved_chars": 0,
            "approved_chars_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "readonly_words": 0,
            "readonly_words_percent": 0.0,
            "readonly_chars": 0,
            "readonly_chars_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "uz",
            "name": "Uzbek",
            "url": "https://hosted.weblate.org/projects/f-droid/f-droid/uz/",
            "translate_url": "https://hosted.weblate.org/translate/f-droid/f-droid/uz/"
        }
    ]
}