Translation projects API.

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

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

{
    "total": 6194,
    "total_words": 41154,
    "last_change": "2024-05-04T14:41:29.548601Z",
    "recent_changes": 45,
    "translated": 5444,
    "translated_words": 35806,
    "translated_percent": 87.8,
    "translated_words_percent": 87.0,
    "translated_chars": 239189,
    "translated_chars_percent": 87.2,
    "total_chars": 274265,
    "fuzzy": 98,
    "fuzzy_percent": 1.5,
    "failing": 159,
    "failing_percent": 2.5,
    "approved": 133,
    "approved_percent": 2.1,
    "readonly": 326,
    "readonly_percent": 5.2,
    "suggestions": 5,
    "comments": 0,
    "name": "yast-s390",
    "url": "https://l10n.opensuse.org/projects/yast-s390/"
}