Translation projects API.

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

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

{
    "total": 398,
    "total_words": 2490,
    "total_chars": 14820,
    "last_change": "2024-05-26T07:38:35.506528Z",
    "recent_changes": 2,
    "translated": 388,
    "translated_words": 2415,
    "translated_percent": 97.4,
    "translated_words_percent": 96.9,
    "translated_chars": 14384,
    "translated_chars_percent": 97.0,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 12,
    "failing_percent": 3.0,
    "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.2,
    "readonly_words": 1,
    "readonly_words_percent": 0.1,
    "readonly_chars": 4,
    "readonly_chars_percent": 0.1,
    "suggestions": 0,
    "comments": 11,
    "name": "Share Media",
    "url": "https://weblate.foundryvtt-hub.com/projects/share-media/"
}