← 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-136673906-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=136673906&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "9",
"pos": 136673906,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_006412.4",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGPAT2",
"gene_hgnc_id": 325,
"hgvs_c": "c.683T>C",
"hgvs_p": "p.Leu228Pro",
"transcript": "NM_006412.4",
"protein_id": "NP_006403.2",
"transcript_support_level": null,
"aa_start": 228,
"aa_end": null,
"aa_length": 278,
"cds_start": 683,
"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": "L",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGPAT2",
"gene_hgnc_id": 325,
"hgvs_c": "c.683T>C",
"hgvs_p": "p.Leu228Pro",
"transcript": "ENST00000371696.7",
"protein_id": "ENSP00000360761.2",
"transcript_support_level": 1,
"aa_start": 228,
"aa_end": null,
"aa_length": 278,
"cds_start": 683,
"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": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGPAT2",
"gene_hgnc_id": 325,
"hgvs_c": "c.587T>C",
"hgvs_p": "p.Leu196Pro",
"transcript": "ENST00000371694.7",
"protein_id": "ENSP00000360759.3",
"transcript_support_level": 1,
"aa_start": 196,
"aa_end": null,
"aa_length": 246,
"cds_start": 587,
"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": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGPAT2",
"gene_hgnc_id": 325,
"hgvs_c": "n.611T>C",
"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": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGPAT2",
"gene_hgnc_id": 325,
"hgvs_c": "c.797T>C",
"hgvs_p": "p.Leu266Pro",
"transcript": "ENST00000951406.1",
"protein_id": "ENSP00000621465.1",
"transcript_support_level": null,
"aa_start": 266,
"aa_end": null,
"aa_length": 316,
"cds_start": 797,
"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": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGPAT2",
"gene_hgnc_id": 325,
"hgvs_c": "c.755T>C",
"hgvs_p": "p.Leu252Pro",
"transcript": "ENST00000951405.1",
"protein_id": "ENSP00000621464.1",
"transcript_support_level": null,
"aa_start": 252,
"aa_end": null,
"aa_length": 302,
"cds_start": 755,
"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": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGPAT2",
"gene_hgnc_id": 325,
"hgvs_c": "c.743T>C",
"hgvs_p": "p.Leu248Pro",
"transcript": "ENST00000882836.1",
"protein_id": "ENSP00000552895.1",
"transcript_support_level": null,
"aa_start": 248,
"aa_end": null,
"aa_length": 298,
"cds_start": 743,
"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": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGPAT2",
"gene_hgnc_id": 325,
"hgvs_c": "c.722T>C",
"hgvs_p": "p.Leu241Pro",
"transcript": "ENST00000882838.1",
"protein_id": "ENSP00000552897.1",
"transcript_support_level": null,
"aa_start": 241,
"aa_end": null,
"aa_length": 291,
"cds_start": 722,
"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": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGPAT2",
"gene_hgnc_id": 325,
"hgvs_c": "c.719T>C",
"hgvs_p": "p.Leu240Pro",
"transcript": "ENST00000882833.1",
"protein_id": "ENSP00000552892.1",
"transcript_support_level": null,
"aa_start": 240,
"aa_end": null,
"aa_length": 290,
"cds_start": 719,
"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": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGPAT2",
"gene_hgnc_id": 325,
"hgvs_c": "c.716T>C",
"hgvs_p": "p.Leu239Pro",
"transcript": "ENST00000882832.1",
"protein_id": "ENSP00000552891.1",
"transcript_support_level": null,
"aa_start": 239,
"aa_end": null,
"aa_length": 289,
"cds_start": 716,
"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": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGPAT2",
"gene_hgnc_id": 325,
"hgvs_c": "c.701T>C",
"hgvs_p": "p.Leu234Pro",
"transcript": "ENST00000882834.1",
"protein_id": "ENSP00000552893.1",
"transcript_support_level": null,
"aa_start": 234,
"aa_end": null,
"aa_length": 284,
"cds_start": 701,
"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": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGPAT2",
"gene_hgnc_id": 325,
"hgvs_c": "c.677T>C",
"hgvs_p": "p.Leu226Pro",
"transcript": "ENST00000882835.1",
"protein_id": "ENSP00000552894.1",
"transcript_support_level": null,
"aa_start": 226,
"aa_end": null,
"aa_length": 276,
"cds_start": 677,
"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": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGPAT2",
"gene_hgnc_id": 325,
"hgvs_c": "c.671T>C",
"hgvs_p": "p.Leu224Pro",
"transcript": "ENST00000882837.1",
"protein_id": "ENSP00000552896.1",
"transcript_support_level": null,
"aa_start": 224,
"aa_end": null,
"aa_length": 274,
"cds_start": 671,
"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": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGPAT2",
"gene_hgnc_id": 325,
"hgvs_c": "c.620T>C",
"hgvs_p": "p.Leu207Pro",
"transcript": "ENST00000951407.1",
"protein_id": "ENSP00000621466.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 257,
"cds_start": 620,
"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": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGPAT2",
"gene_hgnc_id": 325,
"hgvs_c": "c.587T>C",
"hgvs_p": "p.Leu196Pro",
"transcript": "NM_001012727.2",
"protein_id": "NP_001012745.1",
"transcript_support_level": null,
"aa_start": 196,
"aa_end": null,
"aa_length": 246,
"cds_start": 587,
"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"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGPAT2",
"gene_hgnc_id": 325,
"hgvs_c": "c.374T>C",
"hgvs_p": "p.Leu125Pro",
"transcript": "XM_047422636.1",
"protein_id": "XP_047278592.1",
"transcript_support_level": null,
"aa_start": 125,
"aa_end": null,
"aa_length": 175,
"cds_start": 374,
"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"
}
],
"gene_symbol": "AGPAT2",
"gene_hgnc_id": 325,
"dbsnp": "rs104894100",
"frequency_reference_population": 0.0000034730085,
"hom_count_reference_population": 0,
"allele_count_reference_population": 5,
"gnomad_exomes_af": 0.00000347301,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 5,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.99349445104599,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.911,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9326,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.49,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 4.896,
"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": 7,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM2,PP3_Strong,PP5",
"acmg_by_gene": [
{
"score": 7,
"benign_score": 0,
"pathogenic_score": 7,
"criteria": [
"PM2",
"PP3_Strong",
"PP5"
],
"verdict": "Likely_pathogenic",
"transcript": "NM_006412.4",
"gene_symbol": "AGPAT2",
"hgnc_id": 325,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.683T>C",
"hgvs_p": "p.Leu228Pro"
}
],
"clinvar_disease": "Congenital generalized lipodystrophy type 1",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "Congenital generalized lipodystrophy type 1",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}