Translation projects API.

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

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

{
    "total": 89239,
    "total_words": 1091367,
    "last_change": "2026-02-21T10:28:27.947245Z",
    "recent_changes": 46,
    "translated": 89239,
    "translated_words": 1091367,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 6262859,
    "translated_chars_percent": 100.0,
    "total_chars": 6262859,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 426,
    "failing_percent": 0.4,
    "name": "Dragon Age: Inquisition",
    "url": "http://waldo.team/projects/dai/"
}