← 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: 6-10404566-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=6&pos=10404566&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "6",
"pos": 10404566,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000379613.10",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFAP2A",
"gene_hgnc_id": 11742,
"hgvs_c": "c.712C>T",
"hgvs_p": "p.Arg238Trp",
"transcript": "NM_001372066.1",
"protein_id": "NP_001358995.1",
"transcript_support_level": null,
"aa_start": 238,
"aa_end": null,
"aa_length": 439,
"cds_start": 712,
"cds_end": null,
"cds_length": 1320,
"cdna_start": 795,
"cdna_end": null,
"cdna_length": 3143,
"mane_select": "ENST00000379613.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFAP2A",
"gene_hgnc_id": 11742,
"hgvs_c": "c.712C>T",
"hgvs_p": "p.Arg238Trp",
"transcript": "ENST00000379613.10",
"protein_id": "ENSP00000368933.5",
"transcript_support_level": 1,
"aa_start": 238,
"aa_end": null,
"aa_length": 439,
"cds_start": 712,
"cds_end": null,
"cds_length": 1320,
"cdna_start": 795,
"cdna_end": null,
"cdna_length": 3143,
"mane_select": "NM_001372066.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFAP2A",
"gene_hgnc_id": 11742,
"hgvs_c": "c.688C>T",
"hgvs_p": "p.Arg230Trp",
"transcript": "ENST00000379608.9",
"protein_id": "ENSP00000368928.3",
"transcript_support_level": 1,
"aa_start": 230,
"aa_end": null,
"aa_length": 431,
"cds_start": 688,
"cds_end": null,
"cds_length": 1296,
"cdna_start": 1483,
"cdna_end": null,
"cdna_length": 3831,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFAP2A",
"gene_hgnc_id": 11742,
"hgvs_c": "c.706C>T",
"hgvs_p": "p.Arg236Trp",
"transcript": "ENST00000466073.5",
"protein_id": "ENSP00000417495.1",
"transcript_support_level": 1,
"aa_start": 236,
"aa_end": null,
"aa_length": 328,
"cds_start": 706,
"cds_end": null,
"cds_length": 987,
"cdna_start": 706,
"cdna_end": null,
"cdna_length": 987,
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFAP2A",
"gene_hgnc_id": 11742,
"hgvs_c": "n.706C>T",
"hgvs_p": null,
"transcript": "ENST00000478375.5",
"protein_id": null,
"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": 1349,
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFAP2A",
"gene_hgnc_id": 11742,
"hgvs_c": "n.*203C>T",
"hgvs_p": null,
"transcript": "ENST00000488193.7",
"protein_id": "ENSP00000419823.3",
"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": 1894,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFAP2A",
"gene_hgnc_id": 11742,
"hgvs_c": "n.*203C>T",
"hgvs_p": null,
"transcript": "ENST00000488193.7",
"protein_id": "ENSP00000419823.3",
"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": 1894,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFAP2A",
"gene_hgnc_id": 11742,
"hgvs_c": "c.712C>T",
"hgvs_p": "p.Arg238Trp",
"transcript": "ENST00000482890.6",
"protein_id": "ENSP00000418541.2",
"transcript_support_level": 5,
"aa_start": 238,
"aa_end": null,
"aa_length": 439,
"cds_start": 712,
"cds_end": null,
"cds_length": 1320,
"cdna_start": 1059,
"cdna_end": null,
"cdna_length": 2071,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFAP2A",
"gene_hgnc_id": 11742,
"hgvs_c": "c.694C>T",
"hgvs_p": "p.Arg232Trp",
"transcript": "NM_001042425.3",
"protein_id": "NP_001035890.1",
"transcript_support_level": null,
"aa_start": 232,
"aa_end": null,
"aa_length": 433,
"cds_start": 694,
"cds_end": null,
"cds_length": 1302,
"cdna_start": 903,
"cdna_end": null,
"cdna_length": 3251,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFAP2A",
"gene_hgnc_id": 11742,
"hgvs_c": "c.694C>T",
"hgvs_p": "p.Arg232Trp",
"transcript": "ENST00000319516.8",
"protein_id": "ENSP00000316516.4",
"transcript_support_level": 5,
"aa_start": 232,
"aa_end": null,
"aa_length": 433,
"cds_start": 694,
"cds_end": null,
"cds_length": 1302,
"cdna_start": 882,
"cdna_end": null,
"cdna_length": 2035,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFAP2A",
"gene_hgnc_id": 11742,
"hgvs_c": "c.688C>T",
"hgvs_p": "p.Arg230Trp",
"transcript": "NM_001032280.3",
"protein_id": "NP_001027451.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 431,
"cds_start": 688,
"cds_end": null,
"cds_length": 1296,
"cdna_start": 1483,
"cdna_end": null,
"cdna_length": 3831,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFAP2A",
"gene_hgnc_id": 11742,
"hgvs_c": "c.418C>T",
"hgvs_p": "p.Arg140Trp",
"transcript": "ENST00000475264.5",
"protein_id": "ENSP00000419696.1",
"transcript_support_level": 3,
"aa_start": 140,
"aa_end": null,
"aa_length": 217,
"cds_start": 418,
"cds_end": null,
"cds_length": 654,
"cdna_start": 420,
"cdna_end": null,
"cdna_length": 675,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFAP2A",
"gene_hgnc_id": 11742,
"hgvs_c": "c.277C>T",
"hgvs_p": "p.Arg93Trp",
"transcript": "ENST00000498450.3",
"protein_id": "ENSP00000419961.3",
"transcript_support_level": 5,
"aa_start": 93,
"aa_end": null,
"aa_length": 135,
"cds_start": 277,
"cds_end": null,
"cds_length": 408,
"cdna_start": 286,
"cdna_end": null,
"cdna_length": 417,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFAP2A",
"gene_hgnc_id": 11742,
"hgvs_c": "c.28C>T",
"hgvs_p": "p.Arg10Trp",
"transcript": "ENST00000461628.5",
"protein_id": "ENSP00000417735.1",
"transcript_support_level": 3,
"aa_start": 10,
"aa_end": null,
"aa_length": 80,
"cds_start": 28,
"cds_end": null,
"cds_length": 243,
"cdna_start": 29,
"cdna_end": null,
"cdna_length": 582,
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFAP2A",
"gene_hgnc_id": 11742,
"hgvs_c": "n.*203C>T",
"hgvs_p": null,
"transcript": "ENST00000489805.5",
"protein_id": "ENSP00000420568.1",
"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": 2739,
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFAP2A",
"gene_hgnc_id": 11742,
"hgvs_c": "n.677C>T",
"hgvs_p": null,
"transcript": "ENST00000497266.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": 1014,
"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": 1,
"exon_rank_end": null,
"exon_count": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFAP2A-AS2",
"gene_hgnc_id": 52289,
"hgvs_c": "n.111G>A",
"hgvs_p": null,
"transcript": "ENST00000645232.2",
"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": 3473,
"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": 1,
"exon_rank_end": null,
"exon_count": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFAP2A-AS2",
"gene_hgnc_id": 52289,
"hgvs_c": "n.65G>A",
"hgvs_p": null,
"transcript": "NR_145448.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": 3426,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFAP2A",
"gene_hgnc_id": 11742,
"hgvs_c": "n.*203C>T",
"hgvs_p": null,
"transcript": "ENST00000489805.5",
"protein_id": "ENSP00000420568.1",
"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": 2739,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFAP2A",
"gene_hgnc_id": 11742,
"hgvs_c": "n.*102C>T",
"hgvs_p": null,
"transcript": "ENST00000473652.1",
"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": 658,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFAP2A",
"gene_hgnc_id": 11742,
"hgvs_c": "n.*55C>T",
"hgvs_p": null,
"transcript": "ENST00000490875.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": 893,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "TFAP2A",
"gene_hgnc_id": 11742,
"dbsnp": "rs1554111749",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9615811109542847,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.947,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9998,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.56,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 1.984,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.01,
"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": 12,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PM1,PM2,PM5,PP3_Strong,PP5_Moderate",
"acmg_by_gene": [
{
"score": 12,
"benign_score": 0,
"pathogenic_score": 12,
"criteria": [
"PM1",
"PM2",
"PM5",
"PP3_Strong",
"PP5_Moderate"
],
"verdict": "Pathogenic",
"transcript": "ENST00000379613.10",
"gene_symbol": "TFAP2A",
"hgnc_id": 11742,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.712C>T",
"hgvs_p": "p.Arg238Trp"
},
{
"score": 8,
"benign_score": 0,
"pathogenic_score": 8,
"criteria": [
"PM2",
"PP3_Strong",
"PP5_Moderate"
],
"verdict": "Likely_pathogenic",
"transcript": "NR_145448.1",
"gene_symbol": "TFAP2A-AS2",
"hgnc_id": 52289,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.65G>A",
"hgvs_p": null
}
],
"clinvar_disease": "Branchiooculofacial syndrome",
"clinvar_classification": "Likely pathogenic",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LP:1",
"phenotype_combined": "Branchiooculofacial syndrome",
"pathogenicity_classification_combined": "Likely pathogenic",
"custom_annotations": null
}
],
"message": null
}