Translation projects API.

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

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

{
    "total": 935,
    "total_words": 11120,
    "total_chars": 71410,
    "last_change": "2025-12-10T23:33:42.923305Z",
    "recent_changes": 0,
    "translated": 87,
    "translated_words": 1008,
    "translated_percent": 9.3,
    "translated_words_percent": 9.0,
    "translated_chars": 6422,
    "translated_chars_percent": 8.9,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 74,
    "failing_percent": 7.9,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 87,
    "readonly_percent": 9.3,
    "readonly_words": 1008,
    "readonly_words_percent": 9.0,
    "readonly_chars": 6422,
    "readonly_chars_percent": 8.9,
    "suggestions": 15,
    "comments": 0,
    "name": "App Store Optimization",
    "url": "http://translate.gtaf.org/projects/aso/"
}