UCSC Genomic Data · JSON Structure
Ucsc Genomic Data Structure
JSON structure documentation for the UCSC Genome Browser REST API key entities.
Type:
Properties: 0
GenomicsBioinformaticsDNABiologyResearchOpen Science
Ucsc Genomic Data Structure is a JSON Structure definition published by UCSC Genomic Data.
Meta-schema:
JSON Structure
{
"title": "UCSC Genome Browser API Structure",
"description": "JSON structure documentation for the UCSC Genome Browser REST API key entities.",
"entities": {
"GenomeAssembly": {
"description": "A genome assembly available in the UCSC Genome Browser.",
"fields": {
"name": "string — Assembly identifier (e.g., hg38)",
"organism": "string — Common organism name",
"scientificName": "string — Binomial scientific name",
"description": "string — Assembly description",
"sourceName": "string — Assembly source identifier",
"taxId": "integer — NCBI taxonomy ID"
}
},
"Track": {
"description": "An annotation data track in the UCSC Genome Browser.",
"fields": {
"track": "string — Track name identifier",
"shortLabel": "string — Short display label (max 17 chars)",
"longLabel": "string — Full description label",
"type": "string — Data type (bed, bigBed, bigWig, bam, etc.)",
"visibility": "string(enum) — Default visibility (hide, dense, pack, full)",
"html": "string — Track description page path"
}
},
"SequenceResult": {
"description": "A DNA sequence response for a genomic region.",
"fields": {
"genome": "string — Genome assembly identifier",
"chrom": "string — Chromosome identifier (e.g., chr1, chrM)",
"start": "integer — Start position (0-based)",
"end": "integer — End position (1-based)",
"dna": "string — DNA nucleotide sequence"
}
},
"TrackHub": {
"description": "A publicly registered UCSC Track Hub.",
"fields": {
"hubUrl": "string(uri) — Hub definition URL",
"shortLabel": "string — Hub short label",
"longLabel": "string — Hub description",
"registrationTime": "string — Registration date",
"dbCount": "integer — Number of genome databases in the hub"
}
}
}
}
Work with this as data
Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/ucsc-genomic-data-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.