Translation components API.

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

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

{
    "total": 401,
    "total_words": 2517,
    "total_chars": 16944,
    "last_change": "2023-01-24T12:40:33.849838Z",
    "recent_changes": 7,
    "translated": 385,
    "translated_words": 2444,
    "translated_percent": 96.0,
    "translated_words_percent": 97.0,
    "translated_chars": 16491,
    "translated_chars_percent": 97.3,
    "fuzzy": 7,
    "fuzzy_percent": 1.7,
    "fuzzy_words": 36,
    "fuzzy_words_percent": 1.4,
    "fuzzy_chars": 214,
    "fuzzy_chars_percent": 1.2,
    "failing": 9,
    "failing_percent": 2.2,
    "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": 0,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://weblate.framasoft.org/projects/pytition/pytitions/es/",
    "translate_url": "https://weblate.framasoft.org/translate/pytition/pytitions/es/"
}