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": 34765,
    "total_words": 149579,
    "last_change": "2025-09-26T14:16:02.832496Z",
    "recent_changes": 2716,
    "translated": 20442,
    "translated_words": 86521,
    "translated_percent": 58.8,
    "translated_words_percent": 57.8,
    "translated_chars": 713028,
    "translated_chars_percent": 58.9,
    "total_chars": 1209093,
    "fuzzy": 37,
    "fuzzy_percent": 0.1,
    "failing": 5494,
    "failing_percent": 15.8,
    "name": "Bureaucrat generics (17.0)",
    "url": "http://weblate.crnd.pro/projects/bureaucrat-generics-17-0/"
}