Translation projects API.

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

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

{
    "total": 20304,
    "total_words": 244687,
    "total_chars": 1900811,
    "last_change": "2024-04-19T17:33:36.091360Z",
    "recent_changes": 1778,
    "translated": 10434,
    "translated_words": 97932,
    "translated_percent": 51.3,
    "translated_words_percent": 40.0,
    "translated_chars": 754928,
    "translated_chars_percent": 39.7,
    "fuzzy": 205,
    "fuzzy_percent": 1.0,
    "fuzzy_words": 4025,
    "fuzzy_words_percent": 1.6,
    "fuzzy_chars": 26946,
    "fuzzy_chars_percent": 1.4,
    "failing": 151,
    "failing_percent": 0.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 954,
    "readonly_percent": 4.6,
    "readonly_words": 13014,
    "readonly_words_percent": 5.3,
    "readonly_chars": 102154,
    "readonly_chars_percent": 5.3,
    "suggestions": 197,
    "comments": 28,
    "name": "website",
    "url": "https://translations.documentfoundation.org/projects/website/"
}