Translation projects API.

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

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

{
    "total": 43468,
    "total_words": 261498,
    "total_chars": 2012078,
    "last_change": "2025-04-04T11:01:51.329619Z",
    "recent_changes": 904,
    "translated": 32364,
    "translated_words": 163769,
    "translated_percent": 74.4,
    "translated_words_percent": 62.6,
    "translated_chars": 1230710,
    "translated_chars_percent": 61.1,
    "fuzzy": 2409,
    "fuzzy_percent": 5.5,
    "fuzzy_words": 34721,
    "fuzzy_words_percent": 13.2,
    "fuzzy_chars": 316962,
    "fuzzy_chars_percent": 15.7,
    "failing": 1530,
    "failing_percent": 3.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 785,
    "readonly_percent": 1.8,
    "readonly_words": 4669,
    "readonly_words_percent": 1.7,
    "readonly_chars": 36066,
    "readonly_chars_percent": 1.7,
    "suggestions": 1378,
    "comments": 2,
    "name": "pulseaudio",
    "url": "https://translate.fedoraproject.org/projects/pulseaudio/"
}