Periodic Table API
This API provides functionality related to the periodic table. It allows users to retrieve a comprehensive list of all chemical elements, obtain detailed information about a specific element using its unique identifier, and perform searches based on different criteria. Users can search for elements by their names, phases, groups, blocks, symbols, or a combination of these parameters, providing…
Periodic Table API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
getAllElements /getAllElements |
The /getAllElements endpoint provides a straightforward way to access a complete list of all chemical elements. By making a GET request to this endpoint, users can retrieve… |
| GET |
getSingleElement /getSingleElement/{name} |
The getSingleElement/{name} endpoint enables users to retrieve detailed information about a specific chemical element by providing its name as a parameter. Through a GET request… |
| GET |
search /search |
The /search endpoint offers a versatile search functionality, allowing users to query the periodic table based on various criteria. Users can conduct searches by specifying… |
Periodic Table API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC Recommended | Free | — |
|
| PRO | $1 / month | 1000 / hour |
|
| ULTRA | $3 / month | 1500 / second |
|
| MEGA | $5 / month | 3000 / hour |
|