Translation projects API.

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

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

{
    "total": 8896,
    "total_words": 99073,
    "total_chars": 607114,
    "last_change": "2024-04-28T19:07:56.555951Z",
    "recent_changes": 393,
    "translated": 7500,
    "translated_words": 84257,
    "translated_percent": 84.3,
    "translated_words_percent": 85.0,
    "translated_chars": 516951,
    "translated_chars_percent": 85.1,
    "fuzzy": 2,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 56,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 327,
    "fuzzy_chars_percent": 0.1,
    "failing": 3,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 596,
    "readonly_percent": 6.6,
    "readonly_words": 6622,
    "readonly_words_percent": 6.6,
    "readonly_chars": 40558,
    "readonly_chars_percent": 6.6,
    "suggestions": 0,
    "comments": 0,
    "name": "Vesta Webtrees Custom Modules",
    "url": "https://hosted.weblate.org/projects/vesta-webtrees-custom-modules/"
}