Translation projects API.

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

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

{
    "total": 642,
    "total_words": 1980,
    "total_chars": 12741,
    "last_change": "2024-10-26T08:56:58.488378Z",
    "recent_changes": 1,
    "translated": 574,
    "translated_words": 1638,
    "translated_percent": 89.4,
    "translated_words_percent": 82.7,
    "translated_chars": 10518,
    "translated_chars_percent": 82.5,
    "fuzzy": 2,
    "fuzzy_percent": 0.3,
    "fuzzy_words": 4,
    "fuzzy_words_percent": 0.2,
    "fuzzy_chars": 34,
    "fuzzy_chars_percent": 0.2,
    "failing": 32,
    "failing_percent": 4.9,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 90,
    "readonly_percent": 14.0,
    "readonly_words": 307,
    "readonly_words_percent": 15.5,
    "readonly_chars": 2037,
    "readonly_chars_percent": 15.9,
    "suggestions": 4,
    "comments": 0,
    "name": "Channel Fear System",
    "url": "https://weblate.foundryvtt-hub.com/projects/channel-fear/"
}