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": 575474,
    "total_words": 4091520,
    "total_chars": 24846000,
    "last_change": "2025-05-04T17:06:14.914614Z",
    "recent_changes": 0,
    "translated": 214109,
    "translated_words": 1364886,
    "translated_percent": 37.2,
    "translated_words_percent": 33.3,
    "translated_chars": 8294615,
    "translated_chars_percent": 33.3,
    "fuzzy": 199,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 2145,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 12059,
    "fuzzy_chars_percent": 0.1,
    "failing": 20454,
    "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": 60,
    "readonly_percent": 0.1,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "name": "Chamilo",
    "url": "https://translation.chamilo.org/projects/chamilo/"
}