Translation components API.

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

GET /api/translations/androbd/strings/te/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 172,
    "total_words": 716,
    "total_chars": 4605,
    "last_change": "2024-03-29T07:28:51.296890Z",
    "recent_changes": 1,
    "translated": 70,
    "translated_words": 295,
    "translated_percent": 40.6,
    "translated_words_percent": 41.2,
    "translated_chars": 1975,
    "translated_chars_percent": 42.8,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 2,
    "failing_percent": 1.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 15,
    "readonly_percent": 8.7,
    "readonly_words": 63,
    "readonly_words_percent": 8.7,
    "readonly_chars": 578,
    "readonly_chars_percent": 12.5,
    "suggestions": 1,
    "comments": 0,
    "code": "te",
    "name": "Telugu",
    "url": "https://hosted.weblate.org/projects/androbd/strings/te/",
    "translate_url": "https://hosted.weblate.org/translate/androbd/strings/te/"
}