Finding easily parseable chemical element data
- by nickname
I am writing an application that needs simple data found (mostly) on the periodic table of elements, such as atomic mass, atomic number, state, etc.
However, I would prefer not to manually enter this data.
I managed to find the NIST website (http://www.nist.gov/pml/data/edi.cfm) with all of the data I need, but not in a downloadable format.
Where can I find this data? Preferably, it would be in an XML/YAML/JSON/other documented format, however, any format would be helpful.