Translation projects API.

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

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

{
    "total": 550,
    "total_words": 6750,
    "total_chars": 40925,
    "last_change": "2024-02-10T11:29:30.192593Z",
    "recent_changes": 15,
    "translated": 454,
    "translated_words": 5567,
    "translated_percent": 82.5,
    "translated_words_percent": 82.4,
    "translated_chars": 33715,
    "translated_chars_percent": 82.3,
    "fuzzy": 10,
    "fuzzy_percent": 1.8,
    "fuzzy_words": 80,
    "fuzzy_words_percent": 1.1,
    "fuzzy_chars": 510,
    "fuzzy_chars_percent": 1.2,
    "failing": 33,
    "failing_percent": 6.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 22,
    "readonly_percent": 4.0,
    "readonly_words": 270,
    "readonly_words_percent": 4.0,
    "readonly_chars": 1637,
    "readonly_chars_percent": 4.0,
    "suggestions": 12,
    "comments": 0,
    "name": "hivex",
    "url": "https://translate.fedoraproject.org/projects/hivex/"
}