Translation components API.

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

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

{
    "total": 1352,
    "total_words": 8074,
    "last_change": "2024-06-11T08:04:58.464173Z",
    "recent_changes": 1,
    "translated": 1335,
    "translated_words": 8027,
    "translated_percent": 98.7,
    "translated_words_percent": 99.4,
    "translated_chars": 45228,
    "translated_chars_percent": 99.4,
    "total_chars": 45470,
    "fuzzy": 17,
    "fuzzy_percent": 1.2,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 9,
    "comments": 0,
    "code": "fr",
    "name": "French",
    "url": "https://translate.habitica.com/projects/habitica-ios/main-strings/fr/",
    "translate_url": "https://translate.habitica.com/translate/habitica-ios/main-strings/fr/"
}