Translation components API.

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

GET /api/translations/peeringdb/server/es/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:47.504977Z",
    "recent_changes": 4,
    "translated": 525,
    "translated_words": 2776,
    "translated_percent": 42.3,
    "translated_words_percent": 35.5,
    "translated_chars": 17267,
    "translated_chars_percent": 35.1,
    "fuzzy": 290,
    "fuzzy_percent": 23.3,
    "fuzzy_words": 1309,
    "fuzzy_words_percent": 16.7,
    "fuzzy_chars": 8844,
    "fuzzy_chars_percent": 18.0,
    "failing": 46,
    "failing_percent": 3.7,
    "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": "es",
    "name": "Spanish",
    "url": "https://translate.peeringdb.com/projects/peeringdb/server/es/",
    "translate_url": "https://translate.peeringdb.com/translate/peeringdb/server/es/"
}