Translation components API.

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

GET /api/translations/generic-addons-17-0/test_generic_resource_search/he/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 39,
    "total_words": 94,
    "last_change": "2025-05-21T11:39:22.226843Z",
    "recent_changes": 1,
    "translated": 28,
    "translated_words": 52,
    "translated_percent": 71.7,
    "translated_words_percent": 55.3,
    "translated_chars": 329,
    "translated_chars_percent": 53.6,
    "total_chars": 613,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "he",
    "name": "Hebrew",
    "url": "http://weblate.crnd.pro/projects/generic-addons-17-0/test_generic_resource_search/he/",
    "translate_url": "http://weblate.crnd.pro/translate/generic-addons-17-0/test_generic_resource_search/he/"
}