Translation projects API.

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

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

{
    "total": 1925,
    "total_words": 13090,
    "last_change": "2024-01-30T17:02:16.263731Z",
    "recent_changes": 82,
    "translated": 1145,
    "translated_words": 6907,
    "translated_percent": 59.4,
    "translated_words_percent": 52.7,
    "translated_chars": 43253,
    "translated_chars_percent": 52.8,
    "total_chars": 81774,
    "fuzzy": 173,
    "fuzzy_percent": 8.9,
    "failing": 75,
    "failing_percent": 3.8,
    "approved": 1,
    "approved_percent": 0.1,
    "readonly": 25,
    "readonly_percent": 1.2,
    "suggestions": 0,
    "comments": 0,
    "name": "yast-tftp-server",
    "url": "https://l10n.opensuse.org/projects/yast-tftp-server/"
}