Translation components API.

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

GET /api/translations/joinpeertube/main/nl/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 492,
    "total_words": 5704,
    "total_chars": 42474,
    "last_change": "2024-04-04T11:46:01.328721Z",
    "recent_changes": 72,
    "translated": 193,
    "translated_words": 1134,
    "translated_percent": 39.2,
    "translated_words_percent": 19.8,
    "translated_chars": 8869,
    "translated_chars_percent": 20.8,
    "fuzzy": 1,
    "fuzzy_percent": 0.2,
    "fuzzy_words": 20,
    "fuzzy_words_percent": 0.3,
    "fuzzy_chars": 286,
    "fuzzy_chars_percent": 0.6,
    "failing": 11,
    "failing_percent": 2.2,
    "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": 19,
    "comments": 0,
    "code": "nl",
    "name": "Dutch",
    "url": "https://weblate.framasoft.org/projects/joinpeertube/main/nl/",
    "translate_url": "https://weblate.framasoft.org/translate/joinpeertube/main/nl/"
}