Translation projects API.

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

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

{
    "total": 882,
    "total_words": 7192,
    "last_change": "2022-09-01T07:27:46.707717Z",
    "recent_changes": 615,
    "translated": 781,
    "translated_words": 5866,
    "translated_percent": 88.5,
    "translated_words_percent": 81.5,
    "translated_chars": 39581,
    "translated_chars_percent": 81.8,
    "total_chars": 48342,
    "fuzzy": 2,
    "fuzzy_percent": 0.2,
    "failing": 6,
    "failing_percent": 0.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 66,
    "readonly_percent": 7.4,
    "suggestions": 0,
    "comments": 2,
    "name": "Diyseeds.org - persons",
    "url": "http://translate.diyseeds.org/projects/diyseeds-org-persons/"
}