Translation components API.

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

GET /api/translations/cnp3-ebook/exercisesreliability/fr/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 34,
    "total_words": 623,
    "last_change": "2021-03-04T11:23:08.718633Z",
    "recent_changes": 2,
    "translated": 28,
    "translated_words": 310,
    "translated_percent": 82.3,
    "translated_words_percent": 49.7,
    "translated_chars": 1912,
    "translated_chars_percent": 50.1,
    "total_chars": 3812,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 1,
    "failing_percent": 2.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "fr",
    "name": "French",
    "url": "https://weblate.info.ucl.ac.be/projects/cnp3-ebook/exercisesreliability/fr/",
    "translate_url": "https://weblate.info.ucl.ac.be/translate/cnp3-ebook/exercisesreliability/fr/"
}