bridgedb.org

API provider — bridgedb.org

13 endpoints
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

No SDKs indexed for this API yet.

curl examples
Returns the list of properties available for a given organism
curl \
  /{organism}/properties
Returns the supported attributes to the given Organism.
curl \
  /{organism}/attributeSet
Returns a list of xrefs with identifiers that contain the query string for a …
curl \
  /{organism}/search/{query}
Endpoints (13 total)
GET
/{organism}/properties
Returns the list of properties available for a given organism
GET
/{organism}/attributeSet
Returns the supported attributes to the given Organism.
GET
/{organism}/search/{query}
Returns a list of xrefs with identifiers that contain the query string for a …
GET
/{organism}/sourceDataSources
Returns a list of data sources available as xref sources for a given organism.
GET
/{organism}/targetDataSources
Returns a list of data sources available as xref targets for a given organism.
GET
/{organism}/isFreeSearchSupported
Returns `true` or `false` based on whether or not /{organism}/search/{query} …
GET
/{organism}/attributeSearch/{query}
Returns a list of xrefs and associated attributes that contain the query stri…
GET
/{organism}/xrefs/{systemCode}/{identifier}
Returns a list of xrefs that map to a given identifier, data source, and orga…
GET
/{organism}/attributes/{systemCode}/{identifier}
Returns the attributes for a given identifier, data source, organism. Optiona…
GET
/{organism}/xrefExists/{systemCode}/{identifier}
Returns `true` or `false` based on whether or not an xref exists in the datab…
GET
/{organism}/isMappingSupported/{sourceSystemCode}/{targetSystemCode}
Returns `true` or `false` based on whether or not /{organism}/xrefs/{systemCo…
POST
/{organism}/xrefsBatch
Returns a list of xrefs, per identifier, that maps to a given list of identif…
Language coverage

No SDKs yet

At a glance
Total SDKs0
Languages0
Endpoints13