Translation components API.

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

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

{
    "total": 473,
    "total_words": 5713,
    "last_change": "2018-04-09T09:43:46.533879Z",
    "recent_changes": 4,
    "translated": 76,
    "translated_words": 451,
    "translated_percent": 16.0,
    "translated_words_percent": 7.8,
    "translated_chars": 3540,
    "translated_chars_percent": 9.0,
    "total_chars": 38955,
    "fuzzy": 175,
    "fuzzy_percent": 36.9,
    "failing": 80,
    "failing_percent": 16.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 12,
    "comments": 0,
    "code": "nl",
    "name": "Dutch",
    "url": "https://l10n.opensuse.org/projects/packages-i18n/gnome-master/nl/",
    "translate_url": "https://l10n.opensuse.org/translate/packages-i18n/gnome-master/nl/"
}