Translation projects API.

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

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

{
    "total": 501025,
    "total_words": 3337530,
    "total_chars": 20988646,
    "last_change": "2024-04-26T08:54:16.914206Z",
    "recent_changes": 132,
    "translated": 172977,
    "translated_words": 1085038,
    "translated_percent": 34.5,
    "translated_words_percent": 32.5,
    "translated_chars": 6779348,
    "translated_chars_percent": 32.3,
    "fuzzy": 88839,
    "fuzzy_percent": 17.7,
    "fuzzy_words": 528474,
    "fuzzy_words_percent": 15.8,
    "fuzzy_chars": 3254483,
    "fuzzy_chars_percent": 15.5,
    "failing": 29403,
    "failing_percent": 5.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 10454,
    "readonly_percent": 2.0,
    "readonly_words": 69614,
    "readonly_words_percent": 2.0,
    "readonly_chars": 437731,
    "readonly_chars_percent": 2.0,
    "suggestions": 13091,
    "comments": 5,
    "name": "libvirt",
    "url": "https://translate.fedoraproject.org/projects/libvirt/"
}