Translation projects API.

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

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

{
    "total": 60674,
    "total_words": 171734,
    "last_change": "2024-04-10T07:32:56.792274Z",
    "recent_changes": 946,
    "translated": 44225,
    "translated_words": 99517,
    "translated_percent": 72.8,
    "translated_words_percent": 57.9,
    "translated_chars": 656084,
    "translated_chars_percent": 58.9,
    "total_chars": 1112680,
    "fuzzy": 3123,
    "fuzzy_percent": 5.1,
    "failing": 1231,
    "failing_percent": 2.0,
    "approved": 217,
    "approved_percent": 0.3,
    "readonly": 1014,
    "readonly_percent": 1.6,
    "suggestions": 4,
    "comments": 356,
    "name": "libzypp",
    "url": "https://l10n.opensuse.org/projects/libzypp/"
}