Translation components API.

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

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

{
    "total": 88,
    "total_words": 209,
    "total_chars": 1395,
    "last_change": "2018-12-08T21:36:30.982040Z",
    "recent_changes": 4,
    "translated": 71,
    "translated_words": 145,
    "translated_percent": 80.6,
    "translated_words_percent": 69.3,
    "translated_chars": 976,
    "translated_chars_percent": 69.9,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 33,
    "failing_percent": 37.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "da",
    "name": "Danish",
    "url": "https://l10n.elementary.io/projects/website/open-source/da/",
    "translate_url": "https://l10n.elementary.io/translate/website/open-source/da/"
}