Translation projects API.

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

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

{
    "total": 4400,
    "total_words": 23866,
    "total_chars": 169784,
    "last_change": "2023-06-01T15:28:41.368874Z",
    "recent_changes": 186,
    "translated": 1998,
    "translated_words": 10646,
    "translated_percent": 45.4,
    "translated_words_percent": 44.6,
    "translated_chars": 75771,
    "translated_chars_percent": 44.6,
    "fuzzy": 38,
    "fuzzy_percent": 0.8,
    "fuzzy_words": 207,
    "fuzzy_words_percent": 0.8,
    "fuzzy_chars": 1589,
    "fuzzy_chars_percent": 0.9,
    "failing": 187,
    "failing_percent": 4.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 359,
    "readonly_percent": 8.1,
    "readonly_words": 1909,
    "readonly_words_percent": 7.9,
    "readonly_chars": 13419,
    "readonly_chars_percent": 7.9,
    "suggestions": 209,
    "comments": 0,
    "name": "Hangoutsbot",
    "url": "https://hosted.weblate.org/projects/hangoutsbot/"
}