Translation components API.

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

GET /api/translations/asteroidos/sync/ro/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 77,
    "total_words": 307,
    "total_chars": 1940,
    "last_change": "2023-09-05T17:03:54.090097Z",
    "recent_changes": 12,
    "translated": 75,
    "translated_words": 278,
    "translated_percent": 97.4,
    "translated_words_percent": 90.5,
    "translated_chars": 1781,
    "translated_chars_percent": 91.8,
    "fuzzy": 2,
    "fuzzy_percent": 2.5,
    "fuzzy_words": 29,
    "fuzzy_words_percent": 9.4,
    "fuzzy_chars": 159,
    "fuzzy_chars_percent": 8.1,
    "failing": 4,
    "failing_percent": 5.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 1.2,
    "readonly_words": 2,
    "readonly_words_percent": 0.6,
    "readonly_chars": 15,
    "readonly_chars_percent": 0.7,
    "suggestions": 0,
    "comments": 0,
    "code": "ro",
    "name": "Romanian",
    "url": "https://hosted.weblate.org/projects/asteroidos/sync/ro/",
    "translate_url": "https://hosted.weblate.org/translate/asteroidos/sync/ro/"
}