Translation projects API.

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

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

{
    "total": 8408,
    "total_words": 44157,
    "total_chars": 278693,
    "last_change": "2024-04-20T07:16:46.318742Z",
    "recent_changes": 198,
    "translated": 5912,
    "translated_words": 25902,
    "translated_percent": 70.3,
    "translated_words_percent": 58.6,
    "translated_chars": 163170,
    "translated_chars_percent": 58.5,
    "fuzzy": 121,
    "fuzzy_percent": 1.4,
    "fuzzy_words": 644,
    "fuzzy_words_percent": 1.4,
    "fuzzy_chars": 3798,
    "fuzzy_chars_percent": 1.3,
    "failing": 305,
    "failing_percent": 3.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 2319,
    "readonly_percent": 27.5,
    "readonly_words": 10631,
    "readonly_words_percent": 24.0,
    "readonly_chars": 68283,
    "readonly_chars_percent": 24.5,
    "suggestions": 47,
    "comments": 10,
    "name": "OpenMPTCProuter",
    "url": "http://weblate.openmptcprouter.com/projects/omr/"
}