Translation projects API.

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

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

{
    "total": 2553,
    "total_words": 11202,
    "total_chars": 67581,
    "last_change": "2023-03-21T12:25:03.938728Z",
    "recent_changes": 33,
    "translated": 2056,
    "translated_words": 8689,
    "translated_percent": 80.5,
    "translated_words_percent": 77.5,
    "translated_chars": 52350,
    "translated_chars_percent": 77.4,
    "fuzzy": 6,
    "fuzzy_percent": 0.2,
    "fuzzy_words": 20,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 150,
    "fuzzy_chars_percent": 0.2,
    "failing": 71,
    "failing_percent": 2.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 4,
    "readonly_percent": 0.1,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "VampireSurvivors",
    "url": "https://itzulpenak.gamerauntsia.eus/projects/vampiresurvivors/"
}