Translation components API.

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

GET /api/translations/phpmyadmin/5-2/te/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 3427,
    "total_words": 22679,
    "total_chars": 141877,
    "last_change": "2024-03-15T15:17:40.491832Z",
    "recent_changes": 2,
    "translated": 260,
    "translated_words": 458,
    "translated_percent": 7.5,
    "translated_words_percent": 2.0,
    "translated_chars": 2523,
    "translated_chars_percent": 1.7,
    "fuzzy": 847,
    "fuzzy_percent": 24.7,
    "fuzzy_words": 2447,
    "fuzzy_words_percent": 10.7,
    "fuzzy_chars": 16229,
    "fuzzy_chars_percent": 11.4,
    "failing": 294,
    "failing_percent": 8.5,
    "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": 2,
    "comments": 0,
    "code": "te",
    "name": "Telugu",
    "url": "https://hosted.weblate.org/projects/phpmyadmin/5-2/te/",
    "translate_url": "https://hosted.weblate.org/translate/phpmyadmin/5-2/te/"
}