Translation projects API.

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

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

{
    "total": 17248,
    "total_words": 54824,
    "last_change": "2023-09-05T12:03:42.206104Z",
    "recent_changes": 542,
    "translated": 9955,
    "translated_words": 29072,
    "translated_percent": 57.7,
    "translated_words_percent": 53.0,
    "translated_chars": 193890,
    "translated_chars_percent": 52.2,
    "total_chars": 370909,
    "fuzzy": 1568,
    "fuzzy_percent": 9.0,
    "failing": 735,
    "failing_percent": 4.2,
    "approved": 18,
    "approved_percent": 0.1,
    "readonly": 224,
    "readonly_percent": 1.2,
    "suggestions": 0,
    "comments": 2,
    "name": "yast-tune",
    "url": "https://l10n.opensuse.org/projects/yast-tune/"
}