Languages API.

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

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

{
    "total": 3209,
    "total_words": 13290,
    "last_change": "2025-03-10T17:45:00.441462Z",
    "recent_changes": 850,
    "translated": 2250,
    "translated_words": 5605,
    "translated_percent": 70.1,
    "translated_words_percent": 42.1,
    "translated_chars": 36475,
    "translated_chars_percent": 41.4,
    "total_chars": 87941,
    "fuzzy": 14,
    "fuzzy_percent": 0.4,
    "failing": 48,
    "failing_percent": 1.4,
    "name": "Punjabi",
    "url": "https://translate.lxqt-project.org/languages/pa/"
}