OJ Break v2 Taxon Reference

From xBio:D Wiki
Revision as of 20:21, 22 April 2015 by Tyler (talk | contribs)
Jump to navigation Jump to search

Introduction

OJ_Break is the name of the xBio:D RESTful API service to facilitate discovery of data within the xBio:D database. The API can respond with JavaScript Object Notation (JSON), XML, or JSON with padding (JSONP) and accepts HTTP GET and POST requests indiscriminately. The backend of the API is written in Oracle's PL/SQL database language, which is fast but often inflexible, while a Python presentation layer mitigates request handling and authentication.

OJ_Break Version 2 is a new and improved edition of the work started in Version 1. Version 2 introduces a completely restructured and standardized data model to further enhance the functionality of the xBio:D database.

Contents

API Information and Access

This page specifies the methods and data defined by OJ_Break Version 2, more precisely those that are defined by the Taxon data domain. To get information on any of the other data domains defined in OJ_Break Version 2, visit the See also section.

Using the OJ_Break Version 2 API requires calling methods with corresponding, method specific parameters (found on this page) and a few other required parameters. These required parameters include specifying a return format, an API access key, and a version number.

   Example: http://osuc.biosci.ohio-state.edu/OJ_Break/getTaxonInfo?tnuid=30148&format=html&key=FBF57A9F7A666FC0E0430100007F0CDC&version=2

Notice the specification of the version parameter at the end of the example method call. With the introduction of OJ_Break Version 2, the version parameter has a default value of 2 making the specification in the example unnecessary. To read more about using the OJ_Break Version 2 API, go to OJ_Break API Access.

Procedural Reference

Taxon

getTaxonInfo

Description
Parameters
  • tnuid: tnuid
  • *inst_id: inst_id
  • format: String
  • key: String
  • version: Number
Return
Example
http://osuc.biosci.ohio-state.edu/OJ_Break/getTaxonInfo?tnuid=30148&inst_id=1&format=html&key=FBF57A9F7A666FC0E0430100007F0CDC&version=2

getTaxonHierarchy

Description
Parameters
  • tnuid: tnuid
  • format: String
  • key: String
  • version: Number
Return
Example
http://osuc.biosci.ohio-state.edu/OJ_Break/getTaxonHierarchy?tnuid=30148&format=html&key=FBF57A9F7A666FC0E0430100007F0CDC&version=2

getTaxonIncludedTaxa

Description
Parameters
  • tnuid: tnuid
  • *inst_id: inst_id
  • *rank: rank
  • *offset: Number
  • *limit: Number
  • *show_syns: Boolean_flag
  • *show_fossils: Boolean_flag
  • *types_only: Boolean_flag
  • format: String
  • key: String
  • version: Number
Return
Example
http://osuc.biosci.ohio-state.edu/OJ_Break/getTaxonIncludedTaxa?tnuid=30148&inst_id=1&show_syns=Y&format=html&key=FBF57A9F7A666FC0E0430100007F0CDC&version=2

getTaxonSynonyms

Description
Parameters
  • tnuid: tnuid
  • *offset: Number
  • *limit: Number
  • *show_fossils: Boolean_flag
  • format: String
  • key: String
  • version: Number
Return
Example
http://osuc.biosci.ohio-state.edu/OJ_Break/getTaxonSynonyms?tnuid=30148&format=html&key=FBF57A9F7A666FC0E0430100007F0CDC&version=2

getTaxonAssociations

Description
Parameters
  • tnuid: tnuid
  • *offset: Number
  • *limit: Number
  • *basic_only: Boolean_flag
  • format: String
  • key: String
  • version: Number
Return
Example
http://osuc.biosci.ohio-state.edu/OJ_Break/getTaxonAssociations?tnuid=30148&format=html&key=FBF57A9F7A666FC0E0430100007F0CDC&version=2

getTaxonLiteratureCitations

Description
Parameters
  • tnuid: tnuid
  • *offset: Number
  • *limit: Number
  • *show_children: Boolean_flag
  • format: String
  • key: String
  • version: Number
Return
Example
http://osuc.biosci.ohio-state.edu/OJ_Break/getTaxonLiteratureCitations?tnuid=30148&format=html&key=FBF57A9F7A666FC0E0430100007F0CDC&version=2

getTaxonOccurrences

Description
Parameters
  • tnuid: tnuid
  • *inst_id: inst_id
  • *place_id: place_id
  • *offset: Number
  • *limit: Number
  • *show_children: Boolean_flag
  • *basic_only: Boolean_flag
  • format: String
  • key: String
  • version: Number
Return
Example
http://osuc.biosci.ohio-state.edu/OJ_Break/getTaxonOccurrences?tnuid=30148&format=html&key=FBF57A9F7A666FC0E0430100007F0CDC&version=2

getTaxonTypes

Description
Parameters
  • tnuid: tnuid
  • *inst_id: inst_id
  • *offset: Number
  • *limit: Number
  • *basic_only: Boolean_flag
  • *show_children: Boolean_flag
  • *primary_only: Boolean_flag
  • format: String
  • key: String
  • version: Number
Return
Example
http://osuc.biosci.ohio-state.edu/OJ_Break/getTaxonTypes?tnuid=30148&format=html&key=FBF57A9F7A666FC0E0430100007F0CDC&version=2

getTaxonLocalities

Description
Parameters
  • tnuid: tnuid
  • *inst_id: inst_id
  • *place_id: place_id
  • *offset: Number
  • *limit: Number
  • *show_children: Boolean_flag
  • format: String
  • key: String
  • version: Number
Return
Example
http://osuc.biosci.ohio-state.edu/OJ_Break/getTaxonLocalities?tnuid=30148&format=html&key=FBF57A9F7A666FC0E0430100007F0CDC&version=2

getTaxonDeterminers

Description
Parameters
  • tnuid: tnuid
  • *inst_id: inst_id
  • *offset: Number
  • *limit: Number
  • format: String
  • key: String
  • version: Number
Return
Example
http://osuc.biosci.ohio-state.edu/OJ_Break/getTaxonDeterminers?tnuid=30148&format=html&key=FBF57A9F7A666FC0E0430100007F0CDC&version=2

getTaxonInstitutions

Description
Parameters
  • tnuid: tnuid
  • *offset: Number
  • *limit: Number
  • format: String
  • key: String
  • version: Number
Return
Example
http://osuc.biosci.ohio-state.edu/OJ_Break/getTaxonInstitutions?tnuid=30148&format=html&key=FBF57A9F7A666FC0E0430100007F0CDC&version=2

getTaxonHabitats

Description
Parameters
  • tnuid: tnuid
  • *offset: Number
  • *limit: Number
  • format: String
  • key: String
  • version: Number
Return
Example
http://osuc.biosci.ohio-state.edu/OJ_Break/getTaxonHabitats?tnuid=30148&format=html&key=FBF57A9F7A666FC0E0430100007F0CDC&version=2

getTaxonMedia

Description
Parameters
  • tnuid: tnuid
  • *media_type: media_type
  • *inst_id: inst_id
  • *offset: Number
  • *limit: Number
  • format: String
  • key: String
  • version: Number
Return
Example
http://osuc.biosci.ohio-state.edu/OJ_Break/getTaxonMedia?tnuid=30148&format=html&key=FBF57A9F7A666FC0E0430100007F0CDC&version=2

Taxon Data Type Glossary

Classes

TaxonAssociation

TaxonBasic

TaxonComplete (extends TaxonRelationship)

TaxonExtended (extends TaxonBasic)

TaxonHierarchy

Aggregate of one or more of the following classes:

TaxonHierClass

TaxonHierCohort

TaxonHierDivision

TaxonHierFamily

TaxonHierGenus

TaxonHierInfraclass

TaxonHierInfraorder

TaxonHierKingdom

TaxonHierOrder

TaxonHierPhylum

TaxonHierSpecies

TaxonHierSubclass

TaxonHierSubcohort

TaxonHierSubfamily

TaxonHierSuborder

TaxonHierSubphylum

TaxonHierSubspecies

TaxonHierSubtribe

TaxonHierSuperfamily

TaxonHierTribe

TaxonHierUnit (extends TaxonBasic)

TaxonInfoStats (extends TaxonStats)

  • child_stats: array of TaxonStats
  • num_records: Number
  • num_spms: Number

TaxonRelationship (extends TaxonExtended)

TaxonReturn

TaxonReturnAssociations (extends TaxonReturn)

TaxonReturnDeterminers (extends TaxonReturn)

TaxonReturnHabitats (extends TaxonReturn)

TaxonReturnIncluded (extends TaxonReturn)

TaxonReturnInstitutions (extends TaxonReturn)

TaxonReturnLiteratureCitations (extends TaxonReturn)

TaxonReturnLocalities (extends TaxonReturn)

TaxonReturnMedia (extends TaxonReturn)

TaxonReturnOccurrences (extends TaxonReturn)

TaxonReturnSynonyms (extends TaxonReturn)

TaxonSource

  • id: Number
  • name: String
  • logo: URL
  • url: URL
  • query: URL

TaxonStats

Elements

assoc_type

String - A description of the biological relationship between a specified taxon and another organism.

assoc_type_full

String - A complete description of the biological relationship between a specified taxon and another organism.

common_name

String - A common name for a taxon that can be included as a taxon name string but is never valid.

describer

String - the describer(s) of a taxon.

fossil

String - A modified boolean_flag, either Y, N or B, representing whether a taxon name is a extinct fossil, exclusively extant, or present today and in fossils.

habitat

String - Description or identifier of the ecological or environmental area that a particular species is known to inhabit.

homonym

Boolean_flag - Boolean_flag indicating whether or not the determination was a homonym

rank

String - The taxonomic (hierarchical) rank of a taxon name.

rank_value

Number - A number representing the rank of a taxon with higher numbers representing higher positions in the taxonomic hierarchy.

rel_type

String - The taxonomic (hierarchical) relationship between the taxonomic concept indicated by the taxon name and its parent taxonomic concept. Can be Member, Junior synonym, etc.

status

String - The nomenclatural status of a taxon name using a formalized vocabulary.

taxon

String - A taxon name string.

taxon_author

String - The author(s) of a taxon with parenthesis surrounding the name of the author(s) if necessary.

tnuid

Number - The taxon name use identifier which uniquely identifies a taxon.

valid

String - A Valid or Invalid string representing the validity of a taxon name using subjective interpretations if warranted.

See also

Visit any of the below links to find information about the other data domains defined by OJ_Break Version 2.