Translation projects API.

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

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

{
    "total": 1440,
    "total_words": 13824,
    "total_chars": 88944,
    "last_change": "2024-02-08T03:51:52.136274Z",
    "recent_changes": 409,
    "translated": 816,
    "translated_words": 6540,
    "translated_percent": 56.6,
    "translated_words_percent": 47.3,
    "translated_chars": 41436,
    "translated_chars_percent": 46.5,
    "fuzzy": 187,
    "fuzzy_percent": 12.9,
    "failing": 33,
    "failing_percent": 2.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 2,
    "name": "Tab Center Reborn",
    "url": "https://translate.funkwhale.audio/projects/tabcenter-reborn/"
}