pokemon-showdown-client/replays
2023-10-20 00:13:17 -05:00
..
js Update Battle class API (#1686) 2021-01-23 13:17:23 -08:00
theme Remove SoundManager dependency (#1563) 2020-07-23 12:51:47 -07:00
.htaccess Add JSON API for replays 2020-04-16 03:53:00 -04:00
404.php Update button phrasing in replay 404 page (#1339) 2019-07-26 15:00:40 -05:00
503.php Add replay database code to version control (#1301) 2019-06-14 17:48:34 +09:00
apple-touch-icon.png Add replay database code to version control (#1301) 2019-06-14 17:48:34 +09:00
battle.log.php Fix 'Content-Type' capitalization 2020-04-18 10:42:01 -04:00
battle.php Fix speed buttons on downloaded replays (#2162) 2023-10-20 00:13:17 -05:00
build Replays: don't add hash to <a> tags 2023-10-07 08:22:30 -04:00
converter.lib.php Fix missed instances of renaming Pokemon#species (#1486) 2020-03-27 20:21:48 -07:00
favicon.ico Add replay database code to version control (#1301) 2019-06-14 17:48:34 +09:00
index.php Remove objectionable replays from the homepage (#1727) 2021-03-04 18:31:12 -05:00
ps_prepreplays.sql Add replay database schema 2019-06-21 16:27:33 +09:00
ps_replays.sql Update database schemas (#1546) 2020-07-09 04:59:45 -07:00
README.md Improve and document replay search API 2020-04-16 03:53:00 -04:00
replay-config.example.inc.php Add replay database code to version control (#1301) 2019-06-14 17:48:34 +09:00
replays.lib.php Sync ps-web with master (#2122) 2023-06-02 16:28:04 -04:00
search.json.php Fix 'Content-Type' capitalization 2020-04-18 10:42:01 -04:00
search.php Unify username and format replay search internals (#1346) 2019-08-12 04:26:48 -07:00
turn-image.php Standardize file/directory names in sprites/ (#1370) 2019-09-13 00:55:55 -07:00
warstory.php Refactor sides to use .isFar over .n for graphics (#1658) 2020-11-24 06:11:02 -08:00

PS replays database

This is the code powering https://replay.pokemonshowdown.com/

JSON API

The replays database has a JSON API, documented at:

https://github.com/smogon/pokemon-showdown-client/blob/master/WEB-API.md