Translation projects API.

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

GET /api/projects/jellyfin-android/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 39954,
    "total_words": 154969,
    "total_chars": 946810,
    "last_change": "2024-05-14T18:39:07.809148Z",
    "recent_changes": 1029,
    "translated": 28608,
    "translated_words": 109676,
    "translated_percent": 71.6,
    "translated_words_percent": 70.7,
    "translated_chars": 673931,
    "translated_chars_percent": 71.1,
    "fuzzy": 1405,
    "fuzzy_percent": 3.5,
    "fuzzy_words": 4975,
    "fuzzy_words_percent": 3.2,
    "fuzzy_chars": 29419,
    "fuzzy_chars_percent": 3.1,
    "failing": 229,
    "failing_percent": 0.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 767,
    "readonly_percent": 1.9,
    "readonly_words": 2682,
    "readonly_words_percent": 1.7,
    "readonly_chars": 16702,
    "readonly_chars_percent": 1.7,
    "suggestions": 0,
    "comments": 45,
    "name": "Jellyfin Android",
    "url": "https://translate.jellyfin.org/projects/jellyfin-android/"
}