Translation projects API.

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

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

{
    "total": 14399,
    "total_words": 105952,
    "last_change": "2024-01-24T02:33:21.580671Z",
    "recent_changes": 183,
    "translated": 7481,
    "translated_words": 50546,
    "translated_percent": 51.9,
    "translated_words_percent": 47.7,
    "translated_chars": 340197,
    "translated_chars_percent": 47.4,
    "total_chars": 717255,
    "fuzzy": 1728,
    "fuzzy_percent": 12.0,
    "failing": 783,
    "failing_percent": 5.4,
    "approved": 20,
    "approved_percent": 0.1,
    "readonly": 187,
    "readonly_percent": 1.2,
    "suggestions": 16,
    "comments": 8,
    "name": "yast-samba-client",
    "url": "https://l10n.opensuse.org/projects/yast-samba-client/"
}