Translation projects API.

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

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

{
    "total": 2680,
    "total_words": 18596,
    "last_change": "2023-04-25T08:44:52.733933Z",
    "recent_changes": 261,
    "translated": 2652,
    "translated_words": 18512,
    "translated_percent": 98.9,
    "translated_words_percent": 99.5,
    "translated_chars": 109996,
    "translated_chars_percent": 99.5,
    "total_chars": 110500,
    "fuzzy": 28,
    "fuzzy_percent": 1.0,
    "failing": 43,
    "failing_percent": 1.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Tappsly",
    "url": "http://localization.appnomi.com/projects/tappsly/"
}