-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
19 lines (19 loc) · 1.05 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<h2>GET <code>/arsenal</code></h2>
<h3>Arguments</h3>
<ul>
<li><code>account</code> — required</li>
<li><code>platform</code> — either <code>pc</code>, <code>ps4</code>, <code>xb1</code>, <code>swi</code>, or <code>mob</code> — optional, defaults to <code>pc</code></li>
</ul>
<h3>Response</h3>
<p>If the response code is 200, the data is valid JSON; either an object or null if the user doesn't exist or did not enable "Agree to have your Loadout information shared publicly with the Warframe Arsenal Twitch Extension".</p>
<br>
<h2>GET <code>/profile</code></h2>
<h3>Arguments</h3>
<ul>
<li><code>account</code> — required</li>
<li><code>platform</code> — either <code>pc</code>, <code>ps4</code>, <code>xb1</code>, <code>swi</code>, or <code>mob</code> — optional, defaults to <code>pc</code></li>
</ul>
<h3>Response</h3>
<p>If the response code is 200, the data is valid JSON; either an object or null if the user doesn't exist.</p>
<br>
<p>This service is <a href="https://github.com/calamity-inc/conduit.browse.wf">open-source</a>.</p>