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": 159912,
    "total_words": 1900191,
    "total_chars": 14578027,
    "last_change": "2025-05-08T22:31:42.797305Z",
    "recent_changes": 10631,
    "translated": 61019,
    "translated_words": 601940,
    "translated_percent": 38.1,
    "translated_words_percent": 31.6,
    "translated_chars": 4843456,
    "translated_chars_percent": 33.2,
    "fuzzy": 6223,
    "fuzzy_percent": 3.8,
    "fuzzy_words": 66247,
    "fuzzy_words_percent": 3.4,
    "fuzzy_chars": 612039,
    "fuzzy_chars_percent": 4.1,
    "failing": 6107,
    "failing_percent": 3.8,
    "approved": 40923,
    "approved_percent": 25.5,
    "approved_words": 390176,
    "approved_words_percent": 20.5,
    "approved_chars": 3184770,
    "approved_chars_percent": 21.8,
    "readonly": 12284,
    "readonly_percent": 7.6,
    "readonly_words": 126652,
    "readonly_words_percent": 6.6,
    "readonly_chars": 977944,
    "readonly_chars_percent": 6.7,
    "suggestions": 6239,
    "comments": 34,
    "name": "Tails",
    "url": "https://translate.tails.net/projects/tails/"
}