Translation projects API.

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

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

{
    "total": 6732,
    "total_words": 15312,
    "last_change": "2023-12-04T13:12:51.650074Z",
    "recent_changes": 325,
    "translated": 3671,
    "translated_words": 8060,
    "translated_percent": 54.5,
    "translated_words_percent": 52.6,
    "translated_chars": 52340,
    "translated_chars_percent": 52.5,
    "total_chars": 99660,
    "fuzzy": 618,
    "fuzzy_percent": 9.1,
    "failing": 251,
    "failing_percent": 3.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 102,
    "readonly_percent": 1.5,
    "suggestions": 0,
    "comments": 0,
    "name": "krb5-ticket-watcher",
    "url": "https://l10n.opensuse.org/projects/krb5-ticket-watcher/"
}