Translation projects API.

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

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

{
    "total": 616,
    "total_words": 847,
    "last_change": "2022-12-31T20:57:56.250495Z",
    "recent_changes": 50,
    "translated": 324,
    "translated_words": 417,
    "translated_percent": 52.5,
    "translated_words_percent": 49.2,
    "translated_chars": 2441,
    "translated_chars_percent": 46.6,
    "total_chars": 5236,
    "fuzzy": 110,
    "fuzzy_percent": 17.8,
    "failing": 12,
    "failing_percent": 1.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 8,
    "readonly_percent": 1.2,
    "suggestions": 0,
    "comments": 0,
    "name": "yast-opensuse_mirror",
    "url": "https://l10n.opensuse.org/projects/yast-opensuse_mirror/"
}