Translation projects API.

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

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

{
    "total": 18598,
    "total_words": 54842,
    "total_chars": 343842,
    "last_change": "2024-05-13T20:02:36.702016Z",
    "recent_changes": 0,
    "translated": 11987,
    "translated_words": 35305,
    "translated_percent": 64.4,
    "translated_words_percent": 64.3,
    "translated_chars": 220813,
    "translated_chars_percent": 64.2,
    "fuzzy": 1528,
    "fuzzy_percent": 8.2,
    "fuzzy_words": 4885,
    "fuzzy_words_percent": 8.9,
    "fuzzy_chars": 31749,
    "fuzzy_chars_percent": 9.2,
    "failing": 258,
    "failing_percent": 1.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 547,
    "readonly_percent": 2.9,
    "readonly_words": 1613,
    "readonly_words_percent": 2.9,
    "readonly_chars": 10113,
    "readonly_chars_percent": 2.9,
    "suggestions": 57,
    "comments": 5,
    "name": "rnote",
    "url": "https://hosted.weblate.org/projects/rnote/"
}