API

To access iProteinDB programatically, the API can be used to retrieve data in JSON format. Get requests can be sent to the following routes.

PROTEIN DETAILS

Route: /protein_api/{fbpp}/

Parameters:
Flybase Protein ID (FBpp)
Example:
/protein_api/FBpp0070450/
Response:
JSON

PROTEIN ABUNDANCE

Route: /protein_api/{fbpp}/abundance

Parameters:
Flybase Protein ID (FBpp)
Example:
/protein_api/FBpp0070450/abundance
Response:
JSON

PROTEIN ORTHOLOGS

Route: /protein_api/{fbpp}/orthologs

Parameters:
Flybase Protein ID (FBpp)
Example:
/protein_api/FBpp0070450/orthologs
Response:
JSON