bbabbd5d2566d47d923d51dbe350634783455999 mspeir Sun Oct 26 12:14:52 2025 -0700 change soe to gi, refs #35031 diff --git src/hg/htdocs/goldenPath/help/api.html src/hg/htdocs/goldenPath/help/api.html index 95bda4c5860..1ec2de5f222 100755 --- src/hg/htdocs/goldenPath/help/api.html +++ src/hg/htdocs/goldenPath/help/api.html @@ -32,34 +32,34 @@ data that is available for their analyses. Web APIs, as a technology, were designed for retrieving relatively small pieces of data, often from Javascript. Consequently, Web APIs may not be the best way to get data from the UCSC Genome Browser.
For this reason, we also provide alternative methods to access our data:
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.
Using the chrom=<name> parameter will limit the request to the single specified chromosome. To limit the request to a specific position, both start=4321 and end=5678 must be given together. Using the revComp=1 parameter returns the reverse complement.
Use the genome argument with the /list/genarkGenomes function to test for the existence of a specific genome assembly in the -Genark set +Genark set of assembly hubs.
The /list/files endpoint only works for UCSC hosted genome assemblies, not for external hosted assembly hubs.
The /findGenome endpoint can find genome assemblies in the browser or any other assembly available at NCBI even when not in the browser. Note, there are almost 4 million assemblies available at NCBI. All searches are case insensitive. Force inclusion: Use a + sign before +word to ensure it appears in the result. Exclude words: Use a - sign before -word to exclude it from the search result. Wildcard search: Add an * (asterisk) at end of word* to search for all terms starting with that prefix.
@@ -294,31 +294,31 @@
Work is underway to support additional track types
In order to access the API from a mirror installation or one of the UCSC official mirrors, the complete URL with the cgi-bin should be used: