Linux Trend API

Get JSON data from DistroWatch Page Hit.

Try it Run

this code here, in a console or from any site

fetch("https://linux-trend.vercel.app/api/last1months?pageSize=2&pageOffset=0")
  .then((response) => response.json())
  .then((json) => console.log(json));

Resources

Following resources are available which you can access via our REST API.