Translation components API.

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

GET /api/translations/girala-net/web/pt/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 114,
    "total_words": 552,
    "last_change": "2023-04-07T23:18:08.627626Z",
    "recent_changes": 56,
    "translated": 106,
    "translated_words": 489,
    "translated_percent": 92.9,
    "translated_words_percent": 88.5,
    "translated_chars": 3079,
    "translated_chars_percent": 88.3,
    "total_chars": 3484,
    "fuzzy": 4,
    "fuzzy_percent": 3.5,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 3,
    "readonly_percent": 2.6,
    "suggestions": 0,
    "comments": 0,
    "code": "pt",
    "name": "Portuguese",
    "url": "https://weblate.duniter.org/projects/girala-net/web/pt/",
    "translate_url": "https://weblate.duniter.org/translate/girala-net/web/pt/"
}