Translation components API.

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

GET /api/translations/peeringdb/server/ar/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-12T23:58:22.405184Z",
    "recent_changes": 4,
    "translated": 581,
    "translated_words": 3413,
    "translated_percent": 46.8,
    "translated_words_percent": 43.6,
    "translated_chars": 21191,
    "translated_chars_percent": 43.1,
    "fuzzy": 288,
    "fuzzy_percent": 23.2,
    "fuzzy_words": 1326,
    "fuzzy_words_percent": 16.9,
    "fuzzy_chars": 8963,
    "fuzzy_chars_percent": 18.2,
    "failing": 80,
    "failing_percent": 6.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": 0,
    "comments": 0,
    "code": "ar",
    "name": "Arabic",
    "url": "https://translate.peeringdb.com/projects/peeringdb/server/ar/",
    "translate_url": "https://translate.peeringdb.com/translate/peeringdb/server/ar/"
}