Translation projects API.

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

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

{
    "total": 60203,
    "total_words": 444029,
    "total_chars": 2943373,
    "last_change": "2024-05-02T15:49:46.148286Z",
    "recent_changes": 0,
    "translated": 3209,
    "translated_words": 21492,
    "translated_percent": 5.3,
    "translated_words_percent": 4.8,
    "translated_chars": 141271,
    "translated_chars_percent": 4.7,
    "fuzzy": 3811,
    "fuzzy_percent": 6.3,
    "fuzzy_words": 27283,
    "fuzzy_words_percent": 6.1,
    "fuzzy_chars": 186323,
    "fuzzy_chars_percent": 6.3,
    "failing": 2408,
    "failing_percent": 3.9,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 1488,
    "readonly_percent": 2.4,
    "readonly_words": 11154,
    "readonly_words_percent": 2.5,
    "readonly_chars": 73897,
    "readonly_chars_percent": 2.5,
    "suggestions": 1483,
    "comments": 2,
    "name": "LXD",
    "url": "https://hosted.weblate.org/projects/lxd/"
}