Translation projects API.

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

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

{
    "total": 9372,
    "total_words": 29502,
    "total_chars": 176748,
    "last_change": "2024-05-13T01:46:30.607654Z",
    "recent_changes": 2,
    "translated": 6975,
    "translated_words": 21572,
    "translated_percent": 74.4,
    "translated_words_percent": 73.1,
    "translated_chars": 129387,
    "translated_chars_percent": 73.2,
    "fuzzy": 13,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 49,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 290,
    "fuzzy_chars_percent": 0.1,
    "failing": 36,
    "failing_percent": 0.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 284,
    "readonly_percent": 3.0,
    "readonly_words": 894,
    "readonly_words_percent": 3.0,
    "readonly_chars": 5356,
    "readonly_chars_percent": 3.0,
    "suggestions": 0,
    "comments": 7,
    "name": "Jellycon",
    "url": "https://translate.jellyfin.org/projects/jellycon/"
}