Translation projects API.

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

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

{
    "total": 54244,
    "total_words": 300857,
    "total_chars": 1767086,
    "last_change": "2024-05-03T09:48:43.540904Z",
    "recent_changes": 11,
    "translated": 11674,
    "translated_words": 50138,
    "translated_percent": 21.5,
    "translated_words_percent": 16.6,
    "translated_chars": 293795,
    "translated_chars_percent": 16.6,
    "fuzzy": 1685,
    "fuzzy_percent": 3.1,
    "fuzzy_words": 6832,
    "fuzzy_words_percent": 2.2,
    "fuzzy_chars": 42152,
    "fuzzy_chars_percent": 2.3,
    "failing": 988,
    "failing_percent": 1.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 1692,
    "readonly_percent": 3.1,
    "readonly_words": 9381,
    "readonly_words_percent": 3.1,
    "readonly_chars": 55200,
    "readonly_chars_percent": 3.1,
    "suggestions": 69,
    "comments": 9,
    "name": "LiberaForms",
    "url": "https://hosted.weblate.org/projects/liberaforms/"
}