Translation projects API.

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

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

{
    "total": 5853,
    "total_words": 36771,
    "total_chars": 247513,
    "last_change": "2025-12-15T14:30:51.316601Z",
    "recent_changes": 51,
    "translated": 3743,
    "translated_words": 22613,
    "translated_percent": 63.9,
    "translated_words_percent": 61.4,
    "translated_chars": 154113,
    "translated_chars_percent": 62.2,
    "fuzzy": 92,
    "fuzzy_percent": 1.5,
    "fuzzy_words": 627,
    "fuzzy_words_percent": 1.7,
    "fuzzy_chars": 4332,
    "fuzzy_chars_percent": 1.7,
    "failing": 202,
    "failing_percent": 3.4,
    "approved": 73,
    "approved_percent": 1.2,
    "approved_words": 457,
    "approved_words_percent": 1.2,
    "approved_chars": 3092,
    "approved_chars_percent": 1.2,
    "readonly": 746,
    "readonly_percent": 12.7,
    "readonly_words": 4658,
    "readonly_words_percent": 12.6,
    "readonly_chars": 31534,
    "readonly_chars_percent": 12.7,
    "suggestions": 13,
    "comments": 1,
    "name": "DigiAgriApp",
    "url": "https://weblate.osgeo.org/projects/digiagriapp/"
}