Translation projects API.

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

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

{
    "total": 2862,
    "total_words": 15282,
    "total_chars": 101376,
    "last_change": "2024-05-29T05:09:12.821346Z",
    "recent_changes": 409,
    "translated": 1508,
    "translated_words": 7859,
    "translated_percent": 52.6,
    "translated_words_percent": 51.4,
    "translated_chars": 52491,
    "translated_chars_percent": 51.7,
    "fuzzy": 1332,
    "fuzzy_percent": 46.5,
    "fuzzy_words": 7392,
    "fuzzy_words_percent": 48.3,
    "fuzzy_chars": 48675,
    "fuzzy_chars_percent": 48.0,
    "failing": 1220,
    "failing_percent": 42.6,
    "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": 19,
    "comments": 12,
    "name": "Christmas Countdown",
    "url": "https://hosted.weblate.org/projects/christmas-countdown/"
}