Translation projects API.

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

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

{
    "total": 6471,
    "total_words": 56400,
    "total_chars": 368107,
    "last_change": "2024-04-28T16:16:50.370557Z",
    "recent_changes": 214,
    "translated": 1644,
    "translated_words": 19146,
    "translated_percent": 25.4,
    "translated_words_percent": 33.9,
    "translated_chars": 126957,
    "translated_chars_percent": 34.4,
    "fuzzy": 70,
    "fuzzy_percent": 1.0,
    "failing": 209,
    "failing_percent": 3.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 251,
    "readonly_percent": 3.8,
    "suggestions": 0,
    "comments": 0,
    "name": "Website",
    "url": "https://translate.funkwhale.audio/projects/website-remake/"
}