Translation projects API.

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

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

{
    "total": 2050,
    "total_words": 8850,
    "last_change": "2022-11-20T18:17:12.793852Z",
    "recent_changes": 880,
    "translated": 1996,
    "translated_words": 8618,
    "translated_percent": 97.3,
    "translated_words_percent": 97.3,
    "translated_chars": 51806,
    "translated_chars_percent": 97.3,
    "total_chars": 53194,
    "fuzzy": 54,
    "fuzzy_percent": 2.6,
    "failing": 488,
    "failing_percent": 23.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 56,
    "readonly_percent": 2.7,
    "suggestions": 92,
    "comments": 5,
    "name": "What is PeerTube video",
    "url": "https://weblate.framasoft.org/projects/what-is-peertube-video/"
}