Loading...
A curated database of glucokinase modulators

Download complete datasets

All Compound Profiles (.zip)
Last Updated Aug 28, 2022

Complete GKdb Dataset (.zip)
Last Updated Aug 28, 2022

GKDB RESTful API (0.0.1)

Provides programmatic access to information and annotations stored in the GlucoKinaseDB. The GKDB RESTful API serves to retrieve data when you know the GKDB identifiers, or want to retrieve complete datasets of compound profiles, structures and scaffolds. Check documentation for definitions of parameters and molecular descriptors in API response.
API services deployed on: Sun, 8 Jan 2023

Compound Profile API
To retrieve complete profile for a GKDB compound [Response: JSON]

API: https://glucokinasedb.in/rest/api/profile.php?gkdbid=$GKDBIDENTIFIER
Example: https://glucokinasedb.in/rest/api/profile.php?gkdbid=AM-2394

To retrieve complete profile for all GKDB compounds. [Response: JSON]

API: https://glucokinasedb.in/rest/api/profile.php?gkdbid=ALL
Example: https://glucokinasedb.in/rest/api/profile.php?gkdbid=ALL

Compound Scaffold API
To retrieve scaffold for a GKDB compound [Response: JSON]

API: https://glucokinasedb.in/rest/api/scaffold.php?gkdbid=$GKDBIDENTIFIER
Example: https://glucokinasedb.in/rest/api/scaffold.php?gkdbid=AM-2394

To retrieve scaffold for all GKDB compounds [Response: JSON]

API: https://glucokinasedb.in/rest/api/scaffold.php?gkdbid=ALL
Example: https://glucokinasedb.in/rest/api/scaffold.php?gkdbid=ALL

Compound Structure API
To retrieve scaffold for a GKDB compound [Response: PDB]

API: https://glucokinasedb.in/rest/api/structure.php?gkdbid=$GKDBIDENTIFIER
Example: https://glucokinasedb.in/rest/api/structure.php?gkdbid=AM-2394

To retrieve scaffolds for all GKDB compounds [Response: ZIP]

API: https://glucokinasedb.in/rest/api/structure.php?gkdbid=ALL
Example: https://glucokinasedb.in/rest/api/structure.php?gkdbid=ALL