Translation projects API.

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

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

{
    "total": 231,
    "total_words": 1001,
    "last_change": "2023-03-24T00:20:04.812454Z",
    "recent_changes": 33,
    "translated": 88,
    "translated_words": 381,
    "translated_percent": 38.0,
    "translated_words_percent": 38.0,
    "translated_chars": 2373,
    "translated_chars_percent": 38.0,
    "total_chars": 6237,
    "fuzzy": 62,
    "fuzzy_percent": 26.8,
    "failing": 36,
    "failing_percent": 15.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 3,
    "readonly_percent": 1.2,
    "suggestions": 1,
    "comments": 0,
    "name": "yast-slp",
    "url": "https://l10n.opensuse.org/projects/yast-slp/"
}