Translation projects API.

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

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

{
    "total": 17030,
    "total_words": 59090,
    "total_chars": 377922,
    "last_change": "2024-04-17T16:03:51.627942Z",
    "recent_changes": 1831,
    "translated": 13702,
    "translated_words": 46458,
    "translated_percent": 80.4,
    "translated_words_percent": 78.6,
    "translated_chars": 294873,
    "translated_chars_percent": 78.0,
    "fuzzy": 314,
    "fuzzy_percent": 1.8,
    "fuzzy_words": 668,
    "fuzzy_words_percent": 1.1,
    "fuzzy_chars": 3991,
    "fuzzy_chars_percent": 1.0,
    "failing": 133,
    "failing_percent": 0.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 689,
    "readonly_percent": 4.0,
    "readonly_words": 2535,
    "readonly_words_percent": 4.2,
    "readonly_chars": 16014,
    "readonly_chars_percent": 4.2,
    "suggestions": 106,
    "comments": 14,
    "name": "helloSystem",
    "url": "https://hosted.weblate.org/projects/hellosystem/"
}