Translation projects API.

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

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

{
    "total": 3572,
    "total_words": 11522,
    "total_chars": 71376,
    "last_change": "2024-05-12T19:53:08.522099Z",
    "recent_changes": 1,
    "translated": 2731,
    "translated_words": 8264,
    "translated_percent": 76.4,
    "translated_words_percent": 71.7,
    "translated_chars": 50764,
    "translated_chars_percent": 71.1,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 28,
    "failing_percent": 0.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.1,
    "readonly_words": 1,
    "readonly_words_percent": 0.1,
    "readonly_chars": 3,
    "readonly_chars_percent": 0.1,
    "suggestions": 2,
    "comments": 1,
    "name": "selfoss",
    "url": "https://hosted.weblate.org/projects/selfoss/"
}