Languages API.

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

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

{
    "total": 6497,
    "total_words": 51605,
    "total_chars": 343625,
    "last_change": "2024-04-19T16:30:42.752492Z",
    "recent_changes": 3310,
    "translated": 5061,
    "translated_words": 36543,
    "translated_percent": 77.8,
    "translated_words_percent": 70.8,
    "translated_chars": 244764,
    "translated_chars_percent": 71.2,
    "fuzzy": 662,
    "fuzzy_percent": 10.1,
    "failing": 1157,
    "failing_percent": 17.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 21,
    "readonly_percent": 0.3,
    "suggestions": 0,
    "comments": 0,
    "name": "Azerbaijani",
    "url": "http://translate.pkp.sfu.ca/languages/az/"
}