Translation projects API.

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

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

{
    "total": 6239,
    "total_words": 37501,
    "last_change": "2023-01-09T17:46:21.153170Z",
    "recent_changes": 373,
    "translated": 3445,
    "translated_words": 19659,
    "translated_percent": 55.2,
    "translated_words_percent": 52.4,
    "translated_chars": 136202,
    "translated_chars_percent": 52.7,
    "total_chars": 258428,
    "fuzzy": 697,
    "fuzzy_percent": 11.1,
    "failing": 395,
    "failing_percent": 6.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 82,
    "readonly_percent": 1.3,
    "suggestions": 0,
    "comments": 0,
    "name": "yast-oneclickinstall",
    "url": "https://l10n.opensuse.org/projects/yast-oneclickinstall/"
}