Skynewz Api Fortnite
Connector for the skynewz-api-fortnite API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://skynewz-api-fortnite.herokuapp.com/api - Auth:
header:Authorization(pass your key via theapiKeyinput)
Operations
get_check— GET /check — Get Fortnite game statusget_news— GET /news — Get Fortnite Newsget_pve_info— GET /pve/info — Get Fortnite PVE Info (storm, etc)get_pve_user_username— GET /pve/user/{username} — Get PVE Stat by given usernameget_stats_id_plateform_id— GET /stats/id/{plateform}/{id} — Get user's stats by user idget_stats_plateform_username— GET /stats/{plateform}/{username} — Get user's stats by username
Inputs
apiKey— your skynewz-api-fortnite API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_check
apiKey: <your key>