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": 4512,
    "total_words": 28688,
    "last_change": "2023-03-27T09:22:17.310841Z",
    "recent_changes": 744,
    "translated": 4488,
    "translated_words": 28510,
    "translated_percent": 99.4,
    "translated_words_percent": 99.3,
    "translated_chars": 155874,
    "translated_chars_percent": 99.3,
    "total_chars": 156832,
    "fuzzy": 24,
    "fuzzy_percent": 0.5,
    "failing": 1411,
    "failing_percent": 31.2,
    "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/"
}