Get Fortnite user stats
GET {{base_url}}/stats/br/v2?name={{query_name}}
This request is triggered by the monitor run from the Discord Bot making a POST request. It captures the data from the POST request (like the Fortnite username) and sets it as an environment variable, then makes a request to the Fortnite API to actually get that user's stats.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
name | string |