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": 2205,
    "total_words": 16775,
    "last_change": "2024-02-28T17:56:45.497362Z",
    "recent_changes": 60,
    "translated": 2203,
    "translated_words": 16769,
    "translated_percent": 99.9,
    "translated_words_percent": 99.9,
    "translated_chars": 100112,
    "translated_chars_percent": 99.9,
    "total_chars": 100148,
    "fuzzy": 2,
    "fuzzy_percent": 0.1,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Polish",
    "url": "https://translate.pdfforge.org/languages/pl/"
}