← 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: 15-72474711-CGAG-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=15&pos=72474711&ref=CGAG&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "15",
"pos": 72474711,
"ref": "CGAG",
"alt": "C",
"effect": "disruptive_inframe_deletion",
"transcript": "NM_005744.5",
"consequences": [
{
"aa_ref": "ED",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARIH1",
"gene_hgnc_id": 689,
"hgvs_c": "c.84_86delGGA",
"hgvs_p": "p.Glu28del",
"transcript": "NM_005744.5",
"protein_id": "NP_005735.2",
"transcript_support_level": null,
"aa_start": 28,
"aa_end": null,
"aa_length": 557,
"cds_start": 84,
"cds_end": null,
"cds_length": 1674,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000379887.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_005744.5"
},
{
"aa_ref": "ED",
"aa_alt": "D",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARIH1",
"gene_hgnc_id": 689,
"hgvs_c": "c.84_86delGGA",
"hgvs_p": "p.Glu28del",
"transcript": "ENST00000379887.9",
"protein_id": "ENSP00000369217.4",
"transcript_support_level": 1,
"aa_start": 28,
"aa_end": null,
"aa_length": 557,
"cds_start": 84,
"cds_end": null,
"cds_length": 1674,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_005744.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000379887.9"
},
{
"aa_ref": "ED",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARIH1",
"gene_hgnc_id": 689,
"hgvs_c": "c.84_86delGGA",
"hgvs_p": "p.Glu28del",
"transcript": "ENST00000915026.1",
"protein_id": "ENSP00000585085.1",
"transcript_support_level": null,
"aa_start": 28,
"aa_end": null,
"aa_length": 557,
"cds_start": 84,
"cds_end": null,
"cds_length": 1674,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915026.1"
},
{
"aa_ref": "ED",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARIH1",
"gene_hgnc_id": 689,
"hgvs_c": "c.84_86delGGA",
"hgvs_p": "p.Glu28del",
"transcript": "ENST00000915024.1",
"protein_id": "ENSP00000585083.1",
"transcript_support_level": null,
"aa_start": 28,
"aa_end": null,
"aa_length": 536,
"cds_start": 84,
"cds_end": null,
"cds_length": 1611,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915024.1"
},
{
"aa_ref": "ED",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARIH1",
"gene_hgnc_id": 689,
"hgvs_c": "c.84_86delGGA",
"hgvs_p": "p.Glu28del",
"transcript": "ENST00000954374.1",
"protein_id": "ENSP00000624433.1",
"transcript_support_level": null,
"aa_start": 28,
"aa_end": null,
"aa_length": 525,
"cds_start": 84,
"cds_end": null,
"cds_length": 1578,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954374.1"
},
{
"aa_ref": "ED",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARIH1",
"gene_hgnc_id": 689,
"hgvs_c": "c.84_86delGGA",
"hgvs_p": "p.Glu28del",
"transcript": "ENST00000954375.1",
"protein_id": "ENSP00000624434.1",
"transcript_support_level": null,
"aa_start": 28,
"aa_end": null,
"aa_length": 507,
"cds_start": 84,
"cds_end": null,
"cds_length": 1524,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954375.1"
},
{
"aa_ref": "ED",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARIH1",
"gene_hgnc_id": 689,
"hgvs_c": "c.84_86delGGA",
"hgvs_p": "p.Glu28del",
"transcript": "ENST00000915027.1",
"protein_id": "ENSP00000585086.1",
"transcript_support_level": null,
"aa_start": 28,
"aa_end": null,
"aa_length": 486,
"cds_start": 84,
"cds_end": null,
"cds_length": 1461,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915027.1"
},
{
"aa_ref": "ED",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARIH1",
"gene_hgnc_id": 689,
"hgvs_c": "c.84_86delGGA",
"hgvs_p": "p.Glu28del",
"transcript": "ENST00000891024.1",
"protein_id": "ENSP00000561083.1",
"transcript_support_level": null,
"aa_start": 28,
"aa_end": null,
"aa_length": 476,
"cds_start": 84,
"cds_end": null,
"cds_length": 1431,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000891024.1"
},
{
"aa_ref": "ED",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARIH1",
"gene_hgnc_id": 689,
"hgvs_c": "c.84_86delGGA",
"hgvs_p": "p.Glu28del",
"transcript": "ENST00000915025.1",
"protein_id": "ENSP00000585084.1",
"transcript_support_level": null,
"aa_start": 28,
"aa_end": null,
"aa_length": 470,
"cds_start": 84,
"cds_end": null,
"cds_length": 1413,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915025.1"
},
{
"aa_ref": "ED",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARIH1",
"gene_hgnc_id": 689,
"hgvs_c": "c.78_80delGGA",
"hgvs_p": "p.Glu26del",
"transcript": "ENST00000564062.1",
"protein_id": "ENSP00000454774.1",
"transcript_support_level": 3,
"aa_start": 26,
"aa_end": null,
"aa_length": 202,
"cds_start": 78,
"cds_end": null,
"cds_length": 611,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000564062.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"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": "TMEM202-AS1",
"gene_hgnc_id": 53265,
"hgvs_c": "n.455_457delCTC",
"hgvs_p": null,
"transcript": "ENST00000565181.1",
"protein_id": null,
"transcript_support_level": 6,
"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": "ENST00000565181.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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARIH1",
"gene_hgnc_id": 689,
"hgvs_c": "n.84_86delGGA",
"hgvs_p": null,
"transcript": "ENST00000570085.5",
"protein_id": "ENSP00000456746.1",
"transcript_support_level": 3,
"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": "nonsense_mediated_decay",
"feature": "ENST00000570085.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARIH1",
"gene_hgnc_id": 689,
"hgvs_c": "n.-224_-222delGAG",
"hgvs_p": null,
"transcript": "ENST00000567762.1",
"protein_id": null,
"transcript_support_level": 3,
"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": "ENST00000567762.1"
}
],
"gene_symbol": "ARIH1",
"gene_hgnc_id": 689,
"dbsnp": "rs143905502",
"frequency_reference_population": 0.0012450368,
"hom_count_reference_population": 1,
"allele_count_reference_population": 1941,
"gnomad_exomes_af": 0.00130137,
"gnomad_genomes_af": 0.000723627,
"gnomad_exomes_ac": 1831,
"gnomad_genomes_ac": 110,
"gnomad_exomes_homalt": 1,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"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": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 7.768,
"phylop100way_prediction": "Pathogenic",
"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": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP6_Very_Strong,BS2",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP6_Very_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_005744.5",
"gene_symbol": "ARIH1",
"hgnc_id": 689,
"effects": [
"disruptive_inframe_deletion"
],
"inheritance_mode": "AD",
"hgvs_c": "c.84_86delGGA",
"hgvs_p": "p.Glu28del"
},
{
"score": -8,
"benign_score": 8,
"pathogenic_score": 0,
"criteria": [
"BP6_Very_Strong"
],
"verdict": "Benign",
"transcript": "ENST00000565181.1",
"gene_symbol": "TMEM202-AS1",
"hgnc_id": 53265,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.455_457delCTC",
"hgvs_p": null
}
],
"clinvar_disease": "ARIH1-related disorder,Familial thoracic aortic aneurysm and aortic dissection,not provided",
"clinvar_classification": "Benign/Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:1 B:1",
"phenotype_combined": "not provided|Familial thoracic aortic aneurysm and aortic dissection|ARIH1-related disorder",
"pathogenicity_classification_combined": "Benign/Likely benign",
"custom_annotations": null
}
],
"message": null
}