Translation projects API.

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

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

{
    "total": 205763,
    "total_words": 1210786,
    "total_chars": 7894792,
    "last_change": "2025-04-04T13:51:49.817433Z",
    "recent_changes": 848,
    "translated": 108923,
    "translated_words": 603802,
    "translated_percent": 52.9,
    "translated_words_percent": 49.8,
    "translated_chars": 3932476,
    "translated_chars_percent": 49.8,
    "fuzzy": 2105,
    "fuzzy_percent": 1.0,
    "fuzzy_words": 13208,
    "fuzzy_words_percent": 1.0,
    "fuzzy_chars": 84692,
    "fuzzy_chars_percent": 1.0,
    "failing": 3239,
    "failing_percent": 1.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 4726,
    "readonly_percent": 2.2,
    "readonly_words": 27586,
    "readonly_words_percent": 2.2,
    "readonly_chars": 179893,
    "readonly_chars_percent": 2.2,
    "suggestions": 12417,
    "comments": 20,
    "name": "dnf",
    "url": "https://translate.fedoraproject.org/projects/dnf/"
}