Translation projects API.

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

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

{
    "total": 184,
    "total_words": 418,
    "last_change": "2020-07-28T08:51:28.391822Z",
    "recent_changes": 151,
    "translated": 170,
    "translated_words": 386,
    "translated_percent": 92.3,
    "translated_words_percent": 92.3,
    "translated_chars": 2456,
    "translated_chars_percent": 92.3,
    "total_chars": 2660,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 1,
    "failing_percent": 0.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 8,
    "readonly_percent": 4.3,
    "suggestions": 6,
    "comments": 2,
    "name": "libgettextdemo",
    "url": "https://l10n.opensuse.org/projects/libgettextdemo/"
}