Translation projects API.

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

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

{
    "total": 46452,
    "total_words": 4543199,
    "total_chars": 85751228,
    "last_change": "2024-04-05T13:30:04.682155Z",
    "recent_changes": 4613,
    "translated": 11505,
    "translated_words": 972324,
    "translated_percent": 24.7,
    "translated_words_percent": 21.4,
    "translated_chars": 17217584,
    "translated_chars_percent": 20.0,
    "fuzzy": 6722,
    "fuzzy_percent": 14.4,
    "fuzzy_words": 790277,
    "fuzzy_words_percent": 17.3,
    "fuzzy_chars": 13935842,
    "fuzzy_chars_percent": 16.2,
    "failing": 10471,
    "failing_percent": 22.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 7735,
    "readonly_percent": 16.6,
    "readonly_words": 757188,
    "readonly_words_percent": 16.6,
    "readonly_chars": 14291874,
    "readonly_chars_percent": 16.6,
    "suggestions": 0,
    "comments": 1,
    "name": "SDG Metadata",
    "url": "https://hosted.weblate.org/projects/sdg-metadata/"
}