Translation components API.

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

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

{
    "total": 1488,
    "total_words": 9125,
    "last_change": "2024-05-22T15:11:31.968115Z",
    "recent_changes": 1,
    "translated": 711,
    "translated_words": 3480,
    "translated_percent": 47.7,
    "translated_words_percent": 38.1,
    "translated_chars": 20096,
    "translated_chars_percent": 38.2,
    "total_chars": 52553,
    "fuzzy": 2,
    "fuzzy_percent": 0.1,
    "failing": 21,
    "failing_percent": 1.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 6,
    "readonly_percent": 0.4,
    "suggestions": 0,
    "comments": 0,
    "code": "pt",
    "name": "Portuguese",
    "url": "https://translate.habitica.com/projects/habitica-android/main-strings/pt/",
    "translate_url": "https://translate.habitica.com/translate/habitica-android/main-strings/pt/"
}