Translation projects API.

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

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

{
    "total": 847,
    "total_words": 6083,
    "last_change": "2022-12-31T20:56:34.967615Z",
    "recent_changes": 75,
    "translated": 613,
    "translated_words": 4347,
    "translated_percent": 72.3,
    "translated_words_percent": 71.4,
    "translated_chars": 27273,
    "translated_chars_percent": 71.4,
    "total_chars": 38192,
    "fuzzy": 12,
    "fuzzy_percent": 1.4,
    "failing": 34,
    "failing_percent": 4.0,
    "approved": 4,
    "approved_percent": 0.4,
    "readonly": 11,
    "readonly_percent": 1.2,
    "suggestions": 9,
    "comments": 0,
    "name": "yast-wol",
    "url": "https://l10n.opensuse.org/projects/yast-wol/"
}