Translation projects API.

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

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

{
    "total": 86146,
    "total_words": 323489,
    "total_chars": 1973729,
    "last_change": "2024-04-11T13:26:10.348207Z",
    "recent_changes": 2989,
    "translated": 52976,
    "translated_words": 187314,
    "translated_percent": 61.4,
    "translated_words_percent": 57.9,
    "translated_chars": 1141805,
    "translated_chars_percent": 57.8,
    "fuzzy": 540,
    "fuzzy_percent": 0.6,
    "failing": 1458,
    "failing_percent": 1.6,
    "approved": 3416,
    "approved_percent": 3.9,
    "readonly": 551,
    "readonly_percent": 0.6,
    "suggestions": 111,
    "comments": 20,
    "name": "Funkwhale",
    "url": "https://translate.funkwhale.audio/projects/funkwhale/"
}