Translation components API.

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

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

{
    "total": 28,
    "total_words": 131,
    "total_chars": 948,
    "last_change": "2024-01-05T18:01:01.208112Z",
    "recent_changes": 3,
    "translated": 21,
    "translated_words": 51,
    "translated_percent": 75.0,
    "translated_words_percent": 38.9,
    "translated_chars": 348,
    "translated_chars_percent": 36.7,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 9,
    "failing_percent": 32.1,
    "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": 0,
    "comments": 0,
    "code": "nl",
    "name": "Dutch",
    "url": "https://hosted.weblate.org/projects/turris/reforis-netmetr-plugin/nl/",
    "translate_url": "https://hosted.weblate.org/translate/turris/reforis-netmetr-plugin/nl/"
}