Translation projects API.

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

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

{
    "total": 6763,
    "total_words": 28948,
    "total_chars": 179958,
    "last_change": "2023-11-30T09:54:35.699682Z",
    "recent_changes": 314,
    "translated": 4877,
    "translated_words": 20168,
    "translated_percent": 72.1,
    "translated_words_percent": 69.6,
    "translated_chars": 125467,
    "translated_chars_percent": 69.7,
    "fuzzy": 31,
    "fuzzy_percent": 0.4,
    "fuzzy_words": 189,
    "fuzzy_words_percent": 0.6,
    "fuzzy_chars": 1146,
    "fuzzy_chars_percent": 0.6,
    "failing": 169,
    "failing_percent": 2.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 236,
    "readonly_percent": 3.4,
    "readonly_words": 1001,
    "readonly_words_percent": 3.4,
    "readonly_chars": 6225,
    "readonly_chars_percent": 3.4,
    "suggestions": 385,
    "comments": 3,
    "name": "entangle",
    "url": "https://translate.fedoraproject.org/projects/entangle/"
}