Translation projects API.

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

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

{
    "total": 56571,
    "total_words": 306898,
    "total_chars": 1914331,
    "last_change": "2024-05-06T08:07:12.781980Z",
    "recent_changes": 1782,
    "translated": 13780,
    "translated_words": 72544,
    "translated_percent": 24.3,
    "translated_words_percent": 23.6,
    "translated_chars": 450779,
    "translated_chars_percent": 23.5,
    "fuzzy": 1191,
    "fuzzy_percent": 2.1,
    "fuzzy_words": 8564,
    "fuzzy_words_percent": 2.7,
    "fuzzy_chars": 51953,
    "fuzzy_chars_percent": 2.7,
    "failing": 938,
    "failing_percent": 1.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 533,
    "readonly_percent": 0.9,
    "readonly_words": 3009,
    "readonly_words_percent": 0.9,
    "readonly_chars": 18415,
    "readonly_chars_percent": 0.9,
    "suggestions": 0,
    "comments": 0,
    "name": "Ayatana Indicators",
    "url": "https://hosted.weblate.org/projects/ayatana-indicators/"
}