← 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: 5-128334720-T-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=128334720&ref=T&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "5",
"pos": 128334720,
"ref": "T",
"alt": "G",
"effect": "splice_region_variant,synonymous_variant",
"transcript": "NM_001999.4",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 65,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FBN2",
"gene_hgnc_id": 3604,
"hgvs_c": "c.4098A>C",
"hgvs_p": "p.Thr1366Thr",
"transcript": "NM_001999.4",
"protein_id": "NP_001990.2",
"transcript_support_level": null,
"aa_start": 1366,
"aa_end": null,
"aa_length": 2912,
"cds_start": 4098,
"cds_end": null,
"cds_length": 8739,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000262464.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001999.4"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 65,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FBN2",
"gene_hgnc_id": 3604,
"hgvs_c": "c.4098A>C",
"hgvs_p": "p.Thr1366Thr",
"transcript": "ENST00000262464.9",
"protein_id": "ENSP00000262464.4",
"transcript_support_level": 1,
"aa_start": 1366,
"aa_end": null,
"aa_length": 2912,
"cds_start": 4098,
"cds_end": null,
"cds_length": 8739,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001999.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000262464.9"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 64,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FBN2",
"gene_hgnc_id": 3604,
"hgvs_c": "c.3999A>C",
"hgvs_p": "p.Thr1333Thr",
"transcript": "ENST00000939405.1",
"protein_id": "ENSP00000609464.1",
"transcript_support_level": null,
"aa_start": 1333,
"aa_end": null,
"aa_length": 2879,
"cds_start": 3999,
"cds_end": null,
"cds_length": 8640,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000939405.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 64,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FBN2",
"gene_hgnc_id": 3604,
"hgvs_c": "c.3945A>C",
"hgvs_p": "p.Thr1315Thr",
"transcript": "ENST00000939404.1",
"protein_id": "ENSP00000609463.1",
"transcript_support_level": null,
"aa_start": 1315,
"aa_end": null,
"aa_length": 2861,
"cds_start": 3945,
"cds_end": null,
"cds_length": 8586,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000939404.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FBN2",
"gene_hgnc_id": 3604,
"hgvs_c": "c.3999A>C",
"hgvs_p": "p.Thr1333Thr",
"transcript": "ENST00000508989.5",
"protein_id": "ENSP00000425596.1",
"transcript_support_level": 2,
"aa_start": 1333,
"aa_end": null,
"aa_length": 1473,
"cds_start": 3999,
"cds_end": null,
"cds_length": 4422,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000508989.5"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 64,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FBN2",
"gene_hgnc_id": 3604,
"hgvs_c": "c.3945A>C",
"hgvs_p": "p.Thr1315Thr",
"transcript": "XM_017009228.3",
"protein_id": "XP_016864717.1",
"transcript_support_level": null,
"aa_start": 1315,
"aa_end": null,
"aa_length": 2861,
"cds_start": 3945,
"cds_end": null,
"cds_length": 8586,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017009228.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FBN2",
"gene_hgnc_id": 3604,
"hgvs_c": "n.885A>C",
"hgvs_p": null,
"transcript": "ENST00000507835.5",
"protein_id": null,
"transcript_support_level": 5,
"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": "ENST00000507835.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FBN2",
"gene_hgnc_id": 3604,
"hgvs_c": "n.882A>C",
"hgvs_p": null,
"transcript": "ENST00000703783.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": "ENST00000703783.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FBN2",
"gene_hgnc_id": 3604,
"hgvs_c": "n.963A>C",
"hgvs_p": null,
"transcript": "ENST00000703785.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": "ENST00000703785.1"
}
],
"gene_symbol": "FBN2",
"gene_hgnc_id": 3604,
"dbsnp": "rs28763943",
"frequency_reference_population": 0.003973058,
"hom_count_reference_population": 247,
"allele_count_reference_population": 6413,
"gnomad_exomes_af": 0.00209192,
"gnomad_genomes_af": 0.0220283,
"gnomad_exomes_ac": 3058,
"gnomad_genomes_ac": 3355,
"gnomad_exomes_homalt": 113,
"gnomad_genomes_homalt": 134,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.18000000715255737,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.9279999732971191,
"splice_prediction_selected": "Pathogenic",
"splice_source_selected": "dbscSNV1_RF",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.18,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 6.215,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.06,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": 0.987766533060991,
"dbscsnv_ada_prediction": "Pathogenic",
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -15,
"acmg_classification": "Benign",
"acmg_criteria": "PP3,BP6_Very_Strong,BA1",
"acmg_by_gene": [
{
"score": -15,
"benign_score": 16,
"pathogenic_score": 1,
"criteria": [
"PP3",
"BP6_Very_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_001999.4",
"gene_symbol": "FBN2",
"hgnc_id": 3604,
"effects": [
"splice_region_variant",
"synonymous_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.4098A>C",
"hgvs_p": "p.Thr1366Thr"
}
],
"clinvar_disease": "Congenital contractural arachnodactyly,Connective tissue disorder,Ehlers-Danlos syndrome,Familial thoracic aortic aneurysm and aortic dissection,not provided,not specified",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:9",
"phenotype_combined": "not specified|Congenital contractural arachnodactyly|not provided|Ehlers-Danlos syndrome|Familial thoracic aortic aneurysm and aortic dissection|Connective tissue disorder",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}