home / zeropm-v0-0-4

api_results

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

18 rows where inchi_id = 255

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
61079 61079 28539 28539 PubChem (compound) 1 255 255 1
61080 61080 28540 28540 PubChem (compound) 1 255 255 1
61081 61081 146336 146336 PubChem (compound) 1 255 255 1
266435 266435 346435 346435 PubChem (compound) 1 255 255 1
382361 382361 146336 146336 PubChem (substance) 2 255 255 1
382362 382362 28539 28539 PubChem (substance) 2 255 255 1
382363 382363 28540 28540 PubChem (substance) 2 255 255 1
654826 654826 146336 146336 PubChem (substance) 2 255 255 2
654827 654827 28539 28539 PubChem (substance) 2 255 255 2
654828 654828 27615 27615 PubChem (substance) 2 255 255 7
654829 654829 346435 346435 PubChem (substance) 2 255 255 1
982938 982938 28539 28539 CAS Common Chemistry 3 255 255 1
982939 982939 146336 146336 CAS Common Chemistry 3 255 255 1
982940 982940 28540 28540 CAS Common Chemistry 3 255 255 1
1185944 1185944 28539 28539 Computational Toxicology and Exposure Data 4 255 255 1
1185945 1185945 28540 28540 Computational Toxicology and Exposure Data 4 255 255 1
1185946 1185946 146336 146336 Computational Toxicology and Exposure Data 4 255 255 1
1185947 1185947 346435 346435 Computational Toxicology and Exposure Data 4 255 255 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 456.929ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website