
Chemical Elements API
The periodic table as an API, from NIST data via PubChem (public domain). All 118 elements with the properties that matter: atomic mass, electron configuration, electronegativity (Pauling), van der Waals radius, ionization energy, electron affinity, oxidation states, standard state, melting and boiling points (Kelvin), density, CPK display color, discovery year, group block (alkali metal, noble gas, lanthanide...) β plus the derived period (1-7) and IUPAC group number (1-18, correctly NULL for lanthanides and actinides). Look elements up by atomic number, symbol or name (Au, gold and 79 all resolve β 196.96657 u, melts at 1337.33 K, flanked by its neighbors platinum and mercury). Slice the table any way a chemistry app needs: group=18 returns exactly the seven noble gases, period=2 returns Li through Ne, state=Liquid returns exactly bromine and mercury, group_block=Alkali metal returns the six alkalis. Every response carries an explicit units object so nobody guesses Kelvin vs Celsius. Education platforms, chemistry homework tools, quiz games, lab software, science content β the reference dataset at one token per call.
{
"ok": true,
"units": {
"atomic_mass": "u",
"atomic_radius": "pm (van der Waals)",
"ionization_energy": "eV",
"electron_affinity": "eV",
"melting_point": "K",
"boiling_point": "K",
"density": "g/cm3",
"electronegativity": "Pauling scale"
},
"element": {
"atomic_number": 79,
"symbol": "Au",
"name": "Gold",
"atomic_mass": 196.96657,
"cpk_color": "#FFD123",
"electron_configuration": "[Xe]6s1 4f14 5d10",
"electronegativity": 2.54,
"atomic_radius": 166,
"ionization_energy": 9.226,
"electron_affinity": 2.309,
"oxidation_states": "+3, +1",
"standard_state": "Solid",
"melting_point": 1337.33,
"boiling_point": 3129,
"density": 19.282,
"group_block": "Transition metal",
"year_discovered": "Ancient",
"period": 6,
"group_number": 11
},
"neighbors": [
{
"atomic_number": 78,
"symbol": "Pt",
"name": "Platinum"
},
{
"atomic_number": 80,
"symbol": "Hg",
"name": "Mercury"
}
]
}Why developers pick this API
Production-ready
Production Ready
Battle-tested infrastructure with a 99.9% uptime SLA. Rate limits are generous, responses are consistent.
Simple Integration
Standard REST + JSON. Works with any HTTP client. Copy-ready code snippets in 4 languages.
One Key, 20+ APIs
Your DataAndAPIs subscription unlocks every API on the platform β anime, finance, sports, and more.
Code snippets
One install. Every endpoint.
No proprietary SDKs needed. Any HTTP client works. Pick your language and paste.
- Fully typed responses β auto-completion in your IDE
- Tracks the API in lockstep β new endpoints land same day
- One key works across 20+ APIs on the platform
import axios from 'axios';
const { data } = await axios.get(
'{API_URL}',
{ headers: { 'X-Api-Key': process.env.API_KEY } }
);π Subscribe to unlock the live API URL
Developer playground
Explore the endpoints
Browse request parameters and inspect live example responses.
Available Endpoints
Request Parameters
API URL
Please subscribe to see the API URL
Headers
Please subscribe to see the actual API URL
import axios from 'axios';
const url = '{API_URL}';
const { data } = await axios.get(url, {
headers: { 'X-Api-Key': 'YOUR_API_KEY' }
});Pricing
One subscription. Every API.
Tokens unlock this API and 20+ others on DataAndAPIs. Switch APIs any time β we promote.
STARTER
25,000 tokens / month
- Access to all APIs
- Tokens reset monthly
- Email support
PRO
100,000 tokens / month
- Access to all APIs
- Tokens reset monthly
- Priority email support
ULTRA
1,000,000 tokens / month
- Access to all APIs
- Tokens reset monthly
- Priority support
Need higher volume, dedicated infra, or a custom contract? Talk to sales β
Common questions
The things that actually block the upgrade.
Ship Chemical Elements API this afternoon.
500 free tokens. No card. Plus 20+ other APIs on the same key.
