Translation projects API.

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

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

{
    "total": 4857,
    "total_words": 32038,
    "last_change": "2024-02-22T08:11:26.985306Z",
    "recent_changes": 171,
    "translated": 2691,
    "translated_words": 16710,
    "translated_percent": 55.4,
    "translated_words_percent": 52.1,
    "translated_chars": 114852,
    "translated_chars_percent": 51.9,
    "total_chars": 220874,
    "fuzzy": 754,
    "fuzzy_percent": 15.5,
    "failing": 511,
    "failing_percent": 10.5,
    "approved": 27,
    "approved_percent": 0.5,
    "readonly": 66,
    "readonly_percent": 1.3,
    "suggestions": 10,
    "comments": 0,
    "name": "yast-add-on",
    "url": "https://l10n.opensuse.org/projects/yast-add-on/"
}