Translation components API.

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

GET /api/translations/peercoin-flutter/translations/es/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 512,
    "total_words": 2264,
    "last_change": "2024-04-14T01:50:39.009018Z",
    "recent_changes": 4,
    "translated": 501,
    "translated_words": 2214,
    "translated_percent": 97.8,
    "translated_words_percent": 97.7,
    "translated_chars": 13756,
    "translated_chars_percent": 97.8,
    "total_chars": 14054,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 18,
    "approved_percent": 3.5,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://weblate.ppc.lol/projects/peercoin-flutter/translations/es/",
    "translate_url": "https://weblate.ppc.lol/translate/peercoin-flutter/translations/es/"
}