d7b4748a91dc6442607af5c9a3c0c9a96282dd53 hiram Wed Apr 3 14:13:00 2019 -0700 add link to trackDb definition document help refs #18869 diff --git src/hg/htdocs/goldenPath/help/api.html src/hg/htdocs/goldenPath/help/api.html index 3e43bf4..65231a9 100755 --- src/hg/htdocs/goldenPath/help/api.html +++ src/hg/htdocs/goldenPath/help/api.html @@ -7,35 +7,30 @@

JSON API data interface

Contents

What is JSON data ?
What is the access URL ?
What type of data can be accessed ?
Endpoint functions
Parameters to endpoint functions
Required and optional parameters
Supported track types
Example data access, list functions
Example data access, getData functions
Error return examples
-
-

-Additional resources

-

What is JSON data ?

JSON data is a data transfer syntax from a data provider to a data consumer. See also: JSON Introduction

What is the access URL ?

The gateway html page to the interface is available at @@ -50,54 +45,54 @@ This access url: https://api-test.gi.ucsc.edu/ is used to access the endpoint functions. For example:

     wget -O- 'https://api-test.gi.ucsc.edu/list/publicHubs'
 

What type of data can be accessed ?

The following data sets can be accessed at this time:

Endpoint functions to return data

Use the url: https://api-test.gi.ucsc.edu/ is access the endpoint functions. For example:

     wget -O- 'https://api-test.gi.ucsc.edu/list/publicHubs'
 

Parameters to endpoint functions