Translation projects API.

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

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

{
    "total": 399,
    "total_words": 1212,
    "last_change": null,
    "recent_changes": 0,
    "translated": 170,
    "translated_words": 549,
    "translated_percent": 42.6,
    "translated_words_percent": 45.2,
    "translated_chars": 3359,
    "translated_chars_percent": 43.0,
    "total_chars": 7803,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 70,
    "failing_percent": 17.5,
    "name": "Crnd web (17.0)",
    "url": "http://weblate.crnd.pro/projects/crnd-web-17-0/"
}