Translation projects API.

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

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

{
    "total": 3646,
    "total_words": 10006,
    "total_chars": 70454,
    "last_change": "2024-02-05T15:05:36.057730Z",
    "recent_changes": 404,
    "translated": 3012,
    "translated_words": 7912,
    "translated_percent": 82.6,
    "translated_words_percent": 79.0,
    "translated_chars": 54429,
    "translated_chars_percent": 77.2,
    "fuzzy": 129,
    "fuzzy_percent": 3.5,
    "fuzzy_words": 797,
    "fuzzy_words_percent": 7.9,
    "fuzzy_chars": 7079,
    "fuzzy_chars_percent": 10.0,
    "failing": 174,
    "failing_percent": 4.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 123,
    "readonly_percent": 3.3,
    "readonly_words": 341,
    "readonly_words_percent": 3.4,
    "readonly_chars": 2491,
    "readonly_chars_percent": 3.5,
    "suggestions": 0,
    "comments": 0,
    "name": "PeerTube Search Index",
    "url": "https://weblate.framasoft.org/projects/peertube-search-index/"
}