Translation projects API.

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

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

{
    "total": 802,
    "total_words": 3588,
    "total_chars": 22747,
    "last_change": "2019-02-23T00:33:26Z",
    "recent_changes": 3,
    "translated": 802,
    "translated_words": 3588,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 22747,
    "translated_chars_percent": 100.0,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 570,
    "failing_percent": 71.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 266,
    "readonly_percent": 33.1,
    "readonly_words": 1192,
    "readonly_words_percent": 33.2,
    "readonly_chars": 7627,
    "readonly_chars_percent": 33.5,
    "suggestions": 47,
    "comments": 0,
    "name": "Mumble-Ruby-Pluginbot",
    "url": "https://hosted.weblate.org/projects/mumble-ruby-pluginbot/"
}