Translation components API.

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

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

{
    "total": 1399,
    "total_words": 8438,
    "last_change": "2024-12-02T11:39:40.488595Z",
    "recent_changes": 1,
    "translated": 571,
    "translated_words": 1943,
    "translated_percent": 40.8,
    "translated_words_percent": 23.0,
    "translated_chars": 11077,
    "translated_chars_percent": 23.2,
    "total_chars": 47641,
    "fuzzy": 42,
    "fuzzy_percent": 3.0,
    "failing": 58,
    "failing_percent": 4.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "ro",
    "name": "Romanian",
    "url": "https://translate.habitica.com/projects/habitica-ios/main-strings/ro/",
    "translate_url": "https://translate.habitica.com/translate/habitica-ios/main-strings/ro/"
}