← 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-69763927-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=69763927&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "3",
"pos": 69763927,
"ref": "G",
"alt": "A",
"effect": "intron_variant",
"transcript": "ENST00000352241.9",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MITF",
"gene_hgnc_id": 7105,
"hgvs_c": "c.104+24226G>A",
"hgvs_p": null,
"transcript": "NM_001354604.2",
"protein_id": "NP_001341533.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 526,
"cds_start": -4,
"cds_end": null,
"cds_length": 1581,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4799,
"mane_select": "ENST00000352241.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MITF",
"gene_hgnc_id": 7105,
"hgvs_c": "c.104+24226G>A",
"hgvs_p": null,
"transcript": "ENST00000352241.9",
"protein_id": "ENSP00000295600.8",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 526,
"cds_start": -4,
"cds_end": null,
"cds_length": 1581,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4799,
"mane_select": "NM_001354604.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MITF",
"gene_hgnc_id": 7105,
"hgvs_c": "c.86G>A",
"hgvs_p": "p.Cys29Tyr",
"transcript": "NM_006722.3",
"protein_id": "NP_006713.1",
"transcript_support_level": null,
"aa_start": 29,
"aa_end": null,
"aa_length": 519,
"cds_start": 86,
"cds_end": null,
"cds_length": 1560,
"cdna_start": 117,
"cdna_end": null,
"cdna_length": 4675,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MITF",
"gene_hgnc_id": 7105,
"hgvs_c": "c.86G>A",
"hgvs_p": "p.Cys29Tyr",
"transcript": "ENST00000448226.9",
"protein_id": "ENSP00000391803.3",
"transcript_support_level": 5,
"aa_start": 29,
"aa_end": null,
"aa_length": 519,
"cds_start": 86,
"cds_end": null,
"cds_length": 1560,
"cdna_start": 117,
"cdna_end": null,
"cdna_length": 4675,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MITF",
"gene_hgnc_id": 7105,
"hgvs_c": "c.104+24226G>A",
"hgvs_p": null,
"transcript": "NM_001354605.2",
"protein_id": "NP_001341534.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 525,
"cds_start": -4,
"cds_end": null,
"cds_length": 1578,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4796,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MITF",
"gene_hgnc_id": 7105,
"hgvs_c": "c.104+24226G>A",
"hgvs_p": null,
"transcript": "NM_198159.3",
"protein_id": "NP_937802.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 520,
"cds_start": -4,
"cds_end": null,
"cds_length": 1563,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4781,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MITF",
"gene_hgnc_id": 7105,
"hgvs_c": "c.104+24226G>A",
"hgvs_p": null,
"transcript": "ENST00000642352.1",
"protein_id": "ENSP00000494105.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 520,
"cds_start": -4,
"cds_end": null,
"cds_length": 1563,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4767,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MITF",
"gene_hgnc_id": 7105,
"hgvs_c": "c.104+24226G>A",
"hgvs_p": null,
"transcript": "NM_001354606.2",
"protein_id": "NP_001341535.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 519,
"cds_start": -4,
"cds_end": null,
"cds_length": 1560,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4778,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MITF",
"gene_hgnc_id": 7105,
"hgvs_c": "c.-77+24226G>A",
"hgvs_p": null,
"transcript": "NM_001354607.2",
"protein_id": "NP_001341536.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 503,
"cds_start": -4,
"cds_end": null,
"cds_length": 1512,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4910,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MITF",
"gene_hgnc_id": 7105,
"hgvs_c": "c.-77+24226G>A",
"hgvs_p": null,
"transcript": "ENST00000687384.1",
"protein_id": "ENSP00000510225.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 503,
"cds_start": -4,
"cds_end": null,
"cds_length": 1512,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2214,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MITF",
"gene_hgnc_id": 7105,
"hgvs_c": "c.104+24226G>A",
"hgvs_p": null,
"transcript": "ENST00000693031.1",
"protein_id": "ENSP00000509845.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 495,
"cds_start": -4,
"cds_end": null,
"cds_length": 1488,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2011,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MITF",
"gene_hgnc_id": 7105,
"hgvs_c": "c.-53+235G>A",
"hgvs_p": null,
"transcript": "NM_001184967.2",
"protein_id": "NP_001171896.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 468,
"cds_start": -4,
"cds_end": null,
"cds_length": 1407,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4732,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MITF",
"gene_hgnc_id": 7105,
"hgvs_c": "c.-92+24226G>A",
"hgvs_p": null,
"transcript": "NM_001354608.2",
"protein_id": "NP_001341537.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 468,
"cds_start": -4,
"cds_end": null,
"cds_length": 1407,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4820,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MITF",
"gene_hgnc_id": 7105,
"hgvs_c": "c.-53+235G>A",
"hgvs_p": null,
"transcript": "ENST00000472437.5",
"protein_id": "ENSP00000418845.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 468,
"cds_start": -4,
"cds_end": null,
"cds_length": 1407,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1995,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MITF",
"gene_hgnc_id": 7105,
"hgvs_c": "c.-53+1138G>A",
"hgvs_p": null,
"transcript": "ENST00000433517.5",
"protein_id": "ENSP00000411389.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 156,
"cds_start": -4,
"cds_end": null,
"cds_length": 471,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 589,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MITF",
"gene_hgnc_id": 7105,
"hgvs_c": "c.-278+5171G>A",
"hgvs_p": null,
"transcript": "ENST00000429090.5",
"protein_id": "ENSP00000407620.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 69,
"cds_start": -4,
"cds_end": null,
"cds_length": 212,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 542,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MITF",
"gene_hgnc_id": 7105,
"hgvs_c": "n.220+24226G>A",
"hgvs_p": null,
"transcript": "ENST00000495741.1",
"protein_id": null,
"transcript_support_level": 4,
"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": 473,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "MITF",
"gene_hgnc_id": 7105,
"dbsnp": "rs373660547",
"frequency_reference_population": 0.000088500885,
"hom_count_reference_population": 0,
"allele_count_reference_population": 121,
"gnomad_exomes_af": 0.0000370406,
"gnomad_genomes_af": 0.000498897,
"gnomad_exomes_ac": 45,
"gnomad_genomes_ac": 76,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.01142069697380066,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": null,
"splice_prediction_selected": null,
"splice_source_selected": null,
"revel_score": 0.014,
"revel_prediction": "Benign",
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.67,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.858,
"phylop100way_prediction": "Benign",
"spliceai_max_score": null,
"spliceai_max_prediction": null,
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -9,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6,BS1",
"acmg_by_gene": [
{
"score": -9,
"benign_score": 9,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6",
"BS1"
],
"verdict": "Benign",
"transcript": "ENST00000352241.9",
"gene_symbol": "MITF",
"hgnc_id": 7105,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.104+24226G>A",
"hgvs_p": null
}
],
"clinvar_disease": "Hereditary cancer-predisposing syndrome,MITF-related disorder,not specified",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:1 B:1",
"phenotype_combined": "not specified|Hereditary cancer-predisposing syndrome|MITF-related disorder",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}