Translation projects API.

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

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

{
    "total": 582,
    "total_words": 4332,
    "total_chars": 29364,
    "last_change": "2022-01-23T18:41:25.205961Z",
    "recent_changes": 26,
    "translated": 437,
    "translated_words": 3001,
    "translated_percent": 75.0,
    "translated_words_percent": 69.2,
    "translated_chars": 20378,
    "translated_chars_percent": 69.3,
    "fuzzy": 14,
    "fuzzy_percent": 2.4,
    "fuzzy_words": 101,
    "fuzzy_words_percent": 2.3,
    "fuzzy_chars": 736,
    "fuzzy_chars_percent": 2.5,
    "failing": 19,
    "failing_percent": 3.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Salt",
    "url": "https://weblate.framasoft.org/projects/salt/"
}