Translation components API.

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

GET /api/translations/anaconda/f36/da/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 1370,
    "total_words": 8329,
    "total_chars": 53581,
    "last_change": "2023-01-11T18:40:37.700487Z",
    "recent_changes": 5,
    "translated": 1321,
    "translated_words": 7659,
    "translated_percent": 96.4,
    "translated_words_percent": 91.9,
    "translated_chars": 49439,
    "translated_chars_percent": 92.2,
    "fuzzy": 35,
    "fuzzy_percent": 2.5,
    "fuzzy_words": 311,
    "fuzzy_words_percent": 3.7,
    "fuzzy_chars": 1868,
    "fuzzy_chars_percent": 3.4,
    "failing": 42,
    "failing_percent": 3.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": 41,
    "comments": 0,
    "code": "da",
    "name": "Danish",
    "url": "https://translate.fedoraproject.org/projects/anaconda/f36/da/",
    "translate_url": "https://translate.fedoraproject.org/translate/anaconda/f36/da/"
}