Translation components API.

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

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

{
    "total": 338,
    "total_words": 2654,
    "last_change": "2021-06-01T14:24:59.346789Z",
    "recent_changes": 3,
    "translated": 48,
    "translated_words": 88,
    "translated_percent": 14.2,
    "translated_words_percent": 3.3,
    "translated_chars": 551,
    "translated_chars_percent": 3.3,
    "total_chars": 16476,
    "fuzzy": 8,
    "fuzzy_percent": 2.3,
    "failing": 11,
    "failing_percent": 3.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.2,
    "suggestions": 0,
    "comments": 0,
    "code": "nl",
    "name": "Dutch",
    "url": "https://weblate.rikka.app/projects/app-ops/app/nl/",
    "translate_url": "https://weblate.rikka.app/translate/app-ops/app/nl/"
}