Languages API.

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

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

{
    "total": 1879,
    "total_words": 8264,
    "last_change": "2024-04-26T06:44:27.366924Z",
    "recent_changes": 82,
    "translated": 1845,
    "translated_words": 8041,
    "translated_percent": 98.1,
    "translated_words_percent": 97.3,
    "translated_chars": 51346,
    "translated_chars_percent": 97.0,
    "total_chars": 52906,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 2,
    "failing_percent": 0.1,
    "name": "Polish",
    "url": "http://i18n.foe-helper.com/languages/pl/"
}