Skip to content

Developer Documents

Keiichiro Ono edited this page Oct 20, 2013 · 12 revisions

NeXO RESTful API Version 1 Beta

Introduction

NeXO datasets are fully accessible through simple RESTful API. This is the beta release of API, and some of the method may change in the final version.

Base URL

Our API server is http://chardonnay.ucsd.edu/

Basic Entry Retrieval

Get Details by ID

Syntax
  • BASE_URL/ID

ID is a unique identifier for terms and genes. For example, term IDs start with namespace, and then ID for the ontology. For genes, SGD IDs are used as unique identifier.

Example

Get Path to the root term

Example

Get Path to the root term

Example

Source Code Availability

Clone this wiki locally