Translation components API.

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

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

{
    "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/"
}