Translation components API.

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

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

{
    "total": 99,
    "total_words": 748,
    "total_chars": 4894,
    "last_change": "2022-06-13T14:54:46.375028Z",
    "recent_changes": 2,
    "translated": 76,
    "translated_words": 678,
    "translated_percent": 76.7,
    "translated_words_percent": 90.6,
    "translated_chars": 4408,
    "translated_chars_percent": 90.0,
    "fuzzy": 4,
    "fuzzy_percent": 4.0,
    "fuzzy_words": 14,
    "fuzzy_words_percent": 1.8,
    "fuzzy_chars": 96,
    "fuzzy_chars_percent": 1.9,
    "failing": 12,
    "failing_percent": 12.1,
    "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": 1,
    "comments": 0,
    "code": "fur",
    "name": "Friulian",
    "url": "https://translate.fedoraproject.org/projects/fedora-websites/budgetfedoraprojectorg/fur/",
    "translate_url": "https://translate.fedoraproject.org/translate/fedora-websites/budgetfedoraprojectorg/fur/"
}