Translation projects API.

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

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

{
    "total": 32085,
    "total_words": 142372,
    "last_change": "2025-09-26T14:16:02.832496Z",
    "recent_changes": 2735,
    "translated": 19270,
    "translated_words": 83441,
    "translated_percent": 60.0,
    "translated_words_percent": 58.6,
    "translated_chars": 692751,
    "translated_chars_percent": 59.6,
    "total_chars": 1161361,
    "fuzzy": 37,
    "fuzzy_percent": 0.1,
    "failing": 4001,
    "failing_percent": 12.4,
    "name": "Bureaucrat generics (17.0)",
    "url": "http://weblate.crnd.pro/projects/bureaucrat-generics-17-0/"
}