Translation projects API.

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

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

{
    "total": 12474,
    "total_words": 84546,
    "last_change": "2023-01-02T22:38:49.584114Z",
    "recent_changes": 527,
    "translated": 7164,
    "translated_words": 43782,
    "translated_percent": 57.4,
    "translated_words_percent": 51.7,
    "translated_chars": 298727,
    "translated_chars_percent": 52.2,
    "total_chars": 572033,
    "fuzzy": 986,
    "fuzzy_percent": 7.9,
    "failing": 149,
    "failing_percent": 1.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 162,
    "readonly_percent": 1.2,
    "suggestions": 1,
    "comments": 0,
    "name": "yast-mail",
    "url": "https://l10n.opensuse.org/projects/yast-mail/"
}