Translation components API.

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

GET /api/translations/fedora-websites/labsfedoraprojectorg/fur/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": "2024-01-01T21:56:59.802258Z",
    "recent_changes": 0,
    "translated": 209,
    "translated_words": 2225,
    "translated_percent": 52.6,
    "translated_words_percent": 48.1,
    "translated_chars": 13942,
    "translated_chars_percent": 46.3,
    "fuzzy": 25,
    "fuzzy_percent": 6.2,
    "fuzzy_words": 395,
    "fuzzy_words_percent": 8.5,
    "fuzzy_chars": 2942,
    "fuzzy_chars_percent": 9.7,
    "failing": 54,
    "failing_percent": 13.6,
    "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": 60,
    "comments": 0,
    "code": "fur",
    "name": "Friulian",
    "url": "https://translate.fedoraproject.org/projects/fedora-websites/labsfedoraprojectorg/fur/",
    "translate_url": "https://translate.fedoraproject.org/translate/fedora-websites/labsfedoraprojectorg/fur/"
}