Translation projects API.

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

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

{
    "total": 290,
    "total_words": 29377,
    "last_change": "2023-01-05T05:29:52.695305Z",
    "recent_changes": 87,
    "translated": 238,
    "translated_words": 23299,
    "translated_percent": 82.0,
    "translated_words_percent": 79.3,
    "translated_chars": 151052,
    "translated_chars_percent": 79.4,
    "total_chars": 190008,
    "fuzzy": 2,
    "fuzzy_percent": 0.6,
    "failing": 106,
    "failing_percent": 36.5,
    "approved": 1,
    "approved_percent": 0.3,
    "readonly": 10,
    "readonly_percent": 3.4,
    "suggestions": 2,
    "comments": 0,
    "name": "skelcd-openSUSE",
    "url": "https://l10n.opensuse.org/projects/skelcd-opensuse/"
}