Translation projects API.

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

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

{
    "total": 30405,
    "total_words": 162880,
    "total_chars": 1019206,
    "last_change": "2024-05-20T20:01:53.092585Z",
    "recent_changes": 61,
    "translated": 22669,
    "translated_words": 114944,
    "translated_percent": 74.5,
    "translated_words_percent": 70.5,
    "translated_chars": 721140,
    "translated_chars_percent": 70.7,
    "fuzzy": 353,
    "fuzzy_percent": 1.1,
    "fuzzy_words": 5138,
    "fuzzy_words_percent": 3.1,
    "fuzzy_chars": 32297,
    "fuzzy_chars_percent": 3.1,
    "failing": 97,
    "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": 277,
    "readonly_percent": 0.9,
    "readonly_words": 277,
    "readonly_words_percent": 0.1,
    "readonly_chars": 1846,
    "readonly_chars_percent": 0.1,
    "suggestions": 5,
    "comments": 0,
    "name": "Flathub",
    "url": "https://hosted.weblate.org/projects/flathub/"
}