Translation projects API.

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

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

{
    "total": 1540,
    "total_words": 12628,
    "last_change": "2022-12-31T21:18:37.100092Z",
    "recent_changes": 165,
    "translated": 1022,
    "translated_words": 7135,
    "translated_percent": 66.3,
    "translated_words_percent": 56.5,
    "translated_chars": 45296,
    "translated_chars_percent": 57.2,
    "total_chars": 79079,
    "fuzzy": 44,
    "fuzzy_percent": 2.8,
    "failing": 52,
    "failing_percent": 3.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 20,
    "readonly_percent": 1.2,
    "suggestions": 3,
    "comments": 0,
    "name": "yast-samba-users",
    "url": "https://l10n.opensuse.org/projects/yast-samba-users/"
}