Translation components API.

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

GET /api/translations/habitica-ios/main-strings/de/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 1352,
    "total_words": 8074,
    "last_change": "2024-06-13T10:56:05.688072Z",
    "recent_changes": 1,
    "translated": 1133,
    "translated_words": 6333,
    "translated_percent": 83.8,
    "translated_words_percent": 78.4,
    "translated_chars": 35681,
    "translated_chars_percent": 78.4,
    "total_chars": 45470,
    "fuzzy": 20,
    "fuzzy_percent": 1.4,
    "failing": 37,
    "failing_percent": 2.7,
    "approved": 964,
    "approved_percent": 71.3,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 39,
    "comments": 17,
    "code": "de",
    "name": "German",
    "url": "https://translate.habitica.com/projects/habitica-ios/main-strings/de/",
    "translate_url": "https://translate.habitica.com/translate/habitica-ios/main-strings/de/"
}