Translation components API.

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

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

{
    "total": 36,
    "total_words": 184,
    "total_chars": 3073,
    "last_change": null,
    "recent_changes": 0,
    "translated": 5,
    "translated_words": 50,
    "translated_percent": 13.8,
    "translated_words_percent": 27.1,
    "translated_chars": 444,
    "translated_chars_percent": 14.4,
    "fuzzy": 28,
    "fuzzy_percent": 77.7,
    "fuzzy_words": 92,
    "fuzzy_words_percent": 50.0,
    "fuzzy_chars": 2282,
    "fuzzy_chars_percent": 74.2,
    "failing": 2,
    "failing_percent": 5.5,
    "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": "fa",
    "name": "Persian",
    "url": "https://translate.tails.net/projects/tails/acknowledgments_and_similar_projects/fa/",
    "translate_url": "https://translate.tails.net/translate/tails/acknowledgments_and_similar_projects/fa/"
}