BW
bridgedb webservices
11 endpointslivePublic API (ingested from its OpenAPI definition; no key required)
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, and then use Cracked to show me what I can do for bridgedb webservices.
| Endpoint | What it does | Price | Health |
|---|---|---|---|
| /{organism}/attributeSearch/{query} /{organism}/attributeSearch/{query} | Returns a list of xrefs and associated attributes that contain the query string for a given organism. Results are not restricted to exact matches. Optionally limit results to a specified number per data source, or by the type of attribute. See possible attribute types via /{organism}/attributeSet. | $0.0020 per call | degraded · 95ms |
| /{organism}/attributeSet /{organism}/attributeSet | Returns the supported attributes to the given Organism. | $0.0020 per call | unknown |
| /{organism}/attributes/{systemCode}/{identifier} /{organism}/attributes/{systemCode}/{identifier} | Returns the attributes for a given identifier, data source, organism. Optionally display only a specified attribute | $0.0020 per call | unknown |
| /{organism}/isFreeSearchSupported /{organism}/isFreeSearchSupported | Returns `true` or `false` based on whether or not /{organism}/search/{query} is supported for a given organism. | $0.0020 per call | unknown |
| /{organism}/isMappingSupported/{sourceSystemCode}/{targetSystemCode} /{organism}/isMappingSupported/{sourceSystemCode}/{targetSystemCode} | Returns `true` or `false` based on whether or not /{organism}/xrefs/{systemCode}/{identifier} would possibly return a {targetSystemCode} result given a {sourceSystemCode} query. This function basically combines the results of /{organism}/sourceDataSources and /{organism}/targetDataSources into a single boolean result. | $0.0020 per call | unknown |
| /{organism}/properties /{organism}/properties | Returns the list of properties available for a given organism | $0.0020 per call | unknown |
| /{organism}/search/{query} /{organism}/search/{query} | Returns a list of xrefs with identifiers that contain the query string for a given organism. Results are not restricted to exact matches. Optionally limit results to a specified number per data source. | $0.0020 per call | unknown |
| /{organism}/sourceDataSources /{organism}/sourceDataSources | Returns a list of data sources available as xref sources for a given organism. | $0.0020 per call | unknown |
| /{organism}/targetDataSources /{organism}/targetDataSources | Returns a list of data sources available as xref targets for a given organism. | $0.0020 per call | unknown |
| /{organism}/xrefExists/{systemCode}/{identifier} /{organism}/xrefExists/{systemCode}/{identifier} | Returns `true` or `false` based on whether or not an xref exists in the database given an identifier, data source, and organism. | $0.0020 per call | unknown |
| /{organism}/xrefs/{systemCode}/{identifier} /{organism}/xrefs/{systemCode}/{identifier} | Returns a list of xrefs that map to a given identifier, data source, and organism. | $0.0020 per call | unknown |