Translation components API.

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

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

{
    "total": 1010,
    "total_words": 2861,
    "last_change": "2019-12-06T07:42:30.819443Z",
    "recent_changes": 2,
    "translated": 927,
    "translated_words": 2184,
    "translated_percent": 91.7,
    "translated_words_percent": 76.3,
    "translated_chars": 14433,
    "translated_chars_percent": 77.8,
    "total_chars": 18540,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "da",
    "name": "Danish",
    "url": "https://l10n.opensuse.org/projects/libzypp/master/da/",
    "translate_url": "https://l10n.opensuse.org/translate/libzypp/master/da/"
}