Skip to content

Instantly share code, notes, and snippets.

@bencevans
Created February 24, 2013 16:34
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bencevans/5024457 to your computer and use it in GitHub Desktop.
Save bencevans/5024457 to your computer and use it in GitHub Desktop.
Unofficial We Are Hunted API (Used by their Spotify app)

Unofficial We Hunted API

I believe there used to be an official API however all the docs seems to of vanished so...

This API is used by the We Are Hunted Spotify App thus pretty stable. Reverse Engineered by @bencevans. Usage isn't to bring any harm to We Are Hunted, just for educational purposes obviously!

Formats

JSON

Base URL: http://spotifyapp.wearehunted.com/json

JSONP

Base URL: http://spotifyapp.wearehunted.com/jsonp

Any request should include a callback parameter in the querystring. e.g.

GET http://spotifyapp.wearehunted.com/jsonp/all/mainstream.json?callback=cookiemonster

Routes

Mainstream Chart

Hurl.it

GET /all/mainstream.json

Emerging Chart

Hurl.it

GET /all/emerging.json

Rock Chart

Hurl.it

GET /genre/rock.json

Alternative Chart

Hurl.it

GET /genre/alternative.json

Pop Chart

Hurl.it

GET /genre/pop.json

Electronic Chart

Hurl.it

GET /genre/electronic.json

Folk Chart

Hurl.it

GET /genre/folk.json

Metal Chart

Hurl.it

GET /genre/metal.json

Rap / Hip-Hop Chart

Hurl.it

GET /genre/rap-hip-hop.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment