Translation components API.

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

GET /api/translations/fedora-websites/labsfedoraprojectorg/da/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 397,
    "total_words": 4623,
    "total_chars": 30073,
    "last_change": "2022-05-10T22:02:12.867757Z",
    "recent_changes": 1,
    "translated": 11,
    "translated_words": 68,
    "translated_percent": 2.7,
    "translated_words_percent": 1.4,
    "translated_chars": 491,
    "translated_chars_percent": 1.6,
    "fuzzy": 4,
    "fuzzy_percent": 1.0,
    "fuzzy_words": 32,
    "fuzzy_words_percent": 0.6,
    "fuzzy_chars": 195,
    "fuzzy_chars_percent": 0.6,
    "failing": 15,
    "failing_percent": 3.7,
    "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": 151,
    "comments": 0,
    "code": "da",
    "name": "Danish",
    "url": "https://translate.fedoraproject.org/projects/fedora-websites/labsfedoraprojectorg/da/",
    "translate_url": "https://translate.fedoraproject.org/translate/fedora-websites/labsfedoraprojectorg/da/"
}