Translation projects API.

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

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

{
    "total": 6316,
    "total_words": 33420,
    "last_change": "2023-03-31T04:12:09.272939Z",
    "recent_changes": 147,
    "translated": 2386,
    "translated_words": 10459,
    "translated_percent": 37.7,
    "translated_words_percent": 31.2,
    "translated_chars": 74523,
    "translated_chars_percent": 30.8,
    "total_chars": 241253,
    "fuzzy": 1641,
    "fuzzy_percent": 25.9,
    "failing": 370,
    "failing_percent": 5.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 83,
    "readonly_percent": 1.3,
    "suggestions": 25,
    "comments": 0,
    "name": "yast-crowbar",
    "url": "https://l10n.opensuse.org/projects/yast-crowbar/"
}