← 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: 12-53424335-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=53424335&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "12",
"pos": 53424335,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_020547.3",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AMHR2",
"gene_hgnc_id": 465,
"hgvs_c": "c.97C>T",
"hgvs_p": "p.Arg33Trp",
"transcript": "NM_020547.3",
"protein_id": "NP_065434.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 573,
"cds_start": 97,
"cds_end": null,
"cds_length": 1722,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000257863.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_020547.3"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AMHR2",
"gene_hgnc_id": 465,
"hgvs_c": "c.97C>T",
"hgvs_p": "p.Arg33Trp",
"transcript": "ENST00000257863.9",
"protein_id": "ENSP00000257863.3",
"transcript_support_level": 1,
"aa_start": 33,
"aa_end": null,
"aa_length": 573,
"cds_start": 97,
"cds_end": null,
"cds_length": 1722,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_020547.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000257863.9"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AMHR2",
"gene_hgnc_id": 465,
"hgvs_c": "c.97C>T",
"hgvs_p": "p.Arg33Trp",
"transcript": "ENST00000379791.7",
"protein_id": "ENSP00000369117.3",
"transcript_support_level": 1,
"aa_start": 33,
"aa_end": null,
"aa_length": 478,
"cds_start": 97,
"cds_end": null,
"cds_length": 1437,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000379791.7"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AMHR2",
"gene_hgnc_id": 465,
"hgvs_c": "c.97C>T",
"hgvs_p": "p.Arg33Trp",
"transcript": "ENST00000550311.5",
"protein_id": "ENSP00000446661.1",
"transcript_support_level": 1,
"aa_start": 33,
"aa_end": null,
"aa_length": 478,
"cds_start": 97,
"cds_end": null,
"cds_length": 1437,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000550311.5"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AMHR2",
"gene_hgnc_id": 465,
"hgvs_c": "c.97C>T",
"hgvs_p": "p.Arg33Trp",
"transcript": "ENST00000963566.1",
"protein_id": "ENSP00000633625.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 513,
"cds_start": 97,
"cds_end": null,
"cds_length": 1542,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000963566.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AMHR2",
"gene_hgnc_id": 465,
"hgvs_c": "c.97C>T",
"hgvs_p": "p.Arg33Trp",
"transcript": "NM_001164690.2",
"protein_id": "NP_001158162.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 478,
"cds_start": 97,
"cds_end": null,
"cds_length": 1437,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001164690.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AMHR2",
"gene_hgnc_id": 465,
"hgvs_c": "c.97C>T",
"hgvs_p": "p.Arg33Trp",
"transcript": "NM_001164691.2",
"protein_id": "NP_001158163.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 478,
"cds_start": 97,
"cds_end": null,
"cds_length": 1437,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001164691.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AMHR2",
"gene_hgnc_id": 465,
"hgvs_c": "c.97C>T",
"hgvs_p": "p.Arg33Trp",
"transcript": "ENST00000963565.1",
"protein_id": "ENSP00000633624.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 382,
"cds_start": 97,
"cds_end": null,
"cds_length": 1149,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000963565.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AMHR2",
"gene_hgnc_id": 465,
"hgvs_c": "c.97C>T",
"hgvs_p": "p.Arg33Trp",
"transcript": "ENST00000963564.1",
"protein_id": "ENSP00000633623.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 310,
"cds_start": 97,
"cds_end": null,
"cds_length": 933,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000963564.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AMHR2",
"gene_hgnc_id": 465,
"hgvs_c": "c.97C>T",
"hgvs_p": "p.Arg33Trp",
"transcript": "XM_011538173.2",
"protein_id": "XP_011536475.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 593,
"cds_start": 97,
"cds_end": null,
"cds_length": 1782,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011538173.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AMHR2",
"gene_hgnc_id": 465,
"hgvs_c": "c.97C>T",
"hgvs_p": "p.Arg33Trp",
"transcript": "XM_011538174.2",
"protein_id": "XP_011536476.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 592,
"cds_start": 97,
"cds_end": null,
"cds_length": 1779,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011538174.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AMHR2",
"gene_hgnc_id": 465,
"hgvs_c": "c.97C>T",
"hgvs_p": "p.Arg33Trp",
"transcript": "XM_011538176.2",
"protein_id": "XP_011536478.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 574,
"cds_start": 97,
"cds_end": null,
"cds_length": 1725,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011538176.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AMHR2",
"gene_hgnc_id": 465,
"hgvs_c": "c.97C>T",
"hgvs_p": "p.Arg33Trp",
"transcript": "XM_011538178.2",
"protein_id": "XP_011536480.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 520,
"cds_start": 97,
"cds_end": null,
"cds_length": 1563,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011538178.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AMHR2",
"gene_hgnc_id": 465,
"hgvs_c": "c.97C>T",
"hgvs_p": "p.Arg33Trp",
"transcript": "XM_011538179.2",
"protein_id": "XP_011536481.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 498,
"cds_start": 97,
"cds_end": null,
"cds_length": 1497,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011538179.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AMHR2",
"gene_hgnc_id": 465,
"hgvs_c": "c.97C>T",
"hgvs_p": "p.Arg33Trp",
"transcript": "XM_024448938.2",
"protein_id": "XP_024304706.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 479,
"cds_start": 97,
"cds_end": null,
"cds_length": 1440,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024448938.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AMHR2",
"gene_hgnc_id": 465,
"hgvs_c": "c.97C>T",
"hgvs_p": "p.Arg33Trp",
"transcript": "XM_017019179.2",
"protein_id": "XP_016874668.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 451,
"cds_start": 97,
"cds_end": null,
"cds_length": 1356,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017019179.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AMHR2",
"gene_hgnc_id": 465,
"hgvs_c": "c.97C>T",
"hgvs_p": "p.Arg33Trp",
"transcript": "XM_011538183.2",
"protein_id": "XP_011536485.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 450,
"cds_start": 97,
"cds_end": null,
"cds_length": 1353,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011538183.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AMHR2",
"gene_hgnc_id": 465,
"hgvs_c": "c.97C>T",
"hgvs_p": "p.Arg33Trp",
"transcript": "XM_011538184.2",
"protein_id": "XP_011536486.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 411,
"cds_start": 97,
"cds_end": null,
"cds_length": 1236,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011538184.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AMHR2",
"gene_hgnc_id": 465,
"hgvs_c": "c.97C>T",
"hgvs_p": "p.Arg33Trp",
"transcript": "XM_011538185.2",
"protein_id": "XP_011536487.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 383,
"cds_start": 97,
"cds_end": null,
"cds_length": 1152,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011538185.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AMHR2",
"gene_hgnc_id": 465,
"hgvs_c": "c.97C>T",
"hgvs_p": "p.Arg33Trp",
"transcript": "XM_047428700.1",
"protein_id": "XP_047284656.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 296,
"cds_start": 97,
"cds_end": null,
"cds_length": 891,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047428700.1"
},
{
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AMHR2",
"gene_hgnc_id": 465,
"hgvs_c": "n.58C>T",
"hgvs_p": null,
"transcript": "ENST00000553037.1",
"protein_id": null,
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000553037.1"
}
],
"gene_symbol": "AMHR2",
"gene_hgnc_id": 465,
"dbsnp": "rs374943863",
"frequency_reference_population": 0.000045258294,
"hom_count_reference_population": 0,
"allele_count_reference_population": 73,
"gnomad_exomes_af": 0.0000465501,
"gnomad_genomes_af": 0.0000328576,
"gnomad_exomes_ac": 68,
"gnomad_genomes_ac": 5,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.0827392041683197,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.07000000029802322,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.252,
"revel_prediction": "Benign",
"alphamissense_score": 0.1016,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.16,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.404,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.07,
"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": -3,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate,BP6",
"acmg_by_gene": [
{
"score": -3,
"benign_score": 3,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BP6"
],
"verdict": "Likely_benign",
"transcript": "NM_020547.3",
"gene_symbol": "AMHR2",
"hgnc_id": 465,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.97C>T",
"hgvs_p": "p.Arg33Trp"
}
],
"clinvar_disease": "Inborn genetic diseases,not provided",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:1 LB:1",
"phenotype_combined": "not provided|Inborn genetic diseases",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}