Translation components API.

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

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

{
    "total": 2367,
    "total_words": 14771,
    "total_chars": 116233,
    "last_change": "2024-04-15T09:47:05.702139Z",
    "recent_changes": 0,
    "translated": 1482,
    "translated_words": 7905,
    "translated_percent": 62.6,
    "translated_words_percent": 53.5,
    "translated_chars": 56376,
    "translated_chars_percent": 48.5,
    "fuzzy": 885,
    "fuzzy_percent": 37.3,
    "fuzzy_words": 6866,
    "fuzzy_words_percent": 46.4,
    "fuzzy_chars": 59857,
    "fuzzy_chars_percent": 51.4,
    "failing": 781,
    "failing_percent": 32.9,
    "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": 2,
    "comments": 0,
    "code": "eo",
    "name": "Esperanto",
    "url": "https://weblate.framasoft.org/projects/peertube/angular/eo/",
    "translate_url": "https://weblate.framasoft.org/translate/peertube/angular/eo/"
}