Translation projects API.

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

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

{
    "total": 3805,
    "total_words": 15301,
    "total_chars": 91404,
    "last_change": "2023-08-31T18:24:13.345404Z",
    "recent_changes": 524,
    "translated": 2751,
    "translated_words": 10553,
    "translated_percent": 72.2,
    "translated_words_percent": 68.9,
    "translated_chars": 62845,
    "translated_chars_percent": 68.7,
    "fuzzy": 11,
    "fuzzy_percent": 0.2,
    "fuzzy_words": 60,
    "fuzzy_words_percent": 0.3,
    "fuzzy_chars": 357,
    "fuzzy_chars_percent": 0.3,
    "failing": 103,
    "failing_percent": 2.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 141,
    "readonly_percent": 3.7,
    "readonly_words": 569,
    "readonly_words_percent": 3.7,
    "readonly_chars": 3399,
    "readonly_chars_percent": 3.7,
    "suggestions": 14,
    "comments": 1,
    "name": "GNUSim8085",
    "url": "https://hosted.weblate.org/projects/gnusim8085/"
}