Translation components API.

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

GET /api/translations/yast-iscsi-lio-server/master/nl/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 142,
    "total_words": 1017,
    "last_change": "2022-12-15T09:32:10.986892Z",
    "recent_changes": 12,
    "translated": 141,
    "translated_words": 1010,
    "translated_percent": 99.2,
    "translated_words_percent": 99.3,
    "translated_chars": 6611,
    "translated_chars_percent": 99.4,
    "total_chars": 6650,
    "fuzzy": 1,
    "fuzzy_percent": 0.7,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "nl",
    "name": "Dutch",
    "url": "https://l10n.opensuse.org/projects/yast-iscsi-lio-server/master/nl/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-iscsi-lio-server/master/nl/"
}