Translation projects API.

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

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

{
    "total": 6546,
    "total_words": 24120,
    "last_change": "2024-05-02T07:30:16.457942Z",
    "recent_changes": 188,
    "translated": 2578,
    "translated_words": 9431,
    "translated_percent": 39.3,
    "translated_words_percent": 39.1,
    "translated_chars": 60619,
    "translated_chars_percent": 39.1,
    "total_chars": 154998,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 419,
    "failing_percent": 6.4,
    "name": "Generic addons (16.0)",
    "url": "http://weblate.crnd.pro/projects/generic-addons-16-0/"
}