Translation projects API.

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

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

{
    "total": 3426,
    "total_words": 9270,
    "last_change": "2025-07-24T07:12:09.556993Z",
    "recent_changes": 52,
    "translated": 2417,
    "translated_words": 6636,
    "translated_percent": 70.5,
    "translated_words_percent": 71.5,
    "translated_chars": 46791,
    "translated_chars_percent": 66.9,
    "total_chars": 69882,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 243,
    "failing_percent": 7.0,
    "name": "Resource Catalog (16.0)",
    "url": "http://weblate.crnd.pro/projects/resource-catalog-16-0/"
}