Translation projects API.

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

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

{
    "total": 37071,
    "total_words": 337570,
    "total_chars": 2101343,
    "last_change": "2024-05-05T22:07:15.923558Z",
    "recent_changes": 47,
    "translated": 20666,
    "translated_words": 162051,
    "translated_percent": 55.7,
    "translated_words_percent": 48.0,
    "translated_chars": 1016076,
    "translated_chars_percent": 48.3,
    "fuzzy": 1185,
    "fuzzy_percent": 3.1,
    "fuzzy_words": 11539,
    "fuzzy_words_percent": 3.4,
    "fuzzy_chars": 71212,
    "fuzzy_chars_percent": 3.3,
    "failing": 1340,
    "failing_percent": 3.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 814,
    "readonly_percent": 2.1,
    "readonly_words": 7079,
    "readonly_words_percent": 2.0,
    "readonly_chars": 44185,
    "readonly_chars_percent": 2.1,
    "suggestions": 9,
    "comments": 11,
    "name": "AppStream",
    "url": "https://hosted.weblate.org/projects/appstream/"
}