Get JSON data from DistroWatch Page Hit.
this code here, in a console or from any site
fetch("https://linux-trend.vercel.app/api/last1months")
.then((response) => response.json())
.then((json) => console.log(json))
Following resources are available which you can access via our REST API.