Translation projects API.

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

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

{
    "total": 3920,
    "total_words": 24180,
    "total_chars": 153660,
    "last_change": "2024-02-26T21:50:13.680076Z",
    "recent_changes": 59,
    "translated": 1533,
    "translated_words": 9058,
    "translated_percent": 39.1,
    "translated_words_percent": 37.4,
    "translated_chars": 57088,
    "translated_chars_percent": 37.1,
    "fuzzy": 230,
    "fuzzy_percent": 5.8,
    "fuzzy_words": 1829,
    "fuzzy_words_percent": 7.5,
    "fuzzy_chars": 11752,
    "fuzzy_chars_percent": 7.6,
    "failing": 2,
    "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": 392,
    "readonly_percent": 10.0,
    "readonly_words": 2418,
    "readonly_words_percent": 10.0,
    "readonly_chars": 15366,
    "readonly_chars_percent": 10.0,
    "suggestions": 45,
    "comments": 2,
    "name": "LibreOffice Template System (Wollmux)",
    "url": "https://translations.documentfoundation.org/projects/wollmux/"
}