You don't have javascript enabled. Please enable it before using this site

NIST/ARPA-E Database of Novel and Emerging Adsorbent Materials

NIST/ARPA-E Database of Novel and Emerging Adsorbent Materials


GitHub Mirror of API

The API of NIST-ISODB is mirrored on GitHub.


Version

Current: api/version.json


Bibliograpy

Get all bibliograpy records: api/biblios.json

Search bibliograpy records by DOI or title: api/biblio/{DOI or title}.json

Search bibliograpy records by adsorbent material name or hashkey: api/biblio-material/{name or hashkey}.json

Search bibliograpy records by adsorbate gas name or InChIKey: api/biblio-gas/{name or InChIKey}.json

Search bibliograpy records by isotherms filename: api/biblio-isotherm/{filename}.json


Isotherms

Get an isotherm by filename: api/isotherm/{filename}.json

Get all isotherms (abbreviated content): api/isotherms.json


Adsorbent Materials

Get all adsorbent materials: api/materials.json

Get an adsorbent material by name or hashkey: api/material/{name or hashkey}.json


Adsorbate Gases

Get all adsorbate gases: api/gases.json

Get an adsorbate gas by name or InChIKey: api/gas/{name or InChIKey}.json


Note: The '%' and '+' signs included in some names must be replaced with '%25' and '%252B', respectively.