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": 37890,
    "total_words": 163572,
    "last_change": "2024-11-26T16:35:45.968353Z",
    "recent_changes": 310,
    "translated": 18033,
    "translated_words": 70128,
    "translated_percent": 47.5,
    "translated_words_percent": 42.8,
    "translated_chars": 541329,
    "translated_chars_percent": 38.4,
    "total_chars": 1408129,
    "fuzzy": 191,
    "fuzzy_percent": 0.5,
    "failing": 6253,
    "failing_percent": 16.5,
    "name": "Bureaucrat generics (16.0)",
    "url": "http://weblate.crnd.pro/projects/bureaucrat-generics-16-0/"
}