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": "2025-02-26T07:28:13.369789Z",
    "recent_changes": 68,
    "translated": 2311,
    "translated_words": 15479,
    "translated_percent": 82.3,
    "translated_words_percent": 81.3,
    "translated_chars": 95935,
    "translated_chars_percent": 81.2,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 33,
    "failing_percent": 1.1,
    "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": 3,
    "comments": 1,
    "name": "libpwquality",
    "url": "https://translate.fedoraproject.org/projects/libpwquality/"
}