Protein Family Ref Data
Data Type: protein_family_ref
Primary Key: family_id
Attributes
-
_version_
(
number)
-
date_inserted
(
date)
-
date_modified
(
date)
-
family_id
*
(
string)
-
family_product
(
string)
-
family_type
(
string)
API
GET :family_id
Retrieve a protein_family_ref data object by family_id
EXAMPLE
https://www.bv-brc.org/api/protein_family_ref/PLF_32008_00319462
Try It!
QUERY :query
Query for protein_family_ref data objects with an RQL Query
Return Formats
Requests may include an HTTP ACCEPT header from this list to transform the data into the requested type.
-
application/json - Returns results as an array of JSON objects
-
application/solr+json - Results results in SOLR JSON response format
-
text/csv - Returns results in Comma Separated values (CSV) format. Columns are separated by ','. Multi-value columns are separated by ';'. Rows are separated by new line
-
text/tsv - Returns results in Tab Separated values (TSV) format. Columns are separated by a tab. Multi-value columns are separated by ';'. Rows are separated by new line
-
application/vnd.openxmlformats - Returns objects as an MS Excel document
EXAMPLE
- Query for protein_family_ref data objects with a family_id equal to PLF_32008_00319462. Return results as a JSON Array.
https://www.bv-brc.org/api/protein_family_ref/?eq(family_id,PLF_32008_00319462)
Try It!