Translation projects API.

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

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

{
    "total": 7515,
    "total_words": 22241,
    "total_chars": 130552,
    "last_change": "2023-09-23T17:00:42.947203Z",
    "recent_changes": 30,
    "translated": 3882,
    "translated_words": 10690,
    "translated_percent": 51.6,
    "translated_words_percent": 48.0,
    "translated_chars": 62750,
    "translated_chars_percent": 48.0,
    "fuzzy": 94,
    "fuzzy_percent": 1.2,
    "fuzzy_words": 227,
    "fuzzy_words_percent": 1.0,
    "fuzzy_chars": 1340,
    "fuzzy_chars_percent": 1.0,
    "failing": 300,
    "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": 571,
    "readonly_percent": 7.5,
    "readonly_words": 1738,
    "readonly_words_percent": 7.8,
    "readonly_chars": 10295,
    "readonly_chars_percent": 7.8,
    "suggestions": 13,
    "comments": 20,
    "name": "DoubleContact",
    "url": "https://hosted.weblate.org/projects/doublecontact/"
}