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": 3496,
    "total_words": 9430,
    "last_change": "2025-10-08T12:26:32.396798Z",
    "recent_changes": 58,
    "translated": 2498,
    "translated_words": 6827,
    "translated_percent": 71.4,
    "translated_words_percent": 72.3,
    "translated_chars": 47915,
    "translated_chars_percent": 67.6,
    "total_chars": 70822,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 313,
    "failing_percent": 8.9,
    "name": "Resource Catalog (16.0)",
    "url": "http://weblate.crnd.pro/projects/resource-catalog-16-0/"
}