目前提供的 API 類別
GET /api/v2/test
測試服務器狀態接口 :
https://netlify-api.netfox.wiki/api/v2/test
參數 :
None: 不須附帶任何參數
GET /api/v2/GetTicket
獲取 PlayFab 票據接口 :
https://netlify-api.netfox.wiki/api/v2/GetTicket?BadST=[ true / false ]參數 :
BadST: 可選擇是否添加
GET /api/v2/GetSteamId
獲取用戶 SteamID接口 :
https://netlify-api.netfox.wiki/api/v2/GetSteamId?player=[ URL / SteamID / Username ]參數 :
- *
player: 用戶資料
- *
GET /api/v2/GetSteamSummary
獲取 STEAM 用戶資料接口 :
https://netlify-api.netfox.wiki/api/v2/GetSteamSummary?steamid=[ SteamID ]參數 :
- *
steamid: 用戶 SteamID
- *
GET /api/v2/GetSARstats
獲取 SAR 資料接口 :
https://netlify-api.netfox.wiki/api/v2/GetSARstats?steamid=[ SteamID ]參數 :
- *
stemaid: 用戶 SteamID
- *
GET /api/v2/leaderboard
獲取排行榜接口 :
https://netlify-api.netfox.wiki/api/v2/leaderboard?item=[ Item ]參數 :
- *
item: 排行榜類型
- *
GET /api/v2/contrast
玩家 PK接口 :
https://netlify-api.netfox.wiki/api/v2/contrast?player1=[ Player1 ]&player2=[ Player2 ]
參數 :
- *
player1: Player 1 的 SteamID
- *
player2: Player 2 的 SteamID
- *
GET /api/v2/SteamToPlayfab
獲取 PlayFabID接口 :
https://netlify-api.netfox.wiki/api/v2/SteamToPlayfab?steamid=[ SteamID ]參數 :
- *
steamid: 用戶 SteamID
- *
GET /api/v2/GetGroupSummary
同時獲得更多 STEAM 用戶資料接口 :
https://netlify-api.netfox.wiki/api/v2/GetGroupSummary?steamid=[ SteamID1, SteamID2, SteamID3 ... ]參數 :
- *
steamid: 用戶 SteamID,可以一直添加
- *
GET /api/v2/PGSInfo
使用 PlayFabID ' 嘗試 ' 獲取 STEAM 用戶資料接口 :
https://netlify-api.netfox.wiki/api/v2/PGSInfo?playfabId=[ PlayfabID ]參數 :
- *
playfabId: 用戶 PlayFabID
- *
GET /api/v2/proficiency
獲取用戶擊殺數接口 :
https://netlify-api.netfox.wiki/api/v2/proficiency?steamid=[ SteamID ]&item=[ Item ]
參數 :
- *
steamid: 用戶 SteamID
- *
item: 對應武器名稱
- *
GET /api/v2/Sitestats
獲取計數器接口 :
https://netlify-api.netfox.wiki/api/v2/Sitestats
參數 :
None: 不須附帶任何參數
GET /api/v2/Searches
查詢 被查詢次數接口 :
https://netlify-api.netfox.wiki/api/v2/Searches?steamid=[ steamid ]參數 :
- *
steamid: 用戶 SteamID
- *
GET /api/v2/version
獲取當前版本接口 :
https://netlify-api.netfox.wiki/api/v2/version?mode=[ mode ]參數 :
mode: 模式選擇,默認 new
POST /api/v2/login
確認 STEAM OpenID 登入接口 :
https://netlify-api.netfox.wiki/api/v2/login
參數 :
- *
ns: OpenID ns 返回參數
- *
op_endpoint: OpenID op_enpoint 返回參數
- *
claimed_id: OpenID claimed_id 返回參數
- *
identity: OpenID identity 返回參數
- *
return_to: OpenID return_to 返回參數
- *
response_nonce: OpenID response_nonce 返回參數
- *
assoc_handle: OpenID assoc_handle 返回參數
- *
signed: OpenID signed 返回參數
- *
sig: OpenID sig 返回參數
- *
Copyright © 2024 NETFOX-SAR-API All rights reserved.