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-07-25T12:38:19.195039Z",
    "recent_changes": 292,
    "translated": 1955,
    "translated_words": 13318,
    "translated_percent": 60.3,
    "translated_words_percent": 51.1,
    "translated_chars": 79968,
    "translated_chars_percent": 51.1,
    "fuzzy": 265,
    "fuzzy_percent": 8.1,
    "fuzzy_words": 2635,
    "fuzzy_words_percent": 10.1,
    "fuzzy_chars": 17016,
    "fuzzy_chars_percent": 10.8,
    "failing": 58,
    "failing_percent": 1.7,
    "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": 26,
    "comments": 0,
    "name": "Contribateliers",
    "url": "https://weblate.framasoft.org/projects/contribateliers/"
}