Translation projects API.

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

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

{
    "total": 29163,
    "total_words": 163211,
    "total_chars": 1025590,
    "last_change": "2024-05-03T03:07:08.391873Z",
    "recent_changes": 610,
    "translated": 17302,
    "translated_words": 78408,
    "translated_percent": 59.3,
    "translated_words_percent": 48.0,
    "translated_chars": 498626,
    "translated_chars_percent": 48.6,
    "fuzzy": 701,
    "fuzzy_percent": 2.4,
    "fuzzy_words": 14911,
    "fuzzy_words_percent": 9.1,
    "fuzzy_chars": 90293,
    "fuzzy_chars_percent": 8.8,
    "failing": 440,
    "failing_percent": 1.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 1527,
    "readonly_percent": 5.2,
    "readonly_words": 1605,
    "readonly_words_percent": 0.9,
    "readonly_chars": 17424,
    "readonly_chars_percent": 1.6,
    "suggestions": 157,
    "comments": 18,
    "name": "Your local weather",
    "url": "https://hosted.weblate.org/projects/your-local-weather/"
}