Translation projects API.

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

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

{
    "total": 753,
    "total_words": 13162,
    "total_chars": 88357,
    "last_change": "2021-10-22T09:14:52.294075Z",
    "recent_changes": 10,
    "translated": 441,
    "translated_words": 7787,
    "translated_percent": 58.5,
    "translated_words_percent": 59.1,
    "translated_chars": 51640,
    "translated_chars_percent": 58.4,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "failing": 3,
    "failing_percent": 0.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 377,
    "readonly_percent": 50.0,
    "suggestions": 1,
    "comments": 0,
    "name": "AlekSIS-Handbook",
    "url": "https://translate.edugit.org/projects/aleksis-handbook/"
}