Translation projects API.

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

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

{
    "total": 350040,
    "total_words": 1862469,
    "total_chars": 12099023,
    "last_change": "2024-05-18T09:40:45.999774Z",
    "recent_changes": 8277,
    "translated": 191594,
    "translated_words": 934481,
    "translated_percent": 54.7,
    "translated_words_percent": 50.1,
    "translated_chars": 6087480,
    "translated_chars_percent": 50.3,
    "fuzzy": 974,
    "fuzzy_percent": 0.2,
    "fuzzy_words": 6129,
    "fuzzy_words_percent": 0.3,
    "fuzzy_chars": 41551,
    "fuzzy_chars_percent": 0.3,
    "failing": 2598,
    "failing_percent": 0.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 10636,
    "readonly_percent": 3.0,
    "readonly_words": 52571,
    "readonly_words_percent": 2.8,
    "readonly_chars": 340967,
    "readonly_chars_percent": 2.8,
    "suggestions": 1657,
    "comments": 125,
    "name": "OpenWrt",
    "url": "https://hosted.weblate.org/projects/openwrt/"
}