https://api.visitors.now/v1/project/countReturns the number of visitors currently online.
const res = await fetch("https://api.visitors.now/v1/project/count", {
headers: { Authorization: `Bearer ${VISITORS_API_KEY}` },
});
const data = await res.json();{
"count": 42
}Number of visitors currently online (active in the last 5 minutes).