Translation projects API.

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

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

{
    "total": 2046,
    "total_words": 8470,
    "total_chars": 46589,
    "last_change": "2024-04-22T06:07:10.395858Z",
    "recent_changes": 345,
    "translated": 1672,
    "translated_words": 6550,
    "translated_percent": 81.7,
    "translated_words_percent": 77.3,
    "translated_chars": 36064,
    "translated_chars_percent": 77.4,
    "fuzzy": 13,
    "fuzzy_percent": 0.6,
    "fuzzy_words": 126,
    "fuzzy_words_percent": 1.4,
    "fuzzy_chars": 704,
    "fuzzy_chars_percent": 1.5,
    "failing": 19,
    "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": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 1,
    "comments": 9,
    "name": "Simple Weather",
    "url": "https://hosted.weblate.org/projects/simple-weather/"
}