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": 40631,
    "total_words": 245704,
    "last_change": "2024-02-13T15:35:26.757521Z",
    "recent_changes": 658,
    "translated": 24265,
    "translated_words": 108865,
    "translated_percent": 59.7,
    "translated_words_percent": 44.3,
    "translated_chars": 736001,
    "translated_chars_percent": 43.3,
    "total_chars": 1696733,
    "fuzzy": 7010,
    "fuzzy_percent": 17.2,
    "failing": 3318,
    "failing_percent": 8.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 7,
    "readonly_percent": 0.1,
    "suggestions": 3706,
    "comments": 0,
    "name": "Galician",
    "url": "https://l10n.opensuse.org/languages/gl/"
}