Translation projects API.

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

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

{
    "total": 23749,
    "total_words": 88745,
    "total_chars": 629088,
    "last_change": "2024-04-24T20:27:30.313823Z",
    "recent_changes": 604,
    "translated": 17746,
    "translated_words": 62498,
    "translated_percent": 74.7,
    "translated_words_percent": 70.4,
    "translated_chars": 434824,
    "translated_chars_percent": 69.1,
    "fuzzy": 310,
    "fuzzy_percent": 1.3,
    "fuzzy_words": 2087,
    "fuzzy_words_percent": 2.3,
    "fuzzy_chars": 18520,
    "fuzzy_chars_percent": 2.9,
    "failing": 226,
    "failing_percent": 0.9,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 522,
    "readonly_percent": 2.1,
    "readonly_words": 2051,
    "readonly_words_percent": 2.3,
    "readonly_chars": 15085,
    "readonly_chars_percent": 2.3,
    "suggestions": 123,
    "comments": 37,
    "name": "gImageReader",
    "url": "https://hosted.weblate.org/projects/gimagereader/"
}