← 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: 8-131946516-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=8&pos=131946516&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "8",
"pos": 131946516,
"ref": "A",
"alt": "G",
"effect": "synonymous_variant",
"transcript": "NM_001323558.2",
"consequences": [
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFR3A",
"gene_hgnc_id": 28970,
"hgvs_c": "c.249A>G",
"hgvs_p": "p.Gln83Gln",
"transcript": "NM_015137.6",
"protein_id": "NP_055952.2",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 821,
"cds_start": 249,
"cds_end": null,
"cds_length": 2466,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000254624.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_015137.6"
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFR3A",
"gene_hgnc_id": 28970,
"hgvs_c": "c.249A>G",
"hgvs_p": "p.Gln83Gln",
"transcript": "ENST00000254624.10",
"protein_id": "ENSP00000254624.5",
"transcript_support_level": 1,
"aa_start": 83,
"aa_end": null,
"aa_length": 821,
"cds_start": 249,
"cds_end": null,
"cds_length": 2466,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_015137.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000254624.10"
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFR3A",
"gene_hgnc_id": 28970,
"hgvs_c": "c.141A>G",
"hgvs_p": "p.Gln47Gln",
"transcript": "ENST00000519656.1",
"protein_id": "ENSP00000428086.1",
"transcript_support_level": 1,
"aa_start": 47,
"aa_end": null,
"aa_length": 785,
"cds_start": 141,
"cds_end": null,
"cds_length": 2358,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000519656.1"
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFR3A",
"gene_hgnc_id": 28970,
"hgvs_c": "c.330A>G",
"hgvs_p": "p.Gln110Gln",
"transcript": "ENST00000637848.1",
"protein_id": "ENSP00000490312.1",
"transcript_support_level": 5,
"aa_start": 110,
"aa_end": null,
"aa_length": 848,
"cds_start": 330,
"cds_end": null,
"cds_length": 2547,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000637848.1"
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFR3A",
"gene_hgnc_id": 28970,
"hgvs_c": "c.249A>G",
"hgvs_p": "p.Gln83Gln",
"transcript": "NM_001323558.2",
"protein_id": "NP_001310487.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 838,
"cds_start": 249,
"cds_end": null,
"cds_length": 2517,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323558.2"
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFR3A",
"gene_hgnc_id": 28970,
"hgvs_c": "c.249A>G",
"hgvs_p": "p.Gln83Gln",
"transcript": "ENST00000907239.1",
"protein_id": "ENSP00000577298.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 838,
"cds_start": 249,
"cds_end": null,
"cds_length": 2517,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907239.1"
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFR3A",
"gene_hgnc_id": 28970,
"hgvs_c": "c.249A>G",
"hgvs_p": "p.Gln83Gln",
"transcript": "ENST00000907240.1",
"protein_id": "ENSP00000577299.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 830,
"cds_start": 249,
"cds_end": null,
"cds_length": 2493,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907240.1"
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFR3A",
"gene_hgnc_id": 28970,
"hgvs_c": "c.249A>G",
"hgvs_p": "p.Gln83Gln",
"transcript": "ENST00000926000.1",
"protein_id": "ENSP00000596059.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 808,
"cds_start": 249,
"cds_end": null,
"cds_length": 2427,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000926000.1"
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFR3A",
"gene_hgnc_id": 28970,
"hgvs_c": "c.249A>G",
"hgvs_p": "p.Gln83Gln",
"transcript": "ENST00000925999.1",
"protein_id": "ENSP00000596058.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 803,
"cds_start": 249,
"cds_end": null,
"cds_length": 2412,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925999.1"
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFR3A",
"gene_hgnc_id": 28970,
"hgvs_c": "c.141A>G",
"hgvs_p": "p.Gln47Gln",
"transcript": "NM_001323553.2",
"protein_id": "NP_001310482.1",
"transcript_support_level": null,
"aa_start": 47,
"aa_end": null,
"aa_length": 785,
"cds_start": 141,
"cds_end": null,
"cds_length": 2358,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323553.2"
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFR3A",
"gene_hgnc_id": 28970,
"hgvs_c": "c.141A>G",
"hgvs_p": "p.Gln47Gln",
"transcript": "NM_001323554.2",
"protein_id": "NP_001310483.1",
"transcript_support_level": null,
"aa_start": 47,
"aa_end": null,
"aa_length": 785,
"cds_start": 141,
"cds_end": null,
"cds_length": 2358,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323554.2"
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFR3A",
"gene_hgnc_id": 28970,
"hgvs_c": "c.141A>G",
"hgvs_p": "p.Gln47Gln",
"transcript": "NM_001323555.2",
"protein_id": "NP_001310484.1",
"transcript_support_level": null,
"aa_start": 47,
"aa_end": null,
"aa_length": 785,
"cds_start": 141,
"cds_end": null,
"cds_length": 2358,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323555.2"
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFR3A",
"gene_hgnc_id": 28970,
"hgvs_c": "c.141A>G",
"hgvs_p": "p.Gln47Gln",
"transcript": "NM_001323556.2",
"protein_id": "NP_001310485.1",
"transcript_support_level": null,
"aa_start": 47,
"aa_end": null,
"aa_length": 785,
"cds_start": 141,
"cds_end": null,
"cds_length": 2358,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323556.2"
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFR3A",
"gene_hgnc_id": 28970,
"hgvs_c": "c.141A>G",
"hgvs_p": "p.Gln47Gln",
"transcript": "NM_001323557.2",
"protein_id": "NP_001310486.1",
"transcript_support_level": null,
"aa_start": 47,
"aa_end": null,
"aa_length": 785,
"cds_start": 141,
"cds_end": null,
"cds_length": 2358,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323557.2"
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFR3A",
"gene_hgnc_id": 28970,
"hgvs_c": "c.141A>G",
"hgvs_p": "p.Gln47Gln",
"transcript": "ENST00000522709.5",
"protein_id": "ENSP00000430512.1",
"transcript_support_level": 5,
"aa_start": 47,
"aa_end": null,
"aa_length": 132,
"cds_start": 141,
"cds_end": null,
"cds_length": 399,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000522709.5"
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFR3A",
"gene_hgnc_id": 28970,
"hgvs_c": "c.318A>G",
"hgvs_p": "p.Gln106Gln",
"transcript": "XM_047421603.1",
"protein_id": "XP_047277559.1",
"transcript_support_level": null,
"aa_start": 106,
"aa_end": null,
"aa_length": 844,
"cds_start": 318,
"cds_end": null,
"cds_length": 2535,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047421603.1"
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFR3A",
"gene_hgnc_id": 28970,
"hgvs_c": "c.318A>G",
"hgvs_p": "p.Gln106Gln",
"transcript": "XM_047421604.1",
"protein_id": "XP_047277560.1",
"transcript_support_level": null,
"aa_start": 106,
"aa_end": null,
"aa_length": 751,
"cds_start": 318,
"cds_end": null,
"cds_length": 2256,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047421604.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFR3A",
"gene_hgnc_id": 28970,
"hgvs_c": "n.538A>G",
"hgvs_p": null,
"transcript": "NR_136615.2",
"protein_id": null,
"transcript_support_level": null,
"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": "pseudogene",
"feature": "NR_136615.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFR3A",
"gene_hgnc_id": 28970,
"hgvs_c": "n.469A>G",
"hgvs_p": null,
"transcript": "NR_136616.2",
"protein_id": null,
"transcript_support_level": null,
"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": "pseudogene",
"feature": "NR_136616.2"
}
],
"gene_symbol": "EFR3A",
"gene_hgnc_id": 28970,
"dbsnp": "rs990812631",
"frequency_reference_population": 0.0000020630553,
"hom_count_reference_population": 0,
"allele_count_reference_population": 3,
"gnomad_exomes_af": 0.00000206306,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 3,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.5199999809265137,
"computational_prediction_selected": "Benign",
"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.52,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.528,
"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": -3,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong,BP7",
"acmg_by_gene": [
{
"score": -3,
"benign_score": 5,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "NM_001323558.2",
"gene_symbol": "EFR3A",
"hgnc_id": 28970,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.249A>G",
"hgvs_p": "p.Gln83Gln"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}