Translation projects API.

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

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

{
    "total": 91377,
    "total_words": 987456,
    "total_chars": 8035989,
    "last_change": "2025-10-10T13:19:47.540822Z",
    "recent_changes": 4467,
    "translated": 35772,
    "translated_words": 324764,
    "translated_percent": 39.1,
    "translated_words_percent": 32.8,
    "translated_chars": 2756341,
    "translated_chars_percent": 34.2,
    "fuzzy": 7979,
    "fuzzy_percent": 8.7,
    "fuzzy_words": 80367,
    "fuzzy_words_percent": 8.1,
    "fuzzy_chars": 729376,
    "fuzzy_chars_percent": 9.0,
    "failing": 7608,
    "failing_percent": 8.3,
    "approved": 23237,
    "approved_percent": 25.4,
    "approved_words": 202170,
    "approved_words_percent": 20.4,
    "approved_chars": 1748845,
    "approved_chars_percent": 21.7,
    "readonly": 6452,
    "readonly_percent": 7.0,
    "readonly_words": 61408,
    "readonly_words_percent": 6.2,
    "readonly_chars": 509995,
    "readonly_chars_percent": 6.3,
    "suggestions": 4485,
    "comments": 21,
    "name": "Tails",
    "url": "https://translate.tails.net/projects/tails/"
}