Translation components API.

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

GET /api/translations/fedora-websites/budgetfedoraprojectorg/hu/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": "2021-07-02T14:40:54.722520Z",
    "recent_changes": 7,
    "translated": 80,
    "translated_words": 692,
    "translated_percent": 80.8,
    "translated_words_percent": 92.5,
    "translated_chars": 4498,
    "translated_chars_percent": 91.9,
    "fuzzy": 1,
    "fuzzy_percent": 1.0,
    "fuzzy_words": 2,
    "fuzzy_words_percent": 0.2,
    "fuzzy_chars": 17,
    "fuzzy_chars_percent": 0.3,
    "failing": 4,
    "failing_percent": 4.0,
    "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": "hu",
    "name": "Hungarian",
    "url": "https://translate.fedoraproject.org/projects/fedora-websites/budgetfedoraprojectorg/hu/",
    "translate_url": "https://translate.fedoraproject.org/translate/fedora-websites/budgetfedoraprojectorg/hu/"
}