Translation projects API.

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

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

{
    "total": 3238,
    "total_words": 26032,
    "total_chars": 156202,
    "last_change": "2024-01-19T03:06:57.005779Z",
    "recent_changes": 355,
    "translated": 1939,
    "translated_words": 13103,
    "translated_percent": 59.8,
    "translated_words_percent": 50.3,
    "translated_chars": 78682,
    "translated_chars_percent": 50.3,
    "fuzzy": 274,
    "fuzzy_percent": 8.4,
    "fuzzy_words": 2754,
    "fuzzy_words_percent": 10.5,
    "fuzzy_chars": 17742,
    "fuzzy_chars_percent": 11.3,
    "failing": 61,
    "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": 180,
    "readonly_percent": 5.5,
    "readonly_words": 1449,
    "readonly_words_percent": 5.5,
    "readonly_chars": 8697,
    "readonly_chars_percent": 5.5,
    "suggestions": 33,
    "comments": 0,
    "name": "Contribateliers",
    "url": "https://weblate.framasoft.org/projects/contribateliers/"
}