Translation components API.

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

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

{
    "total": 353,
    "total_words": 2659,
    "total_chars": 17258,
    "last_change": "2023-10-26T10:25:44.879467Z",
    "recent_changes": 3,
    "translated": 330,
    "translated_words": 2516,
    "translated_percent": 93.4,
    "translated_words_percent": 94.6,
    "translated_chars": 16282,
    "translated_chars_percent": 94.3,
    "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": 0.5,
    "approved": 311,
    "approved_percent": 88.1,
    "approved_words": 2338,
    "approved_words_percent": 87.9,
    "approved_chars": 15163,
    "approved_chars_percent": 87.8,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 17,
    "comments": 12,
    "code": "nl",
    "name": "Dutch",
    "url": "https://weblate.securedrop.org/projects/securedrop/securedrop/nl/",
    "translate_url": "https://weblate.securedrop.org/translate/securedrop/securedrop/nl/"
}