Translation projects API.

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

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

{
    "total": 378,
    "total_words": 1326,
    "last_change": null,
    "recent_changes": 0,
    "translated": 165,
    "translated_words": 593,
    "translated_percent": 43.6,
    "translated_words_percent": 44.7,
    "translated_chars": 3528,
    "translated_chars_percent": 42.9,
    "total_chars": 8214,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 8,
    "failing_percent": 2.1,
    "name": "Crnd web (16.0)",
    "url": "http://weblate.crnd.pro/projects/crnd-web-16-0/"
}