Translation components API.

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

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

{
    "total": 144,
    "total_words": 1409,
    "total_chars": 18958,
    "last_change": "2023-09-08T17:10:10.048637Z",
    "recent_changes": 79,
    "translated": 18,
    "translated_words": 69,
    "translated_percent": 12.5,
    "translated_words_percent": 4.8,
    "translated_chars": 535,
    "translated_chars_percent": 2.8,
    "fuzzy": 89,
    "fuzzy_percent": 61.8,
    "fuzzy_words": 1043,
    "fuzzy_words_percent": 74.0,
    "fuzzy_chars": 14811,
    "fuzzy_chars_percent": 78.1,
    "failing": 18,
    "failing_percent": 12.5,
    "approved": 5,
    "approved_percent": 3.4,
    "approved_words": 12,
    "approved_words_percent": 0.8,
    "approved_chars": 149,
    "approved_chars_percent": 0.7,
    "readonly": 1,
    "readonly_percent": 0.6,
    "readonly_words": 2,
    "readonly_words_percent": 0.1,
    "readonly_chars": 18,
    "readonly_chars_percent": 0.1,
    "suggestions": 2,
    "comments": 0,
    "code": "pt",
    "name": "Portuguese",
    "url": "https://translate.tails.boum.org/projects/tails/finances/pt/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/finances/pt/"
}