Translation projects API.

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

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

{
    "total": 8349,
    "total_words": 29196,
    "total_chars": 173973,
    "last_change": "2020-09-25T19:50:53.503370Z",
    "recent_changes": 124,
    "translated": 5930,
    "translated_words": 20589,
    "translated_percent": 71.0,
    "translated_words_percent": 70.5,
    "translated_chars": 123134,
    "translated_chars_percent": 70.7,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 525,
    "failing_percent": 6.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 88,
    "readonly_percent": 1.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Stepmania",
    "url": "https://itzulpenak.gamerauntsia.eus/projects/stepmania/"
}