Translation projects API.

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

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

{
    "total": 1080,
    "total_words": 3720,
    "last_change": "2023-12-04T13:09:02.971009Z",
    "recent_changes": 472,
    "translated": 756,
    "translated_words": 2604,
    "translated_percent": 70.0,
    "translated_words_percent": 70.0,
    "translated_chars": 18592,
    "translated_chars_percent": 70.0,
    "total_chars": 26560,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 11,
    "failing_percent": 1.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 54,
    "readonly_percent": 5.0,
    "suggestions": 4,
    "comments": 2,
    "name": "yast-samba-provision",
    "url": "https://l10n.opensuse.org/projects/yast-samba-provision/"
}