Translation projects API.

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

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

{
    "total": 166,
    "total_words": 479,
    "total_chars": 3211,
    "last_change": "2023-03-27T16:47:26.668990Z",
    "recent_changes": 38,
    "translated": 80,
    "translated_words": 218,
    "translated_percent": 48.1,
    "translated_words_percent": 45.5,
    "translated_chars": 1478,
    "translated_chars_percent": 46.0,
    "fuzzy": 1,
    "fuzzy_percent": 0.6,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 17,
    "readonly_percent": 10.2,
    "suggestions": 0,
    "comments": 0,
    "name": "Inofficial AlekSIS Apps",
    "url": "https://translate.edugit.org/projects/inofficial-aleksis-apps/"
}