Translation projects API.

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

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

{
    "total": 37170,
    "total_words": 160792,
    "total_chars": 1010943,
    "last_change": "2024-05-19T07:56:02.827702Z",
    "recent_changes": 587,
    "translated": 21739,
    "translated_words": 97263,
    "translated_percent": 58.4,
    "translated_words_percent": 60.4,
    "translated_chars": 605604,
    "translated_chars_percent": 59.9,
    "fuzzy": 6164,
    "fuzzy_percent": 16.5,
    "fuzzy_words": 29919,
    "fuzzy_words_percent": 18.6,
    "fuzzy_chars": 189008,
    "fuzzy_chars_percent": 18.6,
    "failing": 5207,
    "failing_percent": 14.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 414,
    "readonly_percent": 1.1,
    "readonly_words": 1469,
    "readonly_words_percent": 0.9,
    "readonly_chars": 9323,
    "readonly_chars_percent": 0.9,
    "suggestions": 8651,
    "comments": 6,
    "name": "Vanilla OS",
    "url": "https://hosted.weblate.org/projects/vanilla-os/"
}