Translation components API.

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

GET /api/translations/peeringdb/server/fr/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:51.282990Z",
    "recent_changes": 4,
    "translated": 568,
    "translated_words": 2553,
    "translated_percent": 45.8,
    "translated_words_percent": 32.6,
    "translated_chars": 16002,
    "translated_chars_percent": 32.6,
    "fuzzy": 264,
    "fuzzy_percent": 21.2,
    "fuzzy_words": 1218,
    "fuzzy_words_percent": 15.5,
    "fuzzy_chars": 8212,
    "fuzzy_chars_percent": 16.7,
    "failing": 45,
    "failing_percent": 3.6,
    "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": 31,
    "comments": 0,
    "code": "fr",
    "name": "French",
    "url": "https://translate.peeringdb.com/projects/peeringdb/server/fr/",
    "translate_url": "https://translate.peeringdb.com/translate/peeringdb/server/fr/"
}