Dr Ishmael.9685:

I’ve compiled all the item data, including ALL possible data elements, into a set of pipe-delimited CSV files. (Pipe because comma and semicolon are commonly used within descriptions and I didn’t want to bother with quoting stuff.)

They’re all in the following folder on GDrive: https://drive.google.com/folderview?id=0B5NobLNMdY89X05tZjZaTUo2X1U&usp=sharing

Also in there are the Perl scripts I used to dump the data. I wrote it using Perl 5.16, but it should work down to 5.10 (it uses the smartmatch ~~ operator introduced with that version). It also requires a couple non-core modules:

  • JSON::XS
  • List::MoreUtils

I know, I know, Perl isn’t really a fashionable language anymore, but it’s the one I like. So there. :P I plan to work the GW2API.pm module into a full-fledged SDK interface, but I don’t have a lot of free time right now.