Translation projects API.

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

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

{
    "total": 378,
    "total_words": 1530,
    "total_chars": 13050,
    "last_change": "2023-08-17T23:40:56.070872Z",
    "recent_changes": 47,
    "translated": 287,
    "translated_words": 1165,
    "translated_percent": 75.9,
    "translated_words_percent": 76.1,
    "translated_chars": 9808,
    "translated_chars_percent": 75.1,
    "fuzzy": 19,
    "fuzzy_percent": 5.0,
    "fuzzy_words": 77,
    "fuzzy_words_percent": 5.0,
    "fuzzy_chars": 677,
    "fuzzy_chars_percent": 5.1,
    "failing": 11,
    "failing_percent": 2.9,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 11,
    "readonly_percent": 2.9,
    "readonly_words": 22,
    "readonly_words_percent": 1.4,
    "readonly_chars": 143,
    "readonly_chars_percent": 1.0,
    "suggestions": 4,
    "comments": 0,
    "name": "Coala",
    "url": "https://hosted.weblate.org/projects/coala/"
}