Translation components API.

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

GET /api/translations/uyuni/docs-root-master/es/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 28,
    "total_words": 605,
    "last_change": "2021-05-29T23:50:53.514201Z",
    "recent_changes": 2,
    "translated": 9,
    "translated_words": 122,
    "translated_percent": 32.1,
    "translated_words_percent": 20.1,
    "translated_chars": 1040,
    "translated_chars_percent": 15.7,
    "total_chars": 6622,
    "fuzzy": 9,
    "fuzzy_percent": 32.1,
    "failing": 5,
    "failing_percent": 17.8,
    "approved": 8,
    "approved_percent": 28.5,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://l10n.opensuse.org/projects/uyuni/docs-root-master/es/",
    "translate_url": "https://l10n.opensuse.org/translate/uyuni/docs-root-master/es/"
}