Translation projects API.

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

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

{
    "total": 29958,
    "total_words": 119989,
    "total_chars": 755774,
    "last_change": "2024-01-29T10:04:32.574464Z",
    "recent_changes": 331,
    "translated": 3168,
    "translated_words": 11843,
    "translated_percent": 10.5,
    "translated_words_percent": 9.8,
    "translated_chars": 74019,
    "translated_chars_percent": 9.7,
    "fuzzy": 38,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 273,
    "fuzzy_words_percent": 0.2,
    "fuzzy_chars": 1736,
    "fuzzy_chars_percent": 0.2,
    "failing": 80,
    "failing_percent": 0.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 159,
    "readonly_percent": 0.5,
    "readonly_words": 617,
    "readonly_words_percent": 0.5,
    "readonly_chars": 3877,
    "readonly_chars_percent": 0.5,
    "suggestions": 196,
    "comments": 4,
    "name": "Nutty",
    "url": "https://hosted.weblate.org/projects/nutty/"
}