https://github.com/r3b311i0n/riot-pixels-scraper
A REST-like scraper for en.riotpixels.com.
https://github.com/r3b311i0n/riot-pixels-scraper
rest rest-api scraper typescript
Last synced: 20 days ago
JSON representation
A REST-like scraper for en.riotpixels.com.
- Host: GitHub
- URL: https://github.com/r3b311i0n/riot-pixels-scraper
- Owner: r3b311i0n
- License: mit
- Created: 2017-07-13T17:16:57.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-18T01:21:08.000Z (almost 9 years ago)
- Last Synced: 2025-11-12T12:22:21.502Z (8 months ago)
- Topics: rest, rest-api, scraper, typescript
- Language: TypeScript
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RPS - Riot Pixels Scraper 
A REST-like scraper for [en.riotpixels.com](http://en.riotpixels.com)
(~~please don't sue me~~).
### Endpoints:
* /games/game-title
e.g.
http://localhost:3000/games/witcher-3-wild-hunt
***
{
"title": "Witcher 3: Wild Hunt, The",
"cover": "http://s01.riotpixels.net/data/ee/44/ee44f63d-ded1-4523-b799-67e826535ea1.jpg.240p.jpg",
"developers": [
"CD Projekt RED"
],
"publishers": [
"Spike Chunsoft"
],
"score": 87,
"platforms": [
"PC",
"Microsoft Xbox One",
"Sony PlayStation 4"
]
}
* /companies/company-name
e.g.
http://localhost:3000/companies/cd-projekt-red-s-a
***
{
"title": "CD Projekt RED S.A.",
"platforms": [
"PC",
"Microsoft Xbox One",
"Sony PlayStation 4",
"Sony PlayStation 3",
"Microsoft Xbox 360",
"Android",
"Apple iOS",
"Apple Mac"
]
}
***
##### Thanks: http://en.riotpixels.com