Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ All requests to the API are subject to [rate limits](throttling.md).

The API is versioned, the version is reflected in the URL you use. The API root,
https://www.speedrun.com/api will redirect you to the current version. We promise to do our best to
never break a once published version of our API (sometimes we extend the current API with new
never break a once published version of our API (sometimes we extend the existing API with new
information, but we will not change existing fields).

If possible, please set a descriptive ``User-Agent`` HTTP header. This makes it easier for us to see
Expand Down
4 changes: 2 additions & 2 deletions version1/platforms.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Represented as JSON, a platform looks like this:

```json
{
"id": "rdjq4vwe",
"id": "jm95z9ol",
"name": "Nintendo Entertainment System",
"released": 2002,
"links": [{
Expand Down Expand Up @@ -46,7 +46,7 @@ This will retrieve a single platform, identified by its ID.

##### Example Requests

* [**GET /api/v1/platforms/rdjq4vwe**](https://www.speedrun.com/api/v1/platforms/rdjq4vwe) retrieves
* [**GET /api/v1/platforms/jm95z9ol**](https://www.speedrun.com/api/v1/platforms/jm95z9ol) retrieves
the NES.

##### Example Response
Expand Down