Translation components API.

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

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

{
    "code": "fr",
    "name": "French",
    "total": 672,
    "total_words": 3742,
    "last_change": "2024-04-02T13:20:17.943868Z",
    "last_author": "jerome de thésut",
    "recent_changes": 13,
    "translated": 390,
    "translated_words": 2414,
    "translated_percent": 58.0,
    "fuzzy": 17,
    "fuzzy_percent": 2.5,
    "failing": 15,
    "failing_percent": 2.2,
    "url": "https://weblate.appinventor.mit.edu/engage/appinventor/fr/",
    "url_translate": "https://weblate.appinventor.mit.edu/projects/appinventor/odemessages/fr/"
}