Translation components API.

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

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

{
    "total": 203,
    "total_words": 2100,
    "total_chars": 12545,
    "last_change": "2023-04-20T16:49:27.641164Z",
    "recent_changes": 0,
    "translated": 49,
    "translated_words": 562,
    "translated_percent": 24.1,
    "translated_words_percent": 26.7,
    "translated_chars": 3406,
    "translated_chars_percent": 27.1,
    "fuzzy": 7,
    "fuzzy_percent": 3.4,
    "fuzzy_words": 104,
    "fuzzy_words_percent": 4.9,
    "fuzzy_chars": 634,
    "fuzzy_chars_percent": 5.0,
    "failing": 4,
    "failing_percent": 1.9,
    "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/sdaps/master/nl/",
    "translate_url": "https://hosted.weblate.org/translate/sdaps/master/nl/"
}