Translation components API.

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

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

{
    "total": 1240,
    "total_words": 7815,
    "total_chars": 49056,
    "last_change": "2023-12-17T15:32:00.125504Z",
    "recent_changes": 166,
    "translated": 1073,
    "translated_words": 6617,
    "translated_percent": 86.5,
    "translated_words_percent": 84.6,
    "translated_chars": 41485,
    "translated_chars_percent": 84.5,
    "fuzzy": 65,
    "fuzzy_percent": 5.2,
    "fuzzy_words": 214,
    "fuzzy_words_percent": 2.7,
    "fuzzy_chars": 1461,
    "fuzzy_chars_percent": 2.9,
    "failing": 5,
    "failing_percent": 0.4,
    "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": 7,
    "comments": 0,
    "code": "ko",
    "name": "Korean",
    "url": "https://translate.peeringdb.com/projects/peeringdb/server/ko/",
    "translate_url": "https://translate.peeringdb.com/translate/peeringdb/server/ko/"
}