Translation projects API.

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

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

{
    "total": 31692,
    "total_words": 339980,
    "total_chars": 2593862,
    "last_change": "2024-03-26T06:52:26.945027Z",
    "recent_changes": 209,
    "translated": 12845,
    "translated_words": 121245,
    "translated_percent": 40.5,
    "translated_words_percent": 35.6,
    "translated_chars": 920517,
    "translated_chars_percent": 35.4,
    "fuzzy": 2741,
    "fuzzy_percent": 8.6,
    "fuzzy_words": 32426,
    "fuzzy_words_percent": 9.5,
    "fuzzy_chars": 330173,
    "fuzzy_chars_percent": 12.7,
    "failing": 1393,
    "failing_percent": 4.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 1335,
    "readonly_percent": 4.2,
    "readonly_words": 17437,
    "readonly_words_percent": 5.1,
    "readonly_chars": 129223,
    "readonly_chars_percent": 4.9,
    "suggestions": 60,
    "comments": 23,
    "name": "joinpeertube",
    "url": "https://weblate.framasoft.org/projects/joinpeertube/"
}