Translation projects API.

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

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

{
    "total": 1368,
    "total_words": 3960,
    "total_chars": 22944,
    "last_change": "2024-03-11T23:01:57.012005Z",
    "recent_changes": 530,
    "translated": 1037,
    "translated_words": 2973,
    "translated_percent": 75.8,
    "translated_words_percent": 75.0,
    "translated_chars": 17078,
    "translated_chars_percent": 74.4,
    "fuzzy": 7,
    "fuzzy_percent": 0.5,
    "fuzzy_words": 31,
    "fuzzy_words_percent": 0.7,
    "fuzzy_chars": 217,
    "fuzzy_chars_percent": 0.9,
    "failing": 34,
    "failing_percent": 2.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 57,
    "readonly_percent": 4.1,
    "readonly_words": 165,
    "readonly_words_percent": 4.1,
    "readonly_chars": 956,
    "readonly_chars_percent": 4.1,
    "suggestions": 2,
    "comments": 2,
    "name": "Darky",
    "url": "https://hosted.weblate.org/projects/darky/"
}