Translation projects API.

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

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

{
    "total": 1848,
    "total_words": 10934,
    "last_change": "2024-04-01T23:19:09.864747Z",
    "recent_changes": 195,
    "translated": 909,
    "translated_words": 4955,
    "translated_percent": 49.1,
    "translated_words_percent": 45.3,
    "translated_chars": 35510,
    "translated_chars_percent": 45.3,
    "total_chars": 78386,
    "fuzzy": 374,
    "fuzzy_percent": 20.2,
    "failing": 87,
    "failing_percent": 4.7,
    "approved": 3,
    "approved_percent": 0.1,
    "readonly": 24,
    "readonly_percent": 1.2,
    "suggestions": 3,
    "comments": 0,
    "name": "yast-rdp",
    "url": "https://l10n.opensuse.org/projects/yast-rdp/"
}