Translation projects API.

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

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

{
    "total": 11356,
    "total_words": 52938,
    "last_change": "2025-04-02T18:48:22.140389Z",
    "recent_changes": 1897,
    "translated": 8322,
    "translated_words": 36673,
    "translated_percent": 73.2,
    "translated_words_percent": 69.2,
    "translated_chars": 285537,
    "translated_chars_percent": 69.6,
    "total_chars": 409972,
    "fuzzy": 22,
    "fuzzy_percent": 0.1,
    "failing": 84,
    "failing_percent": 0.7,
    "name": "dglent",
    "url": "https://translate.lxqt-project.org/projects/dglent/"
}