Languages API.

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

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

{
    "total": 284379,
    "total_words": 2401024,
    "total_chars": 19040837,
    "last_change": "2024-05-01T17:11:01.132014Z",
    "recent_changes": 932,
    "translated": 205945,
    "translated_words": 1340028,
    "translated_percent": 72.4,
    "translated_words_percent": 55.8,
    "translated_chars": 9975655,
    "translated_chars_percent": 52.3,
    "fuzzy": 25,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 1610,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 10606,
    "fuzzy_chars_percent": 0.1,
    "failing": 1100,
    "failing_percent": 0.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 47,
    "readonly_percent": 0.1,
    "readonly_words": 78,
    "readonly_words_percent": 0.1,
    "readonly_chars": 560,
    "readonly_chars_percent": 0.1,
    "suggestions": 14,
    "comments": 1,
    "name": "Galician",
    "url": "https://translations.documentfoundation.org/languages/gl/"
}