Translation projects API.

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

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

{
    "total": 1558,
    "total_words": 8949,
    "last_change": "2024-03-27T15:39:17.649621Z",
    "recent_changes": 433,
    "translated": 1388,
    "translated_words": 8033,
    "translated_percent": 89.0,
    "translated_words_percent": 89.7,
    "translated_chars": 54543,
    "translated_chars_percent": 90.2,
    "total_chars": 60458,
    "fuzzy": 27,
    "fuzzy_percent": 1.7,
    "failing": 9,
    "failing_percent": 0.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 82,
    "readonly_percent": 5.2,
    "suggestions": 0,
    "comments": 0,
    "name": "yast-rmt",
    "url": "https://l10n.opensuse.org/projects/yast-rmt/"
}