Translation projects API.

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

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

{
    "total": 140,
    "total_words": 1160,
    "last_change": "2022-08-07T15:02:13.542373Z",
    "recent_changes": 31,
    "translated": 91,
    "translated_words": 754,
    "translated_percent": 65.0,
    "translated_words_percent": 65.0,
    "translated_chars": 3965,
    "translated_chars_percent": 65.0,
    "total_chars": 6100,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 7,
    "readonly_percent": 5.0,
    "suggestions": 0,
    "comments": 0,
    "name": "yast-hana-update",
    "url": "https://l10n.opensuse.org/projects/yast-hana-update/"
}