Translation projects API.

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

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

{
    "total": 5774,
    "total_words": 39618,
    "last_change": "2024-03-06T08:50:55.452055Z",
    "recent_changes": 654,
    "translated": 4019,
    "translated_words": 26684,
    "translated_percent": 69.6,
    "translated_words_percent": 67.3,
    "translated_chars": 182538,
    "translated_chars_percent": 67.0,
    "total_chars": 272042,
    "fuzzy": 240,
    "fuzzy_percent": 4.1,
    "failing": 69,
    "failing_percent": 1.1,
    "approved": 1055,
    "approved_percent": 18.2,
    "readonly": 289,
    "readonly_percent": 5.0,
    "suggestions": 1,
    "comments": 3,
    "name": "rmt",
    "url": "https://l10n.opensuse.org/projects/rmt/"
}