Translation projects API.

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

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

{
    "total": 1711,
    "total_words": 5183,
    "total_chars": 33675,
    "last_change": "2022-04-10T22:24:48.758996Z",
    "recent_changes": 247,
    "translated": 1545,
    "translated_words": 4749,
    "translated_percent": 90.2,
    "translated_words_percent": 91.6,
    "translated_chars": 30846,
    "translated_chars_percent": 91.5,
    "fuzzy": 2,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 4,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 20,
    "fuzzy_chars_percent": 0.1,
    "failing": 35,
    "failing_percent": 2.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 45,
    "readonly_percent": 2.6,
    "readonly_words": 981,
    "readonly_words_percent": 18.9,
    "readonly_chars": 6465,
    "readonly_chars_percent": 19.1,
    "suggestions": 4,
    "comments": 4,
    "name": "OpenBikeSharing",
    "url": "https://hosted.weblate.org/projects/openbikesharing/"
}