Translation projects API.

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

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

{
    "total": 6237,
    "total_words": 45892,
    "last_change": "2023-01-10T17:09:13.032703Z",
    "recent_changes": 349,
    "translated": 3073,
    "translated_words": 20196,
    "translated_percent": 49.2,
    "translated_words_percent": 44.0,
    "translated_chars": 127325,
    "translated_chars_percent": 44.0,
    "total_chars": 288981,
    "fuzzy": 727,
    "fuzzy_percent": 11.6,
    "failing": 350,
    "failing_percent": 5.6,
    "approved": 9,
    "approved_percent": 0.1,
    "readonly": 81,
    "readonly_percent": 1.2,
    "suggestions": 6,
    "comments": 0,
    "name": "yast-nfs_server",
    "url": "https://l10n.opensuse.org/projects/yast-nfs_server/"
}