← Back to variant description
GeneBe API Showcase
This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.
API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.
Documentation & Advanced Usage
• Complete API documentation:docs.genebe.net/docs/api/overview/
• Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/
• Python client for pandas:pypi.org/project/genebe/
• Java CLI for VCF files:github.com/pstawinski/genebe-cli
• All tools documented at:docs.genebe.net
API Request Examples for Variant: 3-10081405-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=10081405&ref=C&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "3",
"pos": 10081405,
"ref": "C",
"alt": "A",
"effect": "stop_gained",
"transcript": "ENST00000675286.1",
"consequences": [
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCD2",
"gene_hgnc_id": 3585,
"hgvs_c": "c.3165C>A",
"hgvs_p": "p.Tyr1055*",
"transcript": "NM_001018115.3",
"protein_id": "NP_001018125.1",
"transcript_support_level": null,
"aa_start": 1055,
"aa_end": null,
"aa_length": 1451,
"cds_start": 3165,
"cds_end": null,
"cds_length": 4356,
"cdna_start": 3235,
"cdna_end": null,
"cdna_length": 5096,
"mane_select": "ENST00000675286.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCD2",
"gene_hgnc_id": 3585,
"hgvs_c": "c.3165C>A",
"hgvs_p": "p.Tyr1055*",
"transcript": "ENST00000675286.1",
"protein_id": "ENSP00000502379.1",
"transcript_support_level": null,
"aa_start": 1055,
"aa_end": null,
"aa_length": 1451,
"cds_start": 3165,
"cds_end": null,
"cds_length": 4356,
"cdna_start": 3235,
"cdna_end": null,
"cdna_length": 5096,
"mane_select": "NM_001018115.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCD2",
"gene_hgnc_id": 3585,
"hgvs_c": "c.3165C>A",
"hgvs_p": "p.Tyr1055*",
"transcript": "ENST00000287647.7",
"protein_id": "ENSP00000287647.3",
"transcript_support_level": 1,
"aa_start": 1055,
"aa_end": null,
"aa_length": 1471,
"cds_start": 3165,
"cds_end": null,
"cds_length": 4416,
"cdna_start": 3258,
"cdna_end": null,
"cdna_length": 5219,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCD2",
"gene_hgnc_id": 3585,
"hgvs_c": "c.3165C>A",
"hgvs_p": "p.Tyr1055*",
"transcript": "ENST00000419585.5",
"protein_id": "ENSP00000398754.1",
"transcript_support_level": 1,
"aa_start": 1055,
"aa_end": null,
"aa_length": 1451,
"cds_start": 3165,
"cds_end": null,
"cds_length": 4356,
"cdna_start": 3326,
"cdna_end": null,
"cdna_length": 5185,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCD2",
"gene_hgnc_id": 3585,
"hgvs_c": "n.1662C>A",
"hgvs_p": null,
"transcript": "ENST00000421731.5",
"protein_id": "ENSP00000389936.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3425,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCD2OS",
"gene_hgnc_id": 28623,
"hgvs_c": "c.*170G>T",
"hgvs_p": null,
"transcript": "ENST00000524279.1",
"protein_id": "ENSP00000429663.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 177,
"cds_start": -4,
"cds_end": null,
"cds_length": 534,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1014,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCD2",
"gene_hgnc_id": 3585,
"hgvs_c": "c.3165C>A",
"hgvs_p": "p.Tyr1055*",
"transcript": "NM_033084.6",
"protein_id": "NP_149075.2",
"transcript_support_level": null,
"aa_start": 1055,
"aa_end": null,
"aa_length": 1471,
"cds_start": 3165,
"cds_end": null,
"cds_length": 4416,
"cdna_start": 3235,
"cdna_end": null,
"cdna_length": 4879,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCD2",
"gene_hgnc_id": 3585,
"hgvs_c": "c.3165C>A",
"hgvs_p": "p.Tyr1055*",
"transcript": "NM_001374254.1",
"protein_id": "NP_001361183.1",
"transcript_support_level": null,
"aa_start": 1055,
"aa_end": null,
"aa_length": 1458,
"cds_start": 3165,
"cds_end": null,
"cds_length": 4377,
"cdna_start": 3235,
"cdna_end": null,
"cdna_length": 4840,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCD2",
"gene_hgnc_id": 3585,
"hgvs_c": "c.3165C>A",
"hgvs_p": "p.Tyr1055*",
"transcript": "NM_001319984.2",
"protein_id": "NP_001306913.1",
"transcript_support_level": null,
"aa_start": 1055,
"aa_end": null,
"aa_length": 1451,
"cds_start": 3165,
"cds_end": null,
"cds_length": 4356,
"cdna_start": 3388,
"cdna_end": null,
"cdna_length": 5249,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCD2",
"gene_hgnc_id": 3585,
"hgvs_c": "c.3054C>A",
"hgvs_p": "p.Tyr1018*",
"transcript": "NM_001374253.1",
"protein_id": "NP_001361182.1",
"transcript_support_level": null,
"aa_start": 1018,
"aa_end": null,
"aa_length": 1414,
"cds_start": 3054,
"cds_end": null,
"cds_length": 4245,
"cdna_start": 3124,
"cdna_end": null,
"cdna_length": 4985,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCD2",
"gene_hgnc_id": 3585,
"hgvs_c": "c.3054C>A",
"hgvs_p": "p.Tyr1018*",
"transcript": "ENST00000676013.1",
"protein_id": "ENSP00000501999.1",
"transcript_support_level": null,
"aa_start": 1018,
"aa_end": null,
"aa_length": 1413,
"cds_start": 3054,
"cds_end": null,
"cds_length": 4244,
"cdna_start": 3144,
"cdna_end": null,
"cdna_length": 4334,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCD2OS",
"gene_hgnc_id": 28623,
"hgvs_c": "n.331G>T",
"hgvs_p": null,
"transcript": "ENST00000431315.5",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 419,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCD2OS",
"gene_hgnc_id": 28623,
"hgvs_c": "n.352G>T",
"hgvs_p": null,
"transcript": "ENST00000436517.5",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 437,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCD2OS",
"gene_hgnc_id": 28623,
"hgvs_c": "n.332G>T",
"hgvs_p": null,
"transcript": "ENST00000450616.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 417,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCD2",
"gene_hgnc_id": 3585,
"hgvs_c": "n.2249C>A",
"hgvs_p": null,
"transcript": "ENST00000681997.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3559,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCD2",
"gene_hgnc_id": 3585,
"hgvs_c": "n.2164C>A",
"hgvs_p": null,
"transcript": "ENST00000683263.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3474,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCD2",
"gene_hgnc_id": 3585,
"hgvs_c": "n.204C>A",
"hgvs_p": null,
"transcript": "ENST00000683933.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 836,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCD2OS",
"gene_hgnc_id": 28623,
"hgvs_c": "n.1184G>T",
"hgvs_p": null,
"transcript": "XR_007095632.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1269,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCD2OS",
"gene_hgnc_id": 28623,
"hgvs_c": "n.1159G>T",
"hgvs_p": null,
"transcript": "XR_007095633.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1244,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCD2OS",
"gene_hgnc_id": 28623,
"hgvs_c": "n.1075G>T",
"hgvs_p": null,
"transcript": "XR_007095634.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1160,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCD2OS",
"gene_hgnc_id": 28623,
"hgvs_c": "n.1087G>T",
"hgvs_p": null,
"transcript": "XR_007095635.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1172,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCD2OS",
"gene_hgnc_id": 28623,
"hgvs_c": "n.1060G>T",
"hgvs_p": null,
"transcript": "XR_007095636.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1145,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCD2OS",
"gene_hgnc_id": 28623,
"hgvs_c": "c.*170G>T",
"hgvs_p": null,
"transcript": "NM_173472.2",
"protein_id": "NP_775743.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 177,
"cds_start": -4,
"cds_end": null,
"cds_length": 534,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1038,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCD2OS",
"gene_hgnc_id": 28623,
"hgvs_c": "c.*170G>T",
"hgvs_p": null,
"transcript": "XM_047447400.1",
"protein_id": "XP_047303356.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 186,
"cds_start": -4,
"cds_end": null,
"cds_length": 561,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1135,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "FANCD2",
"gene_hgnc_id": 3585,
"dbsnp": "rs375929975",
"frequency_reference_population": 6.8409935e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84099e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.49000000953674316,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.49,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 0.488,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 10,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2",
"acmg_by_gene": [
{
"score": 10,
"benign_score": 0,
"pathogenic_score": 10,
"criteria": [
"PVS1",
"PM2"
],
"verdict": "Pathogenic",
"transcript": "ENST00000675286.1",
"gene_symbol": "FANCD2",
"hgnc_id": 3585,
"effects": [
"stop_gained"
],
"inheritance_mode": "AR",
"hgvs_c": "c.3165C>A",
"hgvs_p": "p.Tyr1055*"
},
{
"score": 6,
"benign_score": 0,
"pathogenic_score": 6,
"criteria": [
"PM2",
"PP3_Strong"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000431315.5",
"gene_symbol": "FANCD2OS",
"hgnc_id": 28623,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "n.331G>T",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}