Translation components API.

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

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

{
    "total": 966,
    "total_words": 6398,
    "total_chars": 37361,
    "last_change": "2026-04-01T21:54:18.930501Z",
    "recent_changes": 0,
    "translated": 742,
    "translated_words": 2816,
    "translated_percent": 76.8,
    "translated_words_percent": 44.0,
    "translated_chars": 16963,
    "translated_chars_percent": 45.4,
    "fuzzy": 58,
    "fuzzy_percent": 6.0,
    "fuzzy_words": 243,
    "fuzzy_words_percent": 3.7,
    "fuzzy_chars": 1491,
    "fuzzy_chars_percent": 3.9,
    "failing": 164,
    "failing_percent": 16.9,
    "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": 57,
    "comments": 0,
    "code": "fr",
    "name": "French",
    "url": "http://translate.gtaf.org/projects/sadiq/strings/fr/",
    "translate_url": "http://translate.gtaf.org/translate/sadiq/strings/fr/"
}