Translation projects API.

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

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

{
    "total": 2632,
    "total_words": 14273,
    "total_chars": 96459,
    "last_change": "2024-02-10T17:13:06.433791Z",
    "recent_changes": 110,
    "translated": 1124,
    "translated_words": 5774,
    "translated_percent": 42.7,
    "translated_words_percent": 40.4,
    "translated_chars": 39362,
    "translated_chars_percent": 40.8,
    "fuzzy": 24,
    "fuzzy_percent": 0.9,
    "failing": 76,
    "failing_percent": 2.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 288,
    "readonly_percent": 10.9,
    "suggestions": 1,
    "comments": 0,
    "name": "Katharineum zu Lübeck – AlekSIS-Apps",
    "url": "https://translate.edugit.org/projects/katharineum-aleksis/"
}