Translation projects API.

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

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

{
    "total": 2805,
    "total_words": 19030,
    "total_chars": 118030,
    "last_change": "2024-01-18T09:52:28.393611Z",
    "recent_changes": 210,
    "translated": 2309,
    "translated_words": 15455,
    "translated_percent": 82.3,
    "translated_words_percent": 81.2,
    "translated_chars": 95787,
    "translated_chars_percent": 81.1,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 34,
    "failing_percent": 1.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 51,
    "readonly_percent": 1.8,
    "readonly_words": 346,
    "readonly_words_percent": 1.8,
    "readonly_chars": 2146,
    "readonly_chars_percent": 1.8,
    "suggestions": 2,
    "comments": 1,
    "name": "libpwquality",
    "url": "https://translate.fedoraproject.org/projects/libpwquality/"
}