Translation projects API.

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

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

{
    "total": 54323,
    "total_words": 161003,
    "last_change": "2023-11-16T12:51:01.659159Z",
    "recent_changes": 10,
    "translated": 45472,
    "translated_words": 125411,
    "translated_percent": 83.7,
    "translated_words_percent": 77.8,
    "translated_chars": 785667,
    "translated_chars_percent": 78.4,
    "total_chars": 1002044,
    "fuzzy": 225,
    "fuzzy_percent": 0.4,
    "failing": 3302,
    "failing_percent": 6.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 2716,
    "readonly_percent": 4.9,
    "suggestions": 0,
    "comments": 0,
    "name": "SeeYouForPC",
    "url": "https://t.naviter.com/projects/seeyouforpc/"
}