Translation projects API.

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

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

{
    "total": 4230,
    "total_words": 26895,
    "last_change": "2023-03-27T09:22:17.310841Z",
    "recent_changes": 744,
    "translated": 4206,
    "translated_words": 26717,
    "translated_percent": 99.4,
    "translated_words_percent": 99.3,
    "translated_chars": 146072,
    "translated_chars_percent": 99.3,
    "total_chars": 147030,
    "fuzzy": 24,
    "fuzzy_percent": 0.5,
    "failing": 1132,
    "failing_percent": 26.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Diyseeds.org - subtitles",
    "url": "http://translate.diyseeds.org/projects/diyseeds-org-subtitles/"
}