Translation projects API.

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

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

{
    "total": 1470,
    "total_words": 64620,
    "last_change": "2023-04-10T20:45:58.309205Z",
    "recent_changes": 427,
    "translated": 937,
    "translated_words": 40090,
    "translated_percent": 63.7,
    "translated_words_percent": 62.0,
    "translated_chars": 249498,
    "translated_chars_percent": 62.0,
    "total_chars": 402045,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 34,
    "failing_percent": 2.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 98,
    "readonly_percent": 6.6,
    "suggestions": 0,
    "comments": 8,
    "name": "Diyseeds.org - articles",
    "url": "http://translate.diyseeds.org/projects/diyseeds-org-articles/"
}