Raw

Make direct requests to the riot server and get the response without additional parsing from us

post

Get unchanged response from the valorant api

Authorizations
Body
typestringOptional

Can also be an array

Example: matchdetails
valuestringOptionalExample: 696848f3-f16f-45bf-af13-e2192f81a600
regionstringOptionalExample: eu
queriesstring | nullableOptional
Responses
200
https://github.com/techchrism/valorant-api-docs/
post
POST /valorant/v1/raw HTTP/1.1
Host: api.henrikdev.xyz
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 101

{
  "type": "matchdetails",
  "value": "696848f3-f16f-45bf-af13-e2192f81a600",
  "region": "eu",
  "queries": "text"
}

Last updated