Translation components API.

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

GET /api/translations/contribateliers/contribute/ca/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 179,
    "total_words": 1424,
    "total_chars": 8525,
    "last_change": "2022-06-10T20:56:30.280562Z",
    "recent_changes": 0,
    "translated": 103,
    "translated_words": 709,
    "translated_percent": 57.5,
    "translated_words_percent": 49.7,
    "translated_chars": 4201,
    "translated_chars_percent": 49.2,
    "fuzzy": 34,
    "fuzzy_percent": 18.9,
    "fuzzy_words": 341,
    "fuzzy_words_percent": 23.9,
    "fuzzy_chars": 2186,
    "fuzzy_chars_percent": 25.6,
    "failing": 5,
    "failing_percent": 2.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "code": "ca",
    "name": "Catalan",
    "url": "https://weblate.framasoft.org/projects/contribateliers/contribute/ca/",
    "translate_url": "https://weblate.framasoft.org/translate/contribateliers/contribute/ca/"
}