Translation projects API.

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

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

{
    "total": 1155,
    "total_words": 5236,
    "last_change": "2023-03-21T15:12:41.172398Z",
    "recent_changes": 106,
    "translated": 565,
    "translated_words": 2121,
    "translated_percent": 48.9,
    "translated_words_percent": 40.5,
    "translated_chars": 13310,
    "translated_chars_percent": 39.5,
    "total_chars": 33649,
    "fuzzy": 140,
    "fuzzy_percent": 12.1,
    "failing": 25,
    "failing_percent": 2.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 15,
    "readonly_percent": 1.2,
    "suggestions": 0,
    "comments": 0,
    "name": "yast-cio",
    "url": "https://l10n.opensuse.org/projects/yast-cio/"
}