
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
An updated Valorant api wrapper based on Henrik-3's unofficial-valorant-api, written in TypeScript
Just another Valorant API wrapper written in TypeScript, based on Henrik-3's unofficial-valorant-api!
You require an API key to use the wrapper, you can retrieve an API key via Henrik-3's discord server, please don't abuse the API, don't ruin it for everyone else:)
npm install valo-api
import VALOAPI from "valo-api";
const valApi = new VALOAPI("yourApiKey"); // Example API key: "zQI1-tV9GH-Tima-k8fN-pXj6-2QQVyKFjDYf"
async function fetchUserDetails() {
const getUser = await valApi.getAccount({name: "Ryumin", tag: "ELI"});
return console.log(getUser);
}
{
status: 200,
data: {
puuid: 'c5050e26-bf7d-569e-a8e3-a5af8ca3ba30',
region: 'ap',
account_level: 271,
name: 'Ryumin',
tag: 'ELI',
card: {
small: 'https://media.valorant-api.com/playercards/910ace70-4d3b-3c53-2c55-5f9fa179caa8/smallart.png',
large: 'https://media.valorant-api.com/playercards/910ace70-4d3b-3c53-2c55-5f9fa179caa8/largeart.png',
wide: 'https://media.valorant-api.com/playercards/910ace70-4d3b-3c53-2c55-5f9fa179caa8/wideart.png',
id: '910ace70-4d3b-3c53-2c55-5f9fa179caa8'
},
last_update: 'an hour ago',
last_update_raw: 1715867399
},
ratelimits: { used: 1, remaining: 29, reset: 60 },
error: null,
url: 'https://api.henrikdev.xyz/valorant/v1/account/Ryumin/ELI'
}
If you encounter any issues, you can create an issue or you can message me on discord @byue
FAQs
An updated Valorant api wrapper based on Henrik-3's unofficial-valorant-api, written in TypeScript
We found that valo-api demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.