Languages API.

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

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

{
    "total": 653,
    "total_words": 6360,
    "last_change": null,
    "recent_changes": 0,
    "translated": 7,
    "translated_words": 36,
    "translated_percent": 1.0,
    "translated_words_percent": 0.5,
    "translated_chars": 209,
    "translated_chars_percent": 0.4,
    "total_chars": 41957,
    "fuzzy": 8,
    "fuzzy_percent": 1.2,
    "failing": 8,
    "failing_percent": 1.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Serbian",
    "url": "https://l10n.opensuse.org/languages/sr@latn/"
}