Translation projects API.

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

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

{
    "total": 5613,
    "total_words": 43059,
    "last_change": "2024-03-18T18:37:53.330626Z",
    "recent_changes": 605,
    "translated": 1334,
    "translated_words": 8613,
    "translated_percent": 23.7,
    "translated_words_percent": 20.0,
    "translated_chars": 58133,
    "translated_chars_percent": 19.9,
    "total_chars": 291238,
    "fuzzy": 1593,
    "fuzzy_percent": 28.3,
    "failing": 805,
    "failing_percent": 14.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 73,
    "readonly_percent": 1.3,
    "suggestions": 33,
    "comments": 0,
    "name": "yast-sap-installation-wizard",
    "url": "https://l10n.opensuse.org/projects/yast-sap-installation-wizard/"
}