dce0d45176ae568f343e169091d827841818f8bb jnavarr5 Mon Apr 14 16:06:01 2025 -0700 Fixing contact URL because of a typo (missing contacts.html not contact.html), no Redmine diff --git src/hg/htdocs/goldenPath/help/api.html src/hg/htdocs/goldenPath/help/api.html index f7e256714b1..743f10d5733 100755 --- src/hg/htdocs/goldenPath/help/api.html +++ src/hg/htdocs/goldenPath/help/api.html @@ -42,50 +42,50 @@ For tracks that are stored in MySQL, our MySQL/MariaDB server is publicly accessible.
All these options offer faster bulk downloads and are often easier to parse from scripting languages. If, however, you write Javascript clients or need only a few features within a given range, then the endpoints documented on this page may address your needs. If you require an -option or endpoint not listed below for your specific use case, contact us and we can try and implement the feature.
For more details about the Conditions of Use, please refer to the following page, Genome Browser Conditions of Use. -If you plan to execute a query that you think may be excessive, contact UCSC first to avoid the possibility of temporarily restricting your access to the REST API.
REST is an acronym for REpresentational State Transfer. It states architectural guidelines for how an API will operate. See also: Principles of REST. Like most APIs, ours returns data in JSON format. JSON data is a data transfer syntax almost identical to the Javascript object and array syntax. See also: JSON Introduction