Translation projects API.

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

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

{
    "total": 8785,
    "total_words": 22400,
    "total_chars": 138275,
    "last_change": "2024-04-16T02:11:57.930664Z",
    "recent_changes": 3592,
    "translated": 7198,
    "translated_words": 18257,
    "translated_percent": 81.9,
    "translated_words_percent": 81.5,
    "translated_chars": 113166,
    "translated_chars_percent": 81.8,
    "fuzzy": 2,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 5,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 28,
    "fuzzy_chars_percent": 0.1,
    "failing": 5,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 252,
    "readonly_percent": 2.8,
    "readonly_words": 641,
    "readonly_words_percent": 2.8,
    "readonly_chars": 3961,
    "readonly_chars_percent": 2.8,
    "suggestions": 94,
    "comments": 8,
    "name": "android-viewer",
    "url": "https://translations.documentfoundation.org/projects/android-viewer/"
}