Translation components API.

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

GET /api/translations/peeringdb/server/pt/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": "2024-04-17T19:01:40.140794Z",
    "recent_changes": 11,
    "translated": 1194,
    "translated_words": 7521,
    "translated_percent": 96.2,
    "translated_words_percent": 96.2,
    "translated_chars": 47270,
    "translated_chars_percent": 96.3,
    "fuzzy": 21,
    "fuzzy_percent": 1.6,
    "fuzzy_words": 121,
    "fuzzy_words_percent": 1.5,
    "fuzzy_chars": 753,
    "fuzzy_chars_percent": 1.5,
    "failing": 2,
    "failing_percent": 0.1,
    "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": 0,
    "comments": 0,
    "code": "pt",
    "name": "Portuguese",
    "url": "https://translate.peeringdb.com/projects/peeringdb/server/pt/",
    "translate_url": "https://translate.peeringdb.com/translate/peeringdb/server/pt/"
}