Translation projects API.

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

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

{
    "total": 5166487,
    "total_words": 58019301,
    "total_chars": 491153186,
    "last_change": "2024-03-29T14:53:09.563772Z",
    "recent_changes": 20976,
    "translated": 2010864,
    "translated_words": 20511505,
    "translated_percent": 38.9,
    "translated_words_percent": 35.3,
    "translated_chars": 170757810,
    "translated_chars_percent": 34.7,
    "fuzzy": 4845,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 68271,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 584796,
    "fuzzy_chars_percent": 0.1,
    "failing": 61442,
    "failing_percent": 1.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 56772,
    "readonly_percent": 1.0,
    "readonly_words": 631327,
    "readonly_words_percent": 1.0,
    "readonly_chars": 5343287,
    "readonly_chars_percent": 1.0,
    "suggestions": 6658,
    "comments": 147,
    "name": "LibreOffice Help - master",
    "url": "https://translations.documentfoundation.org/projects/libo_help-master/"
}