Translation projects API.

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

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

{
    "total": 80,
    "total_words": 226,
    "total_chars": 1735,
    "last_change": "2020-07-28T13:15:32.157995Z",
    "recent_changes": 33,
    "translated": 80,
    "translated_words": 226,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 1735,
    "translated_chars_percent": 100.0,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 17,
    "readonly_percent": 21.2,
    "suggestions": 5,
    "comments": 0,
    "name": "TInventory",
    "url": "https://translate.edugit.org/projects/tinventory/"
}