quanted / cts_app

cts repo
3 stars 2 forks source link

Implement new publicly-available CCTE API #223

Open popenc opened 1 year ago

popenc commented 1 year ago

API documentation on https://api-ccte.epa.gov/docs/ and e1f88e5b-75d8-4e7b-a771-8c43d1af0772 apikey for application.

popenc commented 1 year ago

API key: e1f88e5b-75d8-4e7b-a771-8c43d1af0772

Documentation: https://api-ccte.epa.gov/docs/

Endpoints:

https://api-ccte.epa.gov/chemical/search/equal/{word}

https://api-ccte.epa.gov/chemical/detail/search/by-dtxsid/{dtxsid}

https://api-ccte.epa.gov/chemical/property/search/by-dtxsid/{dtxsid} with type = experimental

popenc commented 9 months ago

Implemented public CCTE endpoints for chemical information workflow. Now on ceam dev for testing.