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": 2921,
    "total_words": 107421,
    "last_change": "2024-05-17T19:57:18.546593Z",
    "recent_changes": 946,
    "translated": 2878,
    "translated_words": 105364,
    "translated_percent": 98.5,
    "translated_words_percent": 98.0,
    "translated_chars": 667068,
    "translated_chars_percent": 98.2,
    "total_chars": 679252,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 71,
    "failing_percent": 2.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 944,
    "readonly_percent": 32.3,
    "suggestions": 0,
    "comments": 0,
    "name": "TRM",
    "url": "https://weblate.duniter.org/projects/trm/"
}