Translation projects API.

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

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

{
    "total": 63081,
    "total_words": 463891,
    "total_chars": 2975874,
    "last_change": "2024-03-28T22:01:57.561371Z",
    "recent_changes": 1863,
    "translated": 33768,
    "translated_words": 166594,
    "translated_percent": 53.5,
    "translated_words_percent": 35.9,
    "translated_chars": 1059627,
    "translated_chars_percent": 35.6,
    "fuzzy": 3282,
    "fuzzy_percent": 5.2,
    "fuzzy_words": 9472,
    "fuzzy_words_percent": 2.0,
    "fuzzy_chars": 59995,
    "fuzzy_chars_percent": 2.0,
    "failing": 664,
    "failing_percent": 1.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 3725,
    "readonly_percent": 5.9,
    "readonly_words": 39490,
    "readonly_words_percent": 8.5,
    "readonly_chars": 254747,
    "readonly_chars_percent": 8.5,
    "suggestions": 64,
    "comments": 15,
    "name": "Tiled",
    "url": "https://hosted.weblate.org/projects/tiled/"
}