Translation projects API.

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

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

{
    "total": 550,
    "total_words": 3036,
    "last_change": "2023-01-14T14:04:40.388236Z",
    "recent_changes": 122,
    "translated": 523,
    "translated_words": 2846,
    "translated_percent": 95.0,
    "translated_words_percent": 93.7,
    "translated_chars": 19129,
    "translated_chars_percent": 93.7,
    "total_chars": 20394,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 5,
    "failing_percent": 0.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 25,
    "readonly_percent": 4.5,
    "suggestions": 0,
    "comments": 0,
    "name": "yast-xpram",
    "url": "https://l10n.opensuse.org/projects/yast-xpram/"
}