Translation projects API.

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

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

{
    "name": "navdy",
    "total": 36590,
    "total_words": 129746,
    "last_change": "2021-07-17T05:16:53.408674Z",
    "recent_changes": 2556,
    "translated": 17632,
    "translated_words": 69968,
    "translated_percent": 48.2,
    "fuzzy": 513,
    "fuzzy_percent": 1.4,
    "failing": 1257,
    "failing_percent": 3.4,
    "url": "https://weblate.alelec.net/engage/navdy/",
    "url_translate": "https://weblate.alelec.net/projects/navdy/"
}