Translation components API.

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

GET /api/translations/diyseeds-org-videos/carrot/pt/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 36,
    "total_words": 1167,
    "last_change": "2022-03-02T17:25:34.306754Z",
    "recent_changes": 35,
    "translated": 33,
    "translated_words": 1129,
    "translated_percent": 91.6,
    "translated_words_percent": 96.7,
    "translated_chars": 6385,
    "translated_chars_percent": 96.2,
    "total_chars": 6636,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 1,
    "failing_percent": 2.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 1,
    "code": "pt",
    "name": "Portuguese",
    "url": "http://translate.diyseeds.org/projects/diyseeds-org-videos/carrot/pt/",
    "translate_url": "http://translate.diyseeds.org/translate/diyseeds-org-videos/carrot/pt/"
}