Translation components API.

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

GET /api/translations/release-notes-opensuse/leap-15_2/da/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 122,
    "total_words": 2048,
    "last_change": "2020-05-30T13:18:48.174370Z",
    "recent_changes": 1,
    "translated": 55,
    "translated_words": 782,
    "translated_percent": 45.0,
    "translated_words_percent": 38.1,
    "translated_chars": 6342,
    "translated_chars_percent": 38.9,
    "total_chars": 16275,
    "fuzzy": 5,
    "fuzzy_percent": 4.0,
    "failing": 2,
    "failing_percent": 1.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "code": "da",
    "name": "Danish",
    "url": "https://l10n.opensuse.org/projects/release-notes-opensuse/leap-15_2/da/",
    "translate_url": "https://l10n.opensuse.org/translate/release-notes-opensuse/leap-15_2/da/"
}