Translation components API.

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

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

{
    "total": 228,
    "total_words": 1486,
    "total_chars": 9865,
    "last_change": "2024-01-01T21:56:23.614265Z",
    "recent_changes": 0,
    "translated": 225,
    "translated_words": 1471,
    "translated_percent": 98.6,
    "translated_words_percent": 98.9,
    "translated_chars": 9747,
    "translated_chars_percent": 98.8,
    "fuzzy": 3,
    "fuzzy_percent": 1.3,
    "fuzzy_words": 15,
    "fuzzy_words_percent": 1.0,
    "fuzzy_chars": 118,
    "fuzzy_chars_percent": 1.1,
    "failing": 0,
    "failing_percent": 0.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": 2,
    "comments": 0,
    "code": "fi",
    "name": "Finnish",
    "url": "https://translate.fedoraproject.org/projects/fedora-websites/altfedoraprojectorg/fi/",
    "translate_url": "https://translate.fedoraproject.org/translate/fedora-websites/altfedoraprojectorg/fi/"
}