Translation projects API.

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

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

{
    "total": 4469,
    "total_words": 15112,
    "total_chars": 85832,
    "last_change": "2023-07-22T20:04:08.916068Z",
    "recent_changes": 218,
    "translated": 3984,
    "translated_words": 13203,
    "translated_percent": 89.1,
    "translated_words_percent": 87.3,
    "translated_chars": 75036,
    "translated_chars_percent": 87.4,
    "fuzzy": 44,
    "fuzzy_percent": 0.9,
    "fuzzy_words": 309,
    "fuzzy_words_percent": 2.0,
    "fuzzy_chars": 1661,
    "fuzzy_chars_percent": 1.9,
    "failing": 119,
    "failing_percent": 2.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 6,
    "readonly_percent": 0.1,
    "readonly_words": 7,
    "readonly_words_percent": 0.1,
    "readonly_chars": 41,
    "readonly_chars_percent": 0.1,
    "suggestions": 19,
    "comments": 2,
    "name": "spaRSS",
    "url": "https://hosted.weblate.org/projects/sparss/"
}