Translation components API.

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

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

{
    "total": 43,
    "total_words": 941,
    "total_chars": 6662,
    "last_change": "2024-04-28T16:16:50.370557Z",
    "recent_changes": 17,
    "translated": 16,
    "translated_words": 104,
    "translated_percent": 37.2,
    "translated_words_percent": 11.0,
    "translated_chars": 646,
    "translated_chars_percent": 9.6,
    "fuzzy": 27,
    "fuzzy_percent": 62.7,
    "failing": 28,
    "failing_percent": 65.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "pt",
    "name": "Portuguese",
    "url": "https://translate.funkwhale.audio/projects/website-remake/content/pt/",
    "translate_url": "https://translate.funkwhale.audio/translate/website-remake/content/pt/"
}