QUERY :query
Query for sp_gene 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 sp_gene data objects with a id equal to 2e08d6b6-72cc-446a-bf94-b487b7902c55. Return results as a JSON Array.
https://www.bv-brc.org/api/sp_gene/?eq(id,2e08d6b6-72cc-446a-bf94-b487b7902c55)
Try It!