Translation projects API.

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

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

{
    "total": 18655,
    "total_words": 74724,
    "total_chars": 525977,
    "last_change": "2024-05-06T12:41:10.898637Z",
    "recent_changes": 1579,
    "translated": 15188,
    "translated_words": 55920,
    "translated_percent": 81.4,
    "translated_words_percent": 74.8,
    "translated_chars": 406326,
    "translated_chars_percent": 77.2,
    "fuzzy": 939,
    "fuzzy_percent": 5.0,
    "fuzzy_words": 6470,
    "fuzzy_words_percent": 8.6,
    "fuzzy_chars": 40375,
    "fuzzy_chars_percent": 7.6,
    "failing": 196,
    "failing_percent": 1.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 3211,
    "readonly_percent": 17.2,
    "readonly_words": 3214,
    "readonly_words_percent": 4.3,
    "readonly_chars": 72197,
    "readonly_chars_percent": 13.7,
    "suggestions": 165,
    "comments": 13,
    "name": "SkyTube",
    "url": "https://hosted.weblate.org/projects/skytube/"
}