-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
37 lines (32 loc) · 1.45 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html>
<head>
<title>Pouët 2.0 API</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
<h1>pouët.net 2.0 API</h1>
<h2>Endpoints</h2>
<dl>
<dt>https://api.pouet.net/v1/prod/?id=1</dt>
<dt>https://api.pouet.net/v1/prod/?random=true</dt>
<dt>https://api.pouet.net/v1/prod/comments/?id=1</dt>
<dt>https://api.pouet.net/v1/group/?id=1</dt>
<dt>https://api.pouet.net/v1/search/prod/?q=[...]</dt>
<dt>https://api.pouet.net/v1/search/party/?q=[...]</dt>
<dt>https://api.pouet.net/v1/party/?id=1&year=2000</dt>
<dt>https://api.pouet.net/v1/user/?id=1</dt>
<dt>https://api.pouet.net/v1/board/?id=1</dt>
<dt>https://api.pouet.net/v1/lists/?id=1</dt>
<dt>https://api.pouet.net/v1/stats/</dt>
<dt>https://api.pouet.net/v1/enums/platforms/</dt>
<dt>https://api.pouet.net/v1/front-page/latest-added/</dt>
<dt>https://api.pouet.net/v1/front-page/latest-released/</dt>
<dt>https://api.pouet.net/v1/front-page/alltime-top/</dt>
<dt>https://api.pouet.net/v1/front-page/top-of-the-month/</dt>
</dl>
<p>More to come, mostly on demand. Data structures are subject to change without notice.</p>
<p>Source available for contribution at <a href="https://github.com/pouetnet/pouet2.0-api">https://github.com/pouetnet/pouet2.0-api</a></p>
<p>Want to do something on the entire dataset? Download our <a href="https://data.pouet.net/">periodic complete data dumps</a> of the API.</p>
</body>
</html>