API for the decks on scrolldier

Output in JSON:

DeckData Object
(
    [id] => Int
    [name] => String
    [author] => String
    [meta_version] => String
    [image] => String
    [time] => String
    [percentage] => Array
    [scroll_count] => Int
    [total_cost] => Int
    [vote_up] => Int
    [vote_down] => Int
    [kinds] => Array				
    [types] => Array
    [rarities] => Array
    [resources] => Array
    [curve] => Array
    [scrolls] => Array (
		[0] => Scroll Object (
	        [id] => Int
	        [name] => String
	        [count] => Int
	        [rarity] => Int
	        [faction] => String
	        [image] => Int
			)
		)
	)

Example:

api.scrolldier.com/deck/['Deck ID']
api.scrolldier.com/deck/71
api.scrolldier.com/deck/63

API for the scrolls in decks on scrolldier

Output in JSON:

DeckData Object
(
	[id] => Int
	[name] => String
	[usedIn] => Int
	[percentageOfTotal] => Double
	[image] => String
	[decks] => array

)

Example:

api.scrolldier.com/deck/['Scroll ID']
api.scrolldier.com/scroll/1
api.scrolldier.com/scroll/2

Requiers jQuery
<script src="http://api.scrolldier.com/js/min/scrolldier-min.js"></script>
or download it here

Scroll on hover:


By Name

<href="#scrolls">Fodder Pit</a> Fodder Pit
<href="#scrolls">Gravelock Elder</a> Resonant helm
<href="#scrolls">Snargl</a> Snargl
<href="#scrolls">Snargl Brain</a>Snargl Brain

By Id

<a href="#scrolls" data-id="1">This is a scroll</a> This is a scroll
<a href="#scrolls" data-id="2">Another Scroll</a> Another Scroll

Deck on hover

<a href="http://scrolldier.com/deck/2001">Deck id 2001</a> Deck id 2001
<a href="http://scrolldier.com/deck/123">http://scrolldier.com/deck/123</a> http://scrolldier.com/deck/123
<a href="http://scrolldier.com/deck/0">Any text</a> Any text