Translation projects API.

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

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

{
    "total": 2050,
    "total_words": 8850,
    "total_chars": 53194,
    "last_change": "2024-03-21T08:16:36.575261Z",
    "recent_changes": 727,
    "translated": 1996,
    "translated_words": 8618,
    "translated_percent": 97.3,
    "translated_words_percent": 97.3,
    "translated_chars": 51806,
    "translated_chars_percent": 97.3,
    "fuzzy": 54,
    "fuzzy_percent": 2.6,
    "fuzzy_words": 232,
    "fuzzy_words_percent": 2.6,
    "fuzzy_chars": 1388,
    "fuzzy_chars_percent": 2.6,
    "failing": 434,
    "failing_percent": 21.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 56,
    "readonly_percent": 2.7,
    "readonly_words": 226,
    "readonly_words_percent": 2.5,
    "readonly_chars": 1365,
    "readonly_chars_percent": 2.5,
    "suggestions": 80,
    "comments": 5,
    "name": "What is PeerTube video",
    "url": "https://weblate.framasoft.org/projects/what-is-peertube-video/"
}