Translation components API.

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

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

{
    "total": 2433,
    "total_words": 9346,
    "total_chars": 57800,
    "last_change": "2024-05-03T11:45:14.624614Z",
    "recent_changes": 0,
    "translated": 1923,
    "translated_words": 7098,
    "translated_percent": 79.0,
    "translated_words_percent": 75.9,
    "translated_chars": 44018,
    "translated_chars_percent": 76.1,
    "fuzzy": 133,
    "fuzzy_percent": 5.4,
    "fuzzy_words": 666,
    "fuzzy_words_percent": 7.1,
    "fuzzy_chars": 4170,
    "fuzzy_chars_percent": 7.2,
    "failing": 53,
    "failing_percent": 2.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": "sk",
    "name": "Slovak",
    "url": "https://hosted.weblate.org/projects/freeplane/translation/sk/",
    "translate_url": "https://hosted.weblate.org/translate/freeplane/translation/sk/"
}