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": 948,
    "total_words": 7718,
    "last_change": "2024-10-30T12:02:40.760854Z",
    "recent_changes": 634,
    "translated": 799,
    "translated_words": 6050,
    "translated_percent": 84.2,
    "translated_words_percent": 78.3,
    "translated_chars": 40798,
    "translated_chars_percent": 78.6,
    "total_chars": 51882,
    "fuzzy": 2,
    "fuzzy_percent": 0.2,
    "failing": 7,
    "failing_percent": 0.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 66,
    "readonly_percent": 6.9,
    "suggestions": 0,
    "comments": 2,
    "name": "Diyseeds.org - persons",
    "url": "http://translate.diyseeds.org/projects/diyseeds-org-persons/"
}