Translation projects API.

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

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

{
    "total": 209892,
    "total_words": 1027333,
    "total_chars": 6639619,
    "last_change": "2024-03-25T07:45:03.545637Z",
    "recent_changes": 585,
    "translated": 146939,
    "translated_words": 692577,
    "translated_percent": 70.0,
    "translated_words_percent": 67.4,
    "translated_chars": 4419719,
    "translated_chars_percent": 66.5,
    "fuzzy": 32875,
    "fuzzy_percent": 15.6,
    "fuzzy_words": 114116,
    "fuzzy_words_percent": 11.1,
    "fuzzy_chars": 761525,
    "fuzzy_chars_percent": 11.4,
    "failing": 14118,
    "failing_percent": 6.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 104931,
    "readonly_percent": 49.9,
    "readonly_words": 513647,
    "readonly_words_percent": 49.9,
    "readonly_chars": 3319743,
    "readonly_chars_percent": 49.9,
    "suggestions": 14408,
    "comments": 1,
    "name": "kde",
    "url": "https://translate.fedoraproject.org/projects/kde/"
}