Translation projects API.

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

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

{
    "total": 43623,
    "total_words": 501096,
    "total_chars": 3258526,
    "last_change": "2024-05-21T09:01:50.930990Z",
    "recent_changes": 653,
    "translated": 25240,
    "translated_words": 195289,
    "translated_percent": 57.8,
    "translated_words_percent": 38.9,
    "translated_chars": 1251440,
    "translated_chars_percent": 38.4,
    "fuzzy": 700,
    "fuzzy_percent": 1.6,
    "fuzzy_words": 13559,
    "fuzzy_words_percent": 2.7,
    "fuzzy_chars": 89694,
    "fuzzy_chars_percent": 2.7,
    "failing": 526,
    "failing_percent": 1.2,
    "approved": 2122,
    "approved_percent": 4.8,
    "approved_words": 12767,
    "approved_words_percent": 2.5,
    "approved_chars": 79554,
    "approved_chars_percent": 2.4,
    "readonly": 2558,
    "readonly_percent": 5.8,
    "readonly_words": 10403,
    "readonly_words_percent": 2.0,
    "readonly_chars": 68322,
    "readonly_chars_percent": 2.0,
    "suggestions": 581,
    "comments": 43,
    "name": "OnionShare",
    "url": "https://hosted.weblate.org/projects/onionshare/"
}