Translation projects API.

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

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

{
    "total": 522132,
    "total_words": 1935042,
    "total_chars": 11752490,
    "last_change": "2024-01-17T19:21:21.147489Z",
    "recent_changes": 450,
    "translated": 285901,
    "translated_words": 976573,
    "translated_percent": 54.7,
    "translated_words_percent": 50.4,
    "translated_chars": 5907295,
    "translated_chars_percent": 50.2,
    "fuzzy": 8775,
    "fuzzy_percent": 1.6,
    "fuzzy_words": 30076,
    "fuzzy_words_percent": 1.5,
    "fuzzy_chars": 178794,
    "fuzzy_chars_percent": 1.5,
    "failing": 14761,
    "failing_percent": 2.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 7678,
    "readonly_percent": 1.4,
    "readonly_words": 28456,
    "readonly_words_percent": 1.4,
    "readonly_chars": 172828,
    "readonly_chars_percent": 1.4,
    "suggestions": 185,
    "comments": 4,
    "name": "Scribus",
    "url": "https://hosted.weblate.org/projects/scribus/"
}