Translation projects API.

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

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

{
    "total": 1988,
    "total_words": 11828,
    "total_chars": 70032,
    "last_change": "2022-06-17T10:29:32.876571Z",
    "recent_changes": 27,
    "translated": 1873,
    "translated_words": 11601,
    "translated_percent": 94.2,
    "translated_words_percent": 98.0,
    "translated_chars": 68662,
    "translated_chars_percent": 98.0,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 37,
    "failing_percent": 1.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 382,
    "comments": 0,
    "name": "Minimetro",
    "url": "https://itzulpenak.gamerauntsia.eus/projects/minimetro/"
}