Translation projects API.

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

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

{
    "total": 1382,
    "total_words": 10313,
    "total_chars": 60091,
    "last_change": "2024-03-14T13:27:53.869660Z",
    "recent_changes": 356,
    "translated": 1046,
    "translated_words": 7147,
    "translated_percent": 75.6,
    "translated_words_percent": 69.3,
    "translated_chars": 42086,
    "translated_chars_percent": 70.0,
    "fuzzy": 57,
    "fuzzy_percent": 4.1,
    "fuzzy_words": 576,
    "fuzzy_words_percent": 5.5,
    "fuzzy_chars": 3246,
    "fuzzy_chars_percent": 5.4,
    "failing": 63,
    "failing_percent": 4.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 166,
    "readonly_percent": 12.0,
    "readonly_words": 1200,
    "readonly_words_percent": 11.6,
    "readonly_chars": 7040,
    "readonly_chars_percent": 11.7,
    "suggestions": 127,
    "comments": 19,
    "name": "Nextcloud Apps",
    "url": "https://weblate.framasoft.org/projects/nextcloud/"
}