Translation components API.

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

GET /api/translations/diyseeds-org-pages/contact/fr/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:46:45.225234Z",
    "recent_changes": 1,
    "translated": 39,
    "translated_words": 92,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 696,
    "translated_chars_percent": 100.0,
    "total_chars": 696,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "fr",
    "name": "French",
    "url": "http://translate.diyseeds.org/projects/diyseeds-org-pages/contact/fr/",
    "translate_url": "http://translate.diyseeds.org/translate/diyseeds-org-pages/contact/fr/"
}