Translation projects API.

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

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

{
    "total": 21721,
    "total_words": 306459,
    "total_chars": 1924910,
    "last_change": "2023-11-17T22:00:12.288960Z",
    "recent_changes": 237,
    "translated": 10911,
    "translated_words": 141080,
    "translated_percent": 50.2,
    "translated_words_percent": 46.0,
    "translated_chars": 882582,
    "translated_chars_percent": 45.8,
    "fuzzy": 720,
    "fuzzy_percent": 3.3,
    "failing": 1134,
    "failing_percent": 5.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1125,
    "readonly_percent": 5.1,
    "suggestions": 2057,
    "comments": 83,
    "name": "Getmonero",
    "url": "http://translate.getmonero.org/projects/getmonero/"
}