Translation projects API.

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

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

{
    "total": 3388,
    "total_words": 32263,
    "last_change": "2023-03-23T02:38:03.492309Z",
    "recent_changes": 206,
    "translated": 1667,
    "translated_words": 13314,
    "translated_percent": 49.2,
    "translated_words_percent": 41.2,
    "translated_chars": 92158,
    "translated_chars_percent": 41.9,
    "total_chars": 219835,
    "fuzzy": 543,
    "fuzzy_percent": 16.0,
    "failing": 92,
    "failing_percent": 2.7,
    "approved": 9,
    "approved_percent": 0.2,
    "readonly": 44,
    "readonly_percent": 1.2,
    "suggestions": 78,
    "comments": 0,
    "name": "yast-isns",
    "url": "https://l10n.opensuse.org/projects/yast-isns/"
}