Translation components API.

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

GET /api/translations/documentation/articlesbsdl-gpl/it_IT/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 82,
    "total_words": 3642,
    "last_change": "2024-03-01T11:33:30.666690Z",
    "recent_changes": 7,
    "translated": 44,
    "translated_words": 1054,
    "translated_percent": 53.6,
    "translated_words_percent": 28.9,
    "translated_chars": 6939,
    "translated_chars_percent": 30.1,
    "total_chars": 23048,
    "fuzzy": 38,
    "fuzzy_percent": 46.3,
    "failing": 38,
    "failing_percent": 46.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "it_IT",
    "name": "Italian",
    "url": "https://translate-dev.freebsd.org/projects/documentation/articlesbsdl-gpl/it_IT/",
    "translate_url": "https://translate-dev.freebsd.org/translate/documentation/articlesbsdl-gpl/it_IT/"
}