Translation components API.

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

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

{
    "total": 337,
    "total_words": 3455,
    "last_change": "2022-12-15T13:25:11.478270Z",
    "recent_changes": 19,
    "translated": 311,
    "translated_words": 3287,
    "translated_percent": 92.2,
    "translated_words_percent": 95.1,
    "translated_chars": 23964,
    "translated_chars_percent": 94.5,
    "total_chars": 25339,
    "fuzzy": 1,
    "fuzzy_percent": 0.2,
    "failing": 19,
    "failing_percent": 5.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "ro",
    "name": "Romanian",
    "url": "https://weblate.ppc.lol/projects/peercoin-net/translations/ro/",
    "translate_url": "https://weblate.ppc.lol/translate/peercoin-net/translations/ro/"
}