Translation components API.

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

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

{
    "total": 95,
    "total_words": 1103,
    "total_chars": 7752,
    "last_change": "2024-03-16T17:04:32.158713Z",
    "recent_changes": 1,
    "translated": 95,
    "translated_words": 1103,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 7752,
    "translated_chars_percent": 100.0,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 92,
    "approved_percent": 96.8,
    "approved_words": 1080,
    "approved_words_percent": 97.9,
    "approved_chars": 7549,
    "approved_chars_percent": 97.3,
    "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": "pt",
    "name": "Portuguese",
    "url": "https://translate.tails.boum.org/projects/tails/about/pt/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/about/pt/"
}