Translation projects API.

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

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

{
    "total": 540,
    "total_words": 7240,
    "total_chars": 49640,
    "last_change": "2023-10-10T23:36:42.381657Z",
    "recent_changes": 138,
    "translated": 445,
    "translated_words": 5776,
    "translated_percent": 82.4,
    "translated_words_percent": 79.7,
    "translated_chars": 39318,
    "translated_chars_percent": 79.2,
    "fuzzy": 6,
    "fuzzy_percent": 1.1,
    "fuzzy_words": 78,
    "fuzzy_words_percent": 1.0,
    "fuzzy_chars": 963,
    "fuzzy_chars_percent": 1.9,
    "failing": 14,
    "failing_percent": 2.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "name": "mobilizon.org",
    "url": "https://weblate.framasoft.org/projects/mobilizon-org/"
}