Translation components API.

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

GET /api/translations/navdy/alelec_navdy_client-rawhelp_strings/it/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "code": "it",
    "name": "Italian",
    "total": 1,
    "total_words": 0,
    "last_change": null,
    "last_author": null,
    "recent_changes": 0,
    "translated": 0,
    "translated_words": 0,
    "translated_percent": 0.0,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "url": "https://weblate.alelec.net/engage/navdy/it/",
    "url_translate": "https://weblate.alelec.net/projects/navdy/alelec_navdy_client-rawhelp_strings/it/"
}