Finding easily parseable chemical element data
Posted
by
nickname
on Stack Overflow
See other posts from Stack Overflow
or by nickname
Published on 2011-01-15T03:37:52Z
Indexed on
2011/01/15
3:54 UTC
Read the original article
Hit count: 242
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.
© Stack Overflow or respective owner