Translation projects API.

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

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

{
    "total": 955,
    "total_words": 3014,
    "total_chars": 17963,
    "last_change": "2024-05-04T13:07:14.191540Z",
    "recent_changes": 12,
    "translated": 503,
    "translated_words": 1959,
    "translated_percent": 52.6,
    "translated_words_percent": 64.9,
    "translated_chars": 11497,
    "translated_chars_percent": 64.0,
    "fuzzy": 151,
    "fuzzy_percent": 15.8,
    "fuzzy_words": 184,
    "fuzzy_words_percent": 6.1,
    "fuzzy_chars": 1084,
    "fuzzy_chars_percent": 6.0,
    "failing": 5,
    "failing_percent": 0.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 62,
    "readonly_percent": 6.4,
    "readonly_words": 303,
    "readonly_words_percent": 10.0,
    "readonly_chars": 1838,
    "readonly_chars_percent": 10.2,
    "suggestions": 25,
    "comments": 1,
    "name": "deepin",
    "url": "https://hosted.weblate.org/projects/deepin/"
}