What's new
  • Please note members who been with us for more than 10 years have been upgraded to "Veteran" status and will receive exclusive benefits. If you wish to find out more about this or support IcMag and get same benefits, check this thread here.
  • Important notice: ICMag's T.O.U. has been updated. Please review it here. For your convenience, it is also available in the main forum menu, under 'Quick Links"!

Anyone Dig Creating Small Data Applications? AxieInfinity.com Data Request

Douglas.Curtis

Autistic Diplomat in Training
I'm looking for an app or other method to display Axie stats in a useful format, off-site. It's difficult to wade through and pull stats when breeding, so I'm looking to have it in a more easily readable format.


Here's the data format for an axie
https://axieinfinity.com/api/axies/6 said:
{"id":6,"name":"Axie #6","owner":"0x730952cc677b1f432893d53cbf528baccbbf2441","genes":"32114653961709840768608836959719865520403130100794028473517228501822987309122","birthDate":1521001329,"sireId":0,"sireClass":null,"matronId":0,"matronClass":null,"stage":4,"class":"aquatic","title":"Origin","parts":[{"id":"eyes-tricky","name":"Tricky","class":"reptile","type":"eyes","mystic":false,"region":"global","stage":1,"moves":[]},{"id":"mouth-catfish","name":"Catfish","class":"aquatic","type":"mouth","mystic":false,"region":"global","stage":1,"moves":[{"id":"swallow","name":"Swallow","type":"melee","attack":19,"defense":6,"accuracy":79,"stage":1,"effects":[{"name":"Absorb","type":"active","description":"Damage done to the target is restored to the user."}]}]},{"id":"ears-ear-breathing","name":"Ear Breathing","class":"bug","type":"ears","mystic":false,"region":"global","stage":1,"moves":[]},{"id":"horn-clamshell","name":"Clamshell","class":"aquatic","type":"horn","mystic":false,"region":"global","stage":1,"moves":[{"id":"shell-slash","name":"Shell Slash","type":"melee","attack":24,"defense":10,"accuracy":81,"stage":1,"effects":[{"name":"Frenzy α","type":"active","description":"Successful attacks on target with \"class disadvantage\" apply a \"Frenzy α\" buff on user. This buff adds 3 damage to the affected Axie's next attack."}]}]},{"id":"back-hero","name":"Hero","class":"beast","type":"back","mystic":false,"region":"global","stage":1,"moves":[{"id":"tactical-combat","name":"Tactical Combat","type":"melee","attack":20,"defense":8,"accuracy":90,"stage":1,"effects":[{"name":"Smart Strike","type":"passive","description":"The user cannot be countered when using this move."}]}]},{"id":"tail-iguana","name":"Iguana","class":"reptile","type":"tail","mystic":false,"region":"global","stage":1,"moves":[{"id":"scale-dart","name":"Scale Dart","type":"ranged","attack":23,"defense":5,"accuracy":74,"stage":1,"effects":[]}]}],"level":1,"exp":400,"stats":{"hp":48,"speed":48,"skill":35,"morale":33},"figure":{"atlas":"https://axieinfinity.com/api/axies/6/c4b865181907163896cf6c6d5b6c1ab3.atlas","images":{"6.png":"https://axieinfinity.com/api/axies/6/c8d8bdbd97555635a6dffae4e83c23ea.png"},"model":"https://axieinfinity.com/api/axies/6/4d606e2235de5ecf265a2b56bdf56f83.json"},"unlocked":true,"auction":{"type":"sale","startingPrice":"8000000000000000000","endingPrice":"6000000000000000000","buyNowPrice":"6000000000000000000","suggestedPrice":"6001984126984126984","startingTime":"1533317301","duration":"604800","timeLeft":"0"}}

We (my wife and I) need to be able to enter a list of axies (each has a number, the listed data is for #6) and be able to dump to a csv or other file we can open in a spreadsheet.

The amount of data is simply overwhelming to be able to sort quickly. Any help is greatly appreciated. :) We would do this ourselves, but it's so not a field we're experienced with. Hoping it's an enlightening little project for someone who can enjoy it. :D
:tiphat:
 

Douglas.Curtis

Autistic Diplomat in Training
Some data points which would be useful in columns:
- Axie number
- Genes
- Stats HP/Speed/Skill/Morale
- Experience Points
- Points needed to breed (increases each breeding)
- Class Aquatic/Beast/Reptile/Etc.
- Attack/Defensive Moves Available


As I said, this isn't my forte. I use linux daily, so any scripts which would pull and coallate I can probably modify for future needs. :)
 
Last edited:
Top