Translation projects API.

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

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

{
    "total": 590,
    "total_words": 4021,
    "total_chars": 27137,
    "last_change": "2023-08-31T22:59:35.271770Z",
    "recent_changes": 128,
    "translated": 538,
    "translated_words": 3489,
    "translated_percent": 91.1,
    "translated_words_percent": 86.7,
    "translated_chars": 23564,
    "translated_chars_percent": 86.8,
    "fuzzy": 12,
    "fuzzy_percent": 2.0,
    "fuzzy_words": 358,
    "fuzzy_words_percent": 8.9,
    "fuzzy_chars": 2358,
    "fuzzy_chars_percent": 8.6,
    "failing": 15,
    "failing_percent": 2.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 27,
    "comments": 1,
    "name": "Entraide CHATONS",
    "url": "https://weblate.framasoft.org/projects/entraide-chatons/"
}