home / zeropm-v0-0-4

api_results

Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website

10 rows where inchi_id = 28512

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
185346 185346 166272 166272 PubChem (compound) 1 28512 28512 1
185347 185347 166271 166271 PubChem (compound) 1 28512 28512 1
551769 551769 166271 166271 PubChem (substance) 2 28512 28512 1
551770 551770 112239 112239 PubChem (substance) 2 28512 28512 22
551771 551771 336221 336221 PubChem (substance) 2 28512 28512 1
551772 551772 166272 166272 PubChem (substance) 2 28512 28512 1
1074076 1074076 166272 166272 CAS Common Chemistry 3 28512 28512 1
1074077 1074077 166271 166271 CAS Common Chemistry 3 28512 28512 1
1275426 1275426 166272 166272 Computational Toxicology and Exposure Data 4 28512 28512 1
1275427 1275427 166271 166271 Computational Toxicology and Exposure Data 4 28512 28512 1
CREATE TABLE [api_results] (
        [query_id] integer,
        [api_id] integer,
        [inchi_id] integer,
        [rank] integer,
        FOREIGN KEY (query_id) REFERENCES api_ready_query(query_id),
        FOREIGN KEY (api_id) REFERENCES api_services(api_id),
        FOREIGN KEY (inchi_id) REFERENCES substances(inchi_id)
);
Powered by Datasette · Queries took 435.568ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website