Translation projects API.

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

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

{
    "total": 570350,
    "total_words": 4049100,
    "total_chars": 24562380,
    "last_change": "2025-04-14T09:33:41.539695Z",
    "recent_changes": 258,
    "translated": 213812,
    "translated_words": 1363494,
    "translated_percent": 37.4,
    "translated_words_percent": 33.6,
    "translated_chars": 8283035,
    "translated_chars_percent": 33.7,
    "fuzzy": 137,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 1156,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 7033,
    "fuzzy_chars_percent": 0.1,
    "failing": 20360,
    "failing_percent": 3.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": 0,
    "comments": 0,
    "name": "Chamilo",
    "url": "https://translation.chamilo.org/projects/chamilo/"
}