Translation projects API.

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

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

{
    "total": 56458,
    "total_words": 342639,
    "total_chars": 2127062,
    "last_change": "2024-05-25T02:29:14.538238Z",
    "recent_changes": 36,
    "translated": 39638,
    "translated_words": 228431,
    "translated_percent": 70.2,
    "translated_words_percent": 66.6,
    "translated_chars": 1418112,
    "translated_chars_percent": 66.6,
    "fuzzy": 19,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 121,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 881,
    "fuzzy_chars_percent": 0.1,
    "failing": 278,
    "failing_percent": 0.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 6186,
    "readonly_percent": 10.9,
    "readonly_words": 37974,
    "readonly_words_percent": 11.0,
    "readonly_chars": 235651,
    "readonly_chars_percent": 11.0,
    "suggestions": 0,
    "comments": 20,
    "name": "Eclipse SUMO",
    "url": "https://hosted.weblate.org/projects/eclipse-sumo/"
}