Translation components API.

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

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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 623,
            "total_words": 15650,
            "total_chars": 123536,
            "last_change": null,
            "recent_changes": 0,
            "translated": 623,
            "translated_words": 15650,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 123536,
            "translated_chars_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 9,
            "failing_percent": 1.4,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 623,
            "readonly_percent": 100.0,
            "suggestions": 0,
            "comments": 0,
            "code": "de",
            "name": "German",
            "url": "https://translate.edugit.org/projects/teckids/teckids-org/de/",
            "translate_url": "https://translate.edugit.org/translate/teckids/teckids-org/de/"
        },
        {
            "total": 623,
            "total_words": 15650,
            "total_chars": 123536,
            "last_change": "2022-02-07T17:01:22.636234Z",
            "recent_changes": 27,
            "translated": 431,
            "translated_words": 10399,
            "translated_percent": 69.1,
            "translated_words_percent": 66.4,
            "translated_chars": 79726,
            "translated_chars_percent": 64.5,
            "fuzzy": 35,
            "fuzzy_percent": 5.6,
            "failing": 42,
            "failing_percent": 6.7,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 4,
            "comments": 0,
            "code": "en",
            "name": "English",
            "url": "https://translate.edugit.org/projects/teckids/teckids-org/en/",
            "translate_url": "https://translate.edugit.org/translate/teckids/teckids-org/en/"
        }
    ]
}