Translation projects API.

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

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

{
    "total": 2969,
    "total_words": 109531,
    "last_change": "2025-12-17T21:33:19.990307Z",
    "recent_changes": 954,
    "translated": 2881,
    "translated_words": 105391,
    "translated_percent": 97.0,
    "translated_words_percent": 96.2,
    "translated_chars": 667217,
    "translated_chars_percent": 96.4,
    "total_chars": 691696,
    "fuzzy": 2,
    "fuzzy_percent": 0.1,
    "failing": 73,
    "failing_percent": 2.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 944,
    "readonly_percent": 31.7,
    "suggestions": 0,
    "comments": 0,
    "name": "TRM",
    "url": "https://weblate.duniter.org/projects/trm/"
}