← 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: 9-136676634-TC-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=136676634&ref=TC&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "9",
"pos": 136676634,
"ref": "TC",
"alt": "T",
"effect": "frameshift_variant",
"transcript": "NM_006412.4",
"consequences": [
{
"aa_ref": "D",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGPAT2",
"gene_hgnc_id": 325,
"hgvs_c": "c.538delG",
"hgvs_p": "p.Asp180fs",
"transcript": "NM_006412.4",
"protein_id": "NP_006403.2",
"transcript_support_level": null,
"aa_start": 180,
"aa_end": null,
"aa_length": 278,
"cds_start": 538,
"cds_end": null,
"cds_length": 837,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000371696.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_006412.4"
},
{
"aa_ref": "D",
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGPAT2",
"gene_hgnc_id": 325,
"hgvs_c": "c.538delG",
"hgvs_p": "p.Asp180fs",
"transcript": "ENST00000371696.7",
"protein_id": "ENSP00000360761.2",
"transcript_support_level": 1,
"aa_start": 180,
"aa_end": null,
"aa_length": 278,
"cds_start": 538,
"cds_end": null,
"cds_length": 837,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_006412.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000371696.7"
},
{
"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": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "AGPAT2",
"gene_hgnc_id": 325,
"hgvs_c": "c.492+326delG",
"hgvs_p": null,
"transcript": "ENST00000371694.7",
"protein_id": "ENSP00000360759.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 246,
"cds_start": null,
"cds_end": null,
"cds_length": 741,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000371694.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGPAT2",
"gene_hgnc_id": 325,
"hgvs_c": "n.466delG",
"hgvs_p": null,
"transcript": "ENST00000472820.1",
"protein_id": null,
"transcript_support_level": 1,
"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": "ENST00000472820.1"
},
{
"aa_ref": "D",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGPAT2",
"gene_hgnc_id": 325,
"hgvs_c": "c.652delG",
"hgvs_p": "p.Asp218fs",
"transcript": "ENST00000951406.1",
"protein_id": "ENSP00000621465.1",
"transcript_support_level": null,
"aa_start": 218,
"aa_end": null,
"aa_length": 316,
"cds_start": 652,
"cds_end": null,
"cds_length": 951,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951406.1"
},
{
"aa_ref": "D",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGPAT2",
"gene_hgnc_id": 325,
"hgvs_c": "c.610delG",
"hgvs_p": "p.Asp204fs",
"transcript": "ENST00000951405.1",
"protein_id": "ENSP00000621464.1",
"transcript_support_level": null,
"aa_start": 204,
"aa_end": null,
"aa_length": 302,
"cds_start": 610,
"cds_end": null,
"cds_length": 909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951405.1"
},
{
"aa_ref": "D",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGPAT2",
"gene_hgnc_id": 325,
"hgvs_c": "c.538delG",
"hgvs_p": "p.Asp180fs",
"transcript": "ENST00000882836.1",
"protein_id": "ENSP00000552895.1",
"transcript_support_level": null,
"aa_start": 180,
"aa_end": null,
"aa_length": 298,
"cds_start": 538,
"cds_end": null,
"cds_length": 897,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000882836.1"
},
{
"aa_ref": "D",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGPAT2",
"gene_hgnc_id": 325,
"hgvs_c": "c.538delG",
"hgvs_p": "p.Asp180fs",
"transcript": "ENST00000882838.1",
"protein_id": "ENSP00000552897.1",
"transcript_support_level": null,
"aa_start": 180,
"aa_end": null,
"aa_length": 291,
"cds_start": 538,
"cds_end": null,
"cds_length": 876,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000882838.1"
},
{
"aa_ref": "D",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGPAT2",
"gene_hgnc_id": 325,
"hgvs_c": "c.574delG",
"hgvs_p": "p.Asp192fs",
"transcript": "ENST00000882833.1",
"protein_id": "ENSP00000552892.1",
"transcript_support_level": null,
"aa_start": 192,
"aa_end": null,
"aa_length": 290,
"cds_start": 574,
"cds_end": null,
"cds_length": 873,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000882833.1"
},
{
"aa_ref": "D",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGPAT2",
"gene_hgnc_id": 325,
"hgvs_c": "c.538delG",
"hgvs_p": "p.Asp180fs",
"transcript": "ENST00000882832.1",
"protein_id": "ENSP00000552891.1",
"transcript_support_level": null,
"aa_start": 180,
"aa_end": null,
"aa_length": 289,
"cds_start": 538,
"cds_end": null,
"cds_length": 870,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000882832.1"
},
{
"aa_ref": "D",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGPAT2",
"gene_hgnc_id": 325,
"hgvs_c": "c.556delG",
"hgvs_p": "p.Asp186fs",
"transcript": "ENST00000882834.1",
"protein_id": "ENSP00000552893.1",
"transcript_support_level": null,
"aa_start": 186,
"aa_end": null,
"aa_length": 284,
"cds_start": 556,
"cds_end": null,
"cds_length": 855,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000882834.1"
},
{
"aa_ref": "D",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGPAT2",
"gene_hgnc_id": 325,
"hgvs_c": "c.538delG",
"hgvs_p": "p.Asp180fs",
"transcript": "ENST00000882835.1",
"protein_id": "ENSP00000552894.1",
"transcript_support_level": null,
"aa_start": 180,
"aa_end": null,
"aa_length": 276,
"cds_start": 538,
"cds_end": null,
"cds_length": 831,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000882835.1"
},
{
"aa_ref": "D",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGPAT2",
"gene_hgnc_id": 325,
"hgvs_c": "c.526delG",
"hgvs_p": "p.Asp176fs",
"transcript": "ENST00000882837.1",
"protein_id": "ENSP00000552896.1",
"transcript_support_level": null,
"aa_start": 176,
"aa_end": null,
"aa_length": 274,
"cds_start": 526,
"cds_end": null,
"cds_length": 825,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000882837.1"
},
{
"aa_ref": "D",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGPAT2",
"gene_hgnc_id": 325,
"hgvs_c": "c.229delG",
"hgvs_p": "p.Asp77fs",
"transcript": "XM_047422636.1",
"protein_id": "XP_047278592.1",
"transcript_support_level": null,
"aa_start": 77,
"aa_end": null,
"aa_length": 175,
"cds_start": 229,
"cds_end": null,
"cds_length": 528,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422636.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": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "AGPAT2",
"gene_hgnc_id": 325,
"hgvs_c": "c.492+326delG",
"hgvs_p": null,
"transcript": "ENST00000951407.1",
"protein_id": "ENSP00000621466.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 257,
"cds_start": null,
"cds_end": null,
"cds_length": 774,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951407.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": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "AGPAT2",
"gene_hgnc_id": 325,
"hgvs_c": "c.492+326delG",
"hgvs_p": null,
"transcript": "NM_001012727.2",
"protein_id": "NP_001012745.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 246,
"cds_start": null,
"cds_end": null,
"cds_length": 741,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001012727.2"
}
],
"gene_symbol": "AGPAT2",
"gene_hgnc_id": 325,
"dbsnp": "rs1057517653",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"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": 5.09,
"phylop100way_prediction": "Uncertain_significance",
"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": 10,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2",
"acmg_by_gene": [
{
"score": 10,
"benign_score": 0,
"pathogenic_score": 10,
"criteria": [
"PVS1",
"PM2"
],
"verdict": "Pathogenic",
"transcript": "NM_006412.4",
"gene_symbol": "AGPAT2",
"hgnc_id": 325,
"effects": [
"frameshift_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.538delG",
"hgvs_p": "p.Asp180fs"
}
],
"clinvar_disease": "Congenital generalized lipodystrophy type 1",
"clinvar_classification": "not provided",
"clinvar_review_status": "no classification provided",
"clinvar_submissions_summary": "O:1",
"phenotype_combined": "Congenital generalized lipodystrophy type 1",
"pathogenicity_classification_combined": "not provided",
"custom_annotations": null
}
],
"message": null
}