Translation components API.

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

GET /api/translations/peeringdb/server/de/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:35.928673Z",
    "recent_changes": 4,
    "translated": 1181,
    "translated_words": 7442,
    "translated_percent": 95.2,
    "translated_words_percent": 95.2,
    "translated_chars": 46737,
    "translated_chars_percent": 95.2,
    "fuzzy": 25,
    "fuzzy_percent": 2.0,
    "fuzzy_words": 145,
    "fuzzy_words_percent": 1.8,
    "fuzzy_chars": 906,
    "fuzzy_chars_percent": 1.8,
    "failing": 12,
    "failing_percent": 0.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": 17,
    "comments": 3,
    "code": "de",
    "name": "German",
    "url": "https://translate.peeringdb.com/projects/peeringdb/server/de/",
    "translate_url": "https://translate.peeringdb.com/translate/peeringdb/server/de/"
}