Languages API.

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

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

{
    "total": 39895,
    "total_words": 237029,
    "last_change": "2017-07-12T22:53:18.871232Z",
    "recent_changes": 2,
    "translated": 8641,
    "translated_words": 24631,
    "translated_percent": 21.6,
    "translated_words_percent": 10.3,
    "translated_chars": 176693,
    "translated_chars_percent": 10.7,
    "total_chars": 1637494,
    "fuzzy": 10290,
    "fuzzy_percent": 25.7,
    "failing": 2644,
    "failing_percent": 6.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 7,
    "readonly_percent": 0.1,
    "suggestions": 3,
    "comments": 0,
    "name": "Serbian",
    "url": "https://l10n.opensuse.org/languages/sr/"
}