Translation components API.

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

GET /api/translations/fedora-websites/labsfedoraprojectorg/es/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:58.125482Z",
    "recent_changes": 0,
    "translated": 347,
    "translated_words": 3957,
    "translated_percent": 87.4,
    "translated_words_percent": 85.5,
    "translated_chars": 25196,
    "translated_chars_percent": 83.7,
    "fuzzy": 28,
    "fuzzy_percent": 7.0,
    "fuzzy_words": 478,
    "fuzzy_words_percent": 10.3,
    "fuzzy_chars": 3463,
    "fuzzy_chars_percent": 11.5,
    "failing": 80,
    "failing_percent": 20.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": 24,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://translate.fedoraproject.org/projects/fedora-websites/labsfedoraprojectorg/es/",
    "translate_url": "https://translate.fedoraproject.org/translate/fedora-websites/labsfedoraprojectorg/es/"
}