Translation projects API.

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

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

{
    "total": 7931,
    "total_words": 63756,
    "last_change": "2023-03-12T05:55:03.663118Z",
    "recent_changes": 154,
    "translated": 3900,
    "translated_words": 25001,
    "translated_percent": 49.1,
    "translated_words_percent": 39.2,
    "translated_chars": 189829,
    "translated_chars_percent": 39.9,
    "total_chars": 475090,
    "fuzzy": 1183,
    "fuzzy_percent": 14.9,
    "failing": 503,
    "failing_percent": 6.3,
    "approved": 15,
    "approved_percent": 0.1,
    "readonly": 103,
    "readonly_percent": 1.2,
    "suggestions": 16,
    "comments": 0,
    "name": "yast-iscsi-client",
    "url": "https://l10n.opensuse.org/projects/yast-iscsi-client/"
}