Translation projects API.

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

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

{
    "total": 3195,
    "total_words": 11664,
    "last_change": null,
    "recent_changes": 0,
    "translated": 2065,
    "translated_words": 7445,
    "translated_percent": 64.6,
    "translated_words_percent": 63.8,
    "translated_chars": 47518,
    "translated_chars_percent": 63.2,
    "total_chars": 75081,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 620,
    "failing_percent": 19.4,
    "name": "Generic addons (17.0)",
    "url": "http://weblate.crnd.pro/projects/generic-addons-17-0/"
}