Translation components API.

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

GET /api/translations/peeringdb/server/da/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:32.784508Z",
    "recent_changes": 5,
    "translated": 168,
    "translated_words": 441,
    "translated_percent": 13.5,
    "translated_words_percent": 5.6,
    "translated_chars": 2784,
    "translated_chars_percent": 5.6,
    "fuzzy": 313,
    "fuzzy_percent": 25.2,
    "fuzzy_words": 967,
    "fuzzy_words_percent": 12.3,
    "fuzzy_chars": 6458,
    "fuzzy_chars_percent": 13.1,
    "failing": 37,
    "failing_percent": 2.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": 6,
    "comments": 0,
    "code": "da",
    "name": "Danish",
    "url": "https://translate.peeringdb.com/projects/peeringdb/server/da/",
    "translate_url": "https://translate.peeringdb.com/translate/peeringdb/server/da/"
}