Translation components API.

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

GET /api/translations/katharineum-aleksis/aleksis-app-evalu-frontend/de/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 5,
    "total_words": 9,
    "total_chars": 67,
    "last_change": "2023-03-03T19:00:27.724043Z",
    "recent_changes": 5,
    "translated": 5,
    "translated_words": 9,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 67,
    "translated_chars_percent": 100.0,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 1,
    "failing_percent": 20.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "de",
    "name": "German",
    "url": "https://translate.edugit.org/projects/katharineum-aleksis/aleksis-app-evalu-frontend/de/",
    "translate_url": "https://translate.edugit.org/translate/katharineum-aleksis/aleksis-app-evalu-frontend/de/"
}