Translation projects API.

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

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

{
    "total": 660,
    "total_words": 2370,
    "last_change": "2022-12-26T21:40:20.631327Z",
    "recent_changes": 296,
    "translated": 484,
    "translated_words": 1738,
    "translated_percent": 73.3,
    "translated_words_percent": 73.3,
    "translated_chars": 10219,
    "translated_chars_percent": 73.3,
    "total_chars": 13935,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 44,
    "readonly_percent": 6.6,
    "suggestions": 0,
    "comments": 1,
    "name": "Diyseeds.org",
    "url": "http://translate.diyseeds.org/projects/diyseeds-org/"
}