Translation projects API.

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

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

{
    "total": 10321,
    "total_words": 39363,
    "total_chars": 237451,
    "last_change": "2025-12-09T09:46:30.450950Z",
    "recent_changes": 34,
    "translated": 8497,
    "translated_words": 32532,
    "translated_percent": 82.3,
    "translated_words_percent": 82.6,
    "translated_chars": 196534,
    "translated_chars_percent": 82.7,
    "fuzzy": 162,
    "fuzzy_percent": 1.5,
    "fuzzy_words": 229,
    "fuzzy_words_percent": 0.5,
    "fuzzy_chars": 1764,
    "fuzzy_chars_percent": 0.7,
    "failing": 960,
    "failing_percent": 9.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 28,
    "readonly_percent": 0.2,
    "readonly_words": 28,
    "readonly_words_percent": 0.1,
    "readonly_chars": 166,
    "readonly_chars_percent": 0.1,
    "suggestions": 1,
    "comments": 0,
    "name": "Sadiq",
    "url": "http://translate.gtaf.org/projects/sadiq/"
}