Query Link
https://query.openkim.org/get_test_result?test=%5B%22LatticeConstantCubicEnergy_diamond_Si__TE_849680434885%22%5D&model=%5B%22EDIP_JustoBazantKaxiras_1998_Si__MO_958932894036%22%5D&species=%5B%22Si%22%5D&prop=%5B%22cohesive-potential-energy-cubic-crystal%22%5D&keys=%5B%22a%22%2C+%22cohesive-potential-energy%22%5D&units=%5B%22angstrom%22%2C+%22eV%22%5D
Curl
curl --data-urlencode 'test=["LatticeConstantCubicEnergy_diamond_Si__TE_849680434885"]' --data-urlencode 'model=["EDIP_JustoBazantKaxiras_1998_Si__MO_958932894036"]' --data-urlencode 'species=["Si"]' --data-urlencode 'prop=["cohesive-potential-energy-cubic-crystal"]' --data-urlencode 'keys=["a","cohesive-potential-energy"]' --data-urlencode 'units=["angstrom","eV"]' https://query.openkim.org/api/get_test_result
GET
https://query.openkim.org/api/get_test_result?test=%5B%22LatticeConstantCubicEnergy_diamond_Si__TE_849680434885%22%5D&model=%5B%22EDIP_JustoBazantKaxiras_1998_Si__MO_958932894036%22%5D&species=%5B%22Si%22%5D&prop=%5B%22cohesive-potential-energy-cubic-crystal%22%5D&keys=%5B%22a%22%2C+%22cohesive-potential-energy%22%5D&units=%5B%22angstrom%22%2C+%22eV%22%5D
Python
result = requests.post("https://query.openkim.org/api/get_test_result",data={'test': '["LatticeConstantCubicEnergy_diamond_Si__TE_849680434885"]', 'model': '["EDIP_JustoBazantKaxiras_1998_Si__MO_958932894036"]', 'species': '["Si"]', 'prop': '["cohesive-potential-energy-cubic-crystal"]', 'keys': '["a","cohesive-potential-energy"]', 'units': '["angstrom","eV"]'}).json()
d3
d3.json('https://query.openkim.org/api/get_test_result?test=%5B%22LatticeConstantCubicEnergy_diamond_Si__TE_849680434885%22%5D&model=%5B%22EDIP_JustoBazantKaxiras_1998_Si__MO_958932894036%22%5D&species=%5B%22Si%22%5D&prop=%5B%22cohesive-potential-energy-cubic-crystal%22%5D&keys=%5B%22a%22%2C+%22cohesive-potential-energy%22%5D&units=%5B%22angstrom%22%2C+%22eV%22%5D')
jQuery
$.post("https://query.openkim.org/api/get_test_result",{"test": "[\"LatticeConstantCubicEnergy_diamond_Si__TE_849680434885\"]", "model": "[\"EDIP_JustoBazantKaxiras_1998_Si__MO_958932894036\"]", "species": "[\"Si\"]", "prop": "[\"cohesive-potential-energy-cubic-crystal\"]", "keys": "[\"a\",\"cohesive-potential-energy\"]", "units": "[\"angstrom\",\"eV\"]"});
pipeline.stdin.tpl
@< get_test_result(test=["LatticeConstantCubicEnergy_diamond_Si__TE_849680434885"], model=["EDIP_JustoBazantKaxiras_1998_Si__MO_958932894036"], species=["Si"], prop=["cohesive-potential-energy-cubic-crystal"], keys=["a", "cohesive-potential-energy"], units=["angstrom", "eV"]) >@