Translation projects API.

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

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

{
    "total": 5086,
    "total_words": 38692,
    "total_chars": 240536,
    "last_change": "2024-04-11T01:33:29.269520Z",
    "recent_changes": 355,
    "translated": 3905,
    "translated_words": 27177,
    "translated_percent": 76.7,
    "translated_words_percent": 70.2,
    "translated_chars": 168776,
    "translated_chars_percent": 70.1,
    "fuzzy": 26,
    "fuzzy_percent": 0.5,
    "fuzzy_words": 273,
    "fuzzy_words_percent": 0.7,
    "fuzzy_chars": 1695,
    "fuzzy_chars_percent": 0.7,
    "failing": 113,
    "failing_percent": 2.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 314,
    "readonly_percent": 6.1,
    "readonly_words": 782,
    "readonly_words_percent": 2.0,
    "readonly_chars": 5631,
    "readonly_chars_percent": 2.3,
    "suggestions": 17,
    "comments": 1,
    "name": "Android-Open-Radio",
    "url": "https://hosted.weblate.org/projects/android-open-radio/"
}