← 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: 1-230703308-C-CA (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=230703308&ref=C&alt=CA&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 230703308,
"ref": "C",
"alt": "CA",
"effect": "frameshift_variant",
"transcript": "NM_001382817.3",
"consequences": [
{
"aa_ref": "F",
"aa_alt": "F?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGT",
"gene_hgnc_id": 333,
"hgvs_c": "c.1263dupT",
"hgvs_p": "p.Glu422fs",
"transcript": "NM_001384479.1",
"protein_id": "NP_001371408.1",
"transcript_support_level": null,
"aa_start": 421,
"aa_end": null,
"aa_length": 476,
"cds_start": 1263,
"cds_end": null,
"cds_length": 1431,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000366667.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001384479.1"
},
{
"aa_ref": "F",
"aa_alt": "F?",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGT",
"gene_hgnc_id": 333,
"hgvs_c": "c.1263dupT",
"hgvs_p": "p.Glu422fs",
"transcript": "ENST00000366667.6",
"protein_id": "ENSP00000355627.5",
"transcript_support_level": 1,
"aa_start": 421,
"aa_end": null,
"aa_length": 476,
"cds_start": 1263,
"cds_end": null,
"cds_length": 1431,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001384479.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000366667.6"
},
{
"aa_ref": "F",
"aa_alt": "F?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGT",
"gene_hgnc_id": 333,
"hgvs_c": "c.1263dupT",
"hgvs_p": "p.Glu422fs",
"transcript": "NM_001382817.3",
"protein_id": "NP_001369746.2",
"transcript_support_level": null,
"aa_start": 421,
"aa_end": null,
"aa_length": 476,
"cds_start": 1263,
"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": "NM_001382817.3"
},
{
"aa_ref": "F",
"aa_alt": "F?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGT",
"gene_hgnc_id": 333,
"hgvs_c": "c.1263dupT",
"hgvs_p": "p.Glu422fs",
"transcript": "ENST00000680041.1",
"protein_id": "ENSP00000504866.1",
"transcript_support_level": null,
"aa_start": 421,
"aa_end": null,
"aa_length": 476,
"cds_start": 1263,
"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": "ENST00000680041.1"
},
{
"aa_ref": "F",
"aa_alt": "F?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGT",
"gene_hgnc_id": 333,
"hgvs_c": "c.1263dupT",
"hgvs_p": "p.Glu422fs",
"transcript": "ENST00000681269.1",
"protein_id": "ENSP00000505985.1",
"transcript_support_level": null,
"aa_start": 421,
"aa_end": null,
"aa_length": 476,
"cds_start": 1263,
"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": "ENST00000681269.1"
},
{
"aa_ref": "F",
"aa_alt": "F?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGT",
"gene_hgnc_id": 333,
"hgvs_c": "c.1263dupT",
"hgvs_p": "p.Glu422fs",
"transcript": "ENST00000681514.1",
"protein_id": "ENSP00000505963.1",
"transcript_support_level": null,
"aa_start": 421,
"aa_end": null,
"aa_length": 476,
"cds_start": 1263,
"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": "ENST00000681514.1"
},
{
"aa_ref": "F",
"aa_alt": "F?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGT",
"gene_hgnc_id": 333,
"hgvs_c": "c.1254dupT",
"hgvs_p": "p.Glu419fs",
"transcript": "ENST00000679957.1",
"protein_id": "ENSP00000506646.1",
"transcript_support_level": null,
"aa_start": 418,
"aa_end": null,
"aa_length": 473,
"cds_start": 1254,
"cds_end": null,
"cds_length": 1422,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000679957.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "AGT",
"gene_hgnc_id": 333,
"hgvs_c": "c.829+6686dupT",
"hgvs_p": null,
"transcript": "ENST00000680783.1",
"protein_id": "ENSP00000506329.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 285,
"cds_start": null,
"cds_end": null,
"cds_length": 858,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000680783.1"
},
{
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGT",
"gene_hgnc_id": 333,
"hgvs_c": "n.1263dupT",
"hgvs_p": null,
"transcript": "ENST00000679738.1",
"protein_id": "ENSP00000505063.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000679738.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGT",
"gene_hgnc_id": 333,
"hgvs_c": "n.*722dupT",
"hgvs_p": null,
"transcript": "ENST00000679802.1",
"protein_id": "ENSP00000505184.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000679802.1"
},
{
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGT",
"gene_hgnc_id": 333,
"hgvs_c": "n.5568dupT",
"hgvs_p": null,
"transcript": "ENST00000679854.1",
"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": "retained_intron",
"feature": "ENST00000679854.1"
},
{
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGT",
"gene_hgnc_id": 333,
"hgvs_c": "n.3369dupT",
"hgvs_p": null,
"transcript": "ENST00000681347.1",
"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": "retained_intron",
"feature": "ENST00000681347.1"
},
{
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGT",
"gene_hgnc_id": 333,
"hgvs_c": "n.*757dupT",
"hgvs_p": null,
"transcript": "ENST00000681772.1",
"protein_id": "ENSP00000505829.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000681772.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGT",
"gene_hgnc_id": 333,
"hgvs_c": "n.*722dupT",
"hgvs_p": null,
"transcript": "ENST00000679802.1",
"protein_id": "ENSP00000505184.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000679802.1"
},
{
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGT",
"gene_hgnc_id": 333,
"hgvs_c": "n.*757dupT",
"hgvs_p": null,
"transcript": "ENST00000681772.1",
"protein_id": "ENSP00000505829.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000681772.1"
}
],
"gene_symbol": "AGT",
"gene_hgnc_id": 333,
"dbsnp": "rs387906578",
"frequency_reference_population": 0.000026030337,
"hom_count_reference_population": 0,
"allele_count_reference_population": 42,
"gnomad_exomes_af": 0.000026681,
"gnomad_genomes_af": 0.0000197641,
"gnomad_exomes_ac": 39,
"gnomad_genomes_ac": 3,
"gnomad_exomes_homalt": 0,
"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.029999999329447746,
"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": -0.057,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.03,
"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": 8,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PVS1_Strong,PM2,PP5_Moderate",
"acmg_by_gene": [
{
"score": 8,
"benign_score": 0,
"pathogenic_score": 8,
"criteria": [
"PVS1_Strong",
"PM2",
"PP5_Moderate"
],
"verdict": "Likely_pathogenic",
"transcript": "NM_001382817.3",
"gene_symbol": "AGT",
"hgnc_id": 333,
"effects": [
"frameshift_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1263dupT",
"hgvs_p": "p.Glu422fs"
}
],
"clinvar_disease": "Anhydramnios,Large fontanelles",
"clinvar_classification": "Likely pathogenic",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LP:1",
"phenotype_combined": "Anhydramnios;Large fontanelles",
"pathogenicity_classification_combined": "Likely pathogenic",
"custom_annotations": null
}
],
"message": null
}