Translation components API.

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

GET /api/translations/peertube/server/id/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 244,
    "total_words": 362,
    "total_chars": 2445,
    "last_change": "2023-10-25T08:16:11.668493Z",
    "recent_changes": 16,
    "translated": 75,
    "translated_words": 163,
    "translated_percent": 30.7,
    "translated_words_percent": 45.0,
    "translated_chars": 1048,
    "translated_chars_percent": 42.8,
    "fuzzy": 20,
    "fuzzy_percent": 8.1,
    "fuzzy_words": 22,
    "fuzzy_words_percent": 6.0,
    "fuzzy_chars": 157,
    "fuzzy_chars_percent": 6.4,
    "failing": 7,
    "failing_percent": 2.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "id",
    "name": "Indonesian",
    "url": "https://weblate.framasoft.org/projects/peertube/server/id/",
    "translate_url": "https://weblate.framasoft.org/translate/peertube/server/id/"
}