Translation components API.

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

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

{
    "total": 39,
    "total_words": 92,
    "last_change": "2021-12-20T20:45:55.836722Z",
    "recent_changes": 2,
    "translated": 36,
    "translated_words": 85,
    "translated_percent": 92.3,
    "translated_words_percent": 92.3,
    "translated_chars": 627,
    "translated_chars_percent": 90.0,
    "total_chars": 696,
    "fuzzy": 3,
    "fuzzy_percent": 7.6,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "hu",
    "name": "Hungarian",
    "url": "http://translate.diyseeds.org/projects/diyseeds-org-pages/contact/hu/",
    "translate_url": "http://translate.diyseeds.org/translate/diyseeds-org-pages/contact/hu/"
}