Languages API.

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

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

{
    "total": 1579,
    "total_words": 6501,
    "last_change": "2021-04-25T02:48:16.739562Z",
    "recent_changes": 1,
    "translated": 6,
    "translated_words": 12,
    "translated_percent": 0.3,
    "translated_words_percent": 0.1,
    "translated_chars": 77,
    "translated_chars_percent": 0.1,
    "total_chars": 41228,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "failing": 1,
    "failing_percent": 0.1,
    "name": "Finnish",
    "url": "http://i18n.foe-helper.com/languages/fi/"
}