Translation projects API.

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

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

{
    "total": 227436,
    "total_words": 4186111,
    "last_change": "2021-01-29T21:17:18.455813Z",
    "recent_changes": 2046,
    "translated": 124074,
    "translated_words": 2223066,
    "translated_percent": 54.5,
    "translated_words_percent": 53.1,
    "translated_chars": 18747469,
    "translated_chars_percent": 52.6,
    "total_chars": 35606316,
    "fuzzy": 17106,
    "fuzzy_percent": 7.5,
    "failing": 49060,
    "failing_percent": 21.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 41194,
    "readonly_percent": 18.1,
    "suggestions": 28,
    "comments": 31,
    "name": "FreeBSD Doc (Archived)",
    "url": "https://translate-dev.freebsd.org/projects/freebsd-doc/"
}