Translation components API.

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

GET /api/translations/tails/wikisrcinstallclonemac-po/id/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 11,
    "total_words": 43,
    "total_chars": 757,
    "last_change": "2022-12-20T08:18:38.949435Z",
    "recent_changes": 1,
    "translated": 7,
    "translated_words": 26,
    "translated_percent": 63.6,
    "translated_words_percent": 60.4,
    "translated_chars": 467,
    "translated_chars_percent": 61.6,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 5,
    "approved_percent": 45.4,
    "approved_words": 18,
    "approved_words_percent": 41.8,
    "approved_chars": 321,
    "approved_chars_percent": 42.4,
    "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": "id",
    "name": "Indonesian",
    "url": "https://translate.tails.net/projects/tails/wikisrcinstallclonemac-po/id/",
    "translate_url": "https://translate.tails.net/translate/tails/wikisrcinstallclonemac-po/id/"
}