Translation projects API.

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

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

{
    "total": 20651,
    "total_words": 101487,
    "total_chars": 645208,
    "last_change": "2024-01-14T19:55:34.874991Z",
    "recent_changes": 4,
    "translated": 9592,
    "translated_words": 42841,
    "translated_percent": 46.4,
    "translated_words_percent": 42.2,
    "translated_chars": 267634,
    "translated_chars_percent": 41.4,
    "fuzzy": 4,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 4,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 21,
    "fuzzy_chars_percent": 0.1,
    "failing": 1947,
    "failing_percent": 9.4,
    "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": 7,
    "readonly_chars_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "SW5e Game System",
    "url": "https://weblate.foundryvtt-hub.com/projects/sw5e/"
}