Translation projects API.

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

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

{
    "total": 1302,
    "total_words": 7581,
    "total_chars": 43554,
    "last_change": "2024-02-15T17:02:05.913655Z",
    "recent_changes": 215,
    "translated": 1085,
    "translated_words": 6380,
    "translated_percent": 83.3,
    "translated_words_percent": 84.1,
    "translated_chars": 36657,
    "translated_chars_percent": 84.1,
    "fuzzy": 2,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 5,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 37,
    "fuzzy_chars_percent": 0.1,
    "failing": 17,
    "failing_percent": 1.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 19,
    "readonly_percent": 1.4,
    "readonly_words": 76,
    "readonly_words_percent": 1.0,
    "readonly_chars": 342,
    "readonly_chars_percent": 0.7,
    "suggestions": 3,
    "comments": 5,
    "name": "Chibe",
    "url": "https://hosted.weblate.org/projects/chibe/"
}