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": 34730,
    "total_words": 149698,
    "last_change": "2025-09-26T14:13:54.107394Z",
    "recent_changes": 2687,
    "translated": 21499,
    "translated_words": 93838,
    "translated_percent": 61.9,
    "translated_words_percent": 62.6,
    "translated_chars": 828361,
    "translated_chars_percent": 68.5,
    "total_chars": 1208597,
    "fuzzy": 37,
    "fuzzy_percent": 0.1,
    "failing": 5058,
    "failing_percent": 14.5,
    "name": "Bureaucrat generics (17.0)",
    "url": "http://weblate.crnd.pro/projects/bureaucrat-generics-17-0/"
}