Translation projects API.

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

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

{
    "total": 66704,
    "total_words": 387202,
    "total_chars": 2325126,
    "last_change": "2024-04-01T10:30:41.875950Z",
    "recent_changes": 359,
    "translated": 40508,
    "translated_words": 224156,
    "translated_percent": 60.7,
    "translated_words_percent": 57.8,
    "translated_chars": 1346956,
    "translated_chars_percent": 57.9,
    "fuzzy": 2644,
    "fuzzy_percent": 3.9,
    "fuzzy_words": 10313,
    "fuzzy_words_percent": 2.6,
    "fuzzy_chars": 62566,
    "fuzzy_chars_percent": 2.6,
    "failing": 2725,
    "failing_percent": 4.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 2010,
    "readonly_percent": 3.0,
    "readonly_words": 11455,
    "readonly_words_percent": 2.9,
    "readonly_chars": 68771,
    "readonly_chars_percent": 2.9,
    "suggestions": 160,
    "comments": 11,
    "name": "XCSoar",
    "url": "https://hosted.weblate.org/projects/xcsoar/"
}