Translation components API.

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

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

{
    "total": 1231,
    "total_words": 7802,
    "total_chars": 48969,
    "last_change": "2024-02-22T14:56:05.970894Z",
    "recent_changes": 105,
    "translated": 742,
    "translated_words": 3580,
    "translated_percent": 60.2,
    "translated_words_percent": 45.8,
    "translated_chars": 22524,
    "translated_chars_percent": 45.9,
    "fuzzy": 192,
    "fuzzy_percent": 15.5,
    "fuzzy_words": 844,
    "fuzzy_words_percent": 10.8,
    "fuzzy_chars": 5566,
    "fuzzy_chars_percent": 11.3,
    "failing": 7,
    "failing_percent": 0.5,
    "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": 1,
    "comments": 0,
    "code": "it",
    "name": "Italian",
    "url": "https://translate.peeringdb.com/projects/peeringdb/server/it/",
    "translate_url": "https://translate.peeringdb.com/translate/peeringdb/server/it/"
}