Translation projects API.

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

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

{
    "total": 720,
    "total_words": 4320,
    "total_chars": 23856,
    "last_change": "2023-10-11T11:36:07.095375Z",
    "recent_changes": 47,
    "translated": 701,
    "translated_words": 4218,
    "translated_percent": 97.3,
    "translated_words_percent": 97.6,
    "translated_chars": 23263,
    "translated_chars_percent": 97.5,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 38,
    "failing_percent": 5.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 15,
    "readonly_percent": 2.0,
    "readonly_words": 90,
    "readonly_words_percent": 2.0,
    "readonly_chars": 497,
    "readonly_chars_percent": 2.0,
    "suggestions": 2,
    "comments": 1,
    "name": "cracklib",
    "url": "https://translate.fedoraproject.org/projects/cracklib/"
}