Translation components API.

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

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

{
    "total": 16,
    "total_words": 46,
    "total_chars": 277,
    "last_change": null,
    "recent_changes": 0,
    "translated": 2,
    "translated_words": 17,
    "translated_percent": 12.5,
    "translated_words_percent": 36.9,
    "translated_chars": 99,
    "translated_chars_percent": 35.7,
    "fuzzy": 1,
    "fuzzy_percent": 6.2,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "code": "af",
    "name": "Afrikaans",
    "url": "https://l10n.elementary.io/projects/camera/camera/af/",
    "translate_url": "https://l10n.elementary.io/translate/camera/camera/af/"
}