Translation components API.

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

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

{
    "total": 1493,
    "total_words": 14205,
    "total_chars": 93850,
    "last_change": "2024-05-08T07:31:09.039982Z",
    "recent_changes": 0,
    "translated": 1261,
    "translated_words": 11087,
    "translated_percent": 84.4,
    "translated_words_percent": 78.0,
    "translated_chars": 72151,
    "translated_chars_percent": 76.8,
    "fuzzy": 232,
    "fuzzy_percent": 15.5,
    "fuzzy_words": 3118,
    "fuzzy_words_percent": 21.9,
    "fuzzy_chars": 21699,
    "fuzzy_chars_percent": 23.1,
    "failing": 41,
    "failing_percent": 2.7,
    "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": 3,
    "comments": 15,
    "code": "nb_NO",
    "name": "Norwegian Bokmål",
    "url": "https://hosted.weblate.org/projects/liberapay/core/nb_NO/",
    "translate_url": "https://hosted.weblate.org/translate/liberapay/core/nb_NO/"
}