Translation components API.

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

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

{
    "total": 441,
    "total_words": 2895,
    "last_change": null,
    "recent_changes": 0,
    "translated": 11,
    "translated_words": 35,
    "translated_percent": 2.4,
    "translated_words_percent": 1.2,
    "translated_chars": 342,
    "translated_chars_percent": 1.8,
    "total_chars": 18385,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 11,
    "readonly_percent": 2.4,
    "suggestions": 0,
    "comments": 0,
    "code": "az",
    "name": "Azerbaijani",
    "url": "https://weblate.rikka.app/projects/app-ops/application/az/",
    "translate_url": "https://weblate.rikka.app/translate/app-ops/application/az/"
}