Translation components API.

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

GET /api/translations/tryton/country/tr/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 250,
    "total_words": 547,
    "total_chars": 4132,
    "last_change": "2024-06-10T15:45:38.092049Z",
    "recent_changes": 0,
    "translated": 10,
    "translated_words": 10,
    "translated_percent": 4.0,
    "translated_words_percent": 1.8,
    "translated_chars": 63,
    "translated_chars_percent": 1.5,
    "fuzzy": 56,
    "fuzzy_percent": 22.4,
    "fuzzy_words": 97,
    "fuzzy_words_percent": 17.7,
    "fuzzy_chars": 704,
    "fuzzy_chars_percent": 17.0,
    "failing": 9,
    "failing_percent": 3.6,
    "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": 1,
    "comments": 0,
    "code": "tr",
    "name": "Turkish",
    "url": "https://translate.tryton.org/projects/tryton/country/tr/",
    "translate_url": "https://translate.tryton.org/translate/tryton/country/tr/"
}