Translation projects API.

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

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

{
    "total": 2175,
    "total_words": 12480,
    "last_change": "2024-04-18T07:02:02.714217Z",
    "recent_changes": 770,
    "translated": 1545,
    "translated_words": 8867,
    "translated_percent": 71.0,
    "translated_words_percent": 71.0,
    "translated_chars": 55393,
    "translated_chars_percent": 70.9,
    "total_chars": 78090,
    "fuzzy": 14,
    "fuzzy_percent": 0.6,
    "failing": 36,
    "failing_percent": 1.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 187,
    "readonly_percent": 8.5,
    "suggestions": 28,
    "comments": 0,
    "name": "TakoStats",
    "url": "https://weblate.rikka.app/projects/takostats/"
}