Translation projects API.

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

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

{
    "total": 38016,
    "total_words": 163882,
    "last_change": "2025-05-01T12:51:53.078384Z",
    "recent_changes": 379,
    "translated": 18162,
    "translated_words": 70439,
    "translated_percent": 47.7,
    "translated_words_percent": 42.9,
    "translated_chars": 543536,
    "translated_chars_percent": 38.5,
    "total_chars": 1410345,
    "fuzzy": 192,
    "fuzzy_percent": 0.5,
    "failing": 6151,
    "failing_percent": 16.1,
    "name": "Bureaucrat generics (16.0)",
    "url": "http://weblate.crnd.pro/projects/bureaucrat-generics-16-0/"
}