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": 704,
    "total_words": 2528,
    "last_change": "2024-11-13T17:23:19.471174Z",
    "recent_changes": 356,
    "translated": 524,
    "translated_words": 1833,
    "translated_percent": 74.4,
    "translated_words_percent": 72.5,
    "translated_chars": 10756,
    "translated_chars_percent": 72.3,
    "total_chars": 14864,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 3,
    "failing_percent": 0.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 44,
    "readonly_percent": 6.2,
    "suggestions": 0,
    "comments": 1,
    "name": "Diyseeds.org",
    "url": "http://translate.diyseeds.org/projects/diyseeds-org/"
}