Translation projects API.

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

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

{
    "total": 20867,
    "total_words": 176715,
    "last_change": "2023-05-11T20:23:59.626909Z",
    "recent_changes": 407,
    "translated": 6038,
    "translated_words": 45993,
    "translated_percent": 28.9,
    "translated_words_percent": 26.0,
    "translated_chars": 323077,
    "translated_chars_percent": 26.1,
    "total_chars": 1235696,
    "fuzzy": 4542,
    "fuzzy_percent": 21.7,
    "failing": 2330,
    "failing_percent": 11.1,
    "approved": 119,
    "approved_percent": 0.5,
    "readonly": 271,
    "readonly_percent": 1.2,
    "suggestions": 141,
    "comments": 0,
    "name": "yast-registration",
    "url": "https://l10n.opensuse.org/projects/yast-registration/"
}