Translation projects API.

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

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

{
    "total": 24104,
    "total_words": 126047,
    "total_chars": 795884,
    "last_change": "2024-03-15T17:12:37.616616Z",
    "recent_changes": 380,
    "translated": 14867,
    "translated_words": 42584,
    "translated_percent": 61.6,
    "translated_words_percent": 33.7,
    "translated_chars": 268180,
    "translated_chars_percent": 33.6,
    "fuzzy": 365,
    "fuzzy_percent": 1.5,
    "fuzzy_words": 3395,
    "fuzzy_words_percent": 2.6,
    "fuzzy_chars": 19474,
    "fuzzy_chars_percent": 2.4,
    "failing": 427,
    "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": 5268,
    "readonly_percent": 21.8,
    "readonly_words": 10681,
    "readonly_words_percent": 8.4,
    "readonly_chars": 71512,
    "readonly_chars_percent": 8.9,
    "suggestions": 43,
    "comments": 9,
    "name": "Arctica Framework",
    "url": "https://hosted.weblate.org/projects/arctica-framework/"
}