← 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: 12-7086404-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=7086404&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "12",
"pos": 7086404,
"ref": "C",
"alt": "T",
"effect": "stop_gained",
"transcript": "NM_001354346.2",
"consequences": [
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1R",
"gene_hgnc_id": 1246,
"hgvs_c": "c.1092G>A",
"hgvs_p": "p.Trp364*",
"transcript": "NM_001733.7",
"protein_id": "NP_001724.4",
"transcript_support_level": null,
"aa_start": 364,
"aa_end": null,
"aa_length": 705,
"cds_start": 1092,
"cds_end": null,
"cds_length": 2118,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000647956.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001733.7"
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1R",
"gene_hgnc_id": 1246,
"hgvs_c": "c.1092G>A",
"hgvs_p": "p.Trp364*",
"transcript": "ENST00000647956.2",
"protein_id": "ENSP00000497341.1",
"transcript_support_level": null,
"aa_start": 364,
"aa_end": null,
"aa_length": 705,
"cds_start": 1092,
"cds_end": null,
"cds_length": 2118,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001733.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000647956.2"
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1R",
"gene_hgnc_id": 1246,
"hgvs_c": "c.1245G>A",
"hgvs_p": "p.Trp415*",
"transcript": "ENST00000903851.1",
"protein_id": "ENSP00000573910.1",
"transcript_support_level": null,
"aa_start": 415,
"aa_end": null,
"aa_length": 756,
"cds_start": 1245,
"cds_end": null,
"cds_length": 2271,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903851.1"
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1R",
"gene_hgnc_id": 1246,
"hgvs_c": "c.1164G>A",
"hgvs_p": "p.Trp388*",
"transcript": "ENST00000903850.1",
"protein_id": "ENSP00000573909.1",
"transcript_support_level": null,
"aa_start": 388,
"aa_end": null,
"aa_length": 729,
"cds_start": 1164,
"cds_end": null,
"cds_length": 2190,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903850.1"
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1R",
"gene_hgnc_id": 1246,
"hgvs_c": "c.1134G>A",
"hgvs_p": "p.Trp378*",
"transcript": "NM_001354346.2",
"protein_id": "NP_001341275.1",
"transcript_support_level": null,
"aa_start": 378,
"aa_end": null,
"aa_length": 719,
"cds_start": 1134,
"cds_end": null,
"cds_length": 2160,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354346.2"
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1R",
"gene_hgnc_id": 1246,
"hgvs_c": "c.1134G>A",
"hgvs_p": "p.Trp378*",
"transcript": "ENST00000536053.6",
"protein_id": "ENSP00000444271.3",
"transcript_support_level": 2,
"aa_start": 378,
"aa_end": null,
"aa_length": 719,
"cds_start": 1134,
"cds_end": null,
"cds_length": 2160,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000536053.6"
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1R",
"gene_hgnc_id": 1246,
"hgvs_c": "c.1092G>A",
"hgvs_p": "p.Trp364*",
"transcript": "ENST00000943406.1",
"protein_id": "ENSP00000613465.1",
"transcript_support_level": null,
"aa_start": 364,
"aa_end": null,
"aa_length": 718,
"cds_start": 1092,
"cds_end": null,
"cds_length": 2157,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943406.1"
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1R",
"gene_hgnc_id": 1246,
"hgvs_c": "c.1128G>A",
"hgvs_p": "p.Trp376*",
"transcript": "ENST00000943405.1",
"protein_id": "ENSP00000613464.1",
"transcript_support_level": null,
"aa_start": 376,
"aa_end": null,
"aa_length": 717,
"cds_start": 1128,
"cds_end": null,
"cds_length": 2154,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943405.1"
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1R",
"gene_hgnc_id": 1246,
"hgvs_c": "c.1083G>A",
"hgvs_p": "p.Trp361*",
"transcript": "ENST00000903849.1",
"protein_id": "ENSP00000573908.1",
"transcript_support_level": null,
"aa_start": 361,
"aa_end": null,
"aa_length": 702,
"cds_start": 1083,
"cds_end": null,
"cds_length": 2109,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903849.1"
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1R",
"gene_hgnc_id": 1246,
"hgvs_c": "c.1065G>A",
"hgvs_p": "p.Trp355*",
"transcript": "ENST00000903852.1",
"protein_id": "ENSP00000573911.1",
"transcript_support_level": null,
"aa_start": 355,
"aa_end": null,
"aa_length": 696,
"cds_start": 1065,
"cds_end": null,
"cds_length": 2091,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903852.1"
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1R",
"gene_hgnc_id": 1246,
"hgvs_c": "c.990G>A",
"hgvs_p": "p.Trp330*",
"transcript": "ENST00000535233.6",
"protein_id": "ENSP00000438636.3",
"transcript_support_level": 2,
"aa_start": 330,
"aa_end": null,
"aa_length": 671,
"cds_start": 990,
"cds_end": null,
"cds_length": 2016,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000535233.6"
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1R",
"gene_hgnc_id": 1246,
"hgvs_c": "c.945G>A",
"hgvs_p": "p.Trp315*",
"transcript": "ENST00000943404.1",
"protein_id": "ENSP00000613463.1",
"transcript_support_level": null,
"aa_start": 315,
"aa_end": null,
"aa_length": 656,
"cds_start": 945,
"cds_end": null,
"cds_length": 1971,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943404.1"
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1R",
"gene_hgnc_id": 1246,
"hgvs_c": "c.930G>A",
"hgvs_p": "p.Trp310*",
"transcript": "ENST00000903848.1",
"protein_id": "ENSP00000573907.1",
"transcript_support_level": null,
"aa_start": 310,
"aa_end": null,
"aa_length": 651,
"cds_start": 930,
"cds_end": null,
"cds_length": 1956,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903848.1"
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1R",
"gene_hgnc_id": 1246,
"hgvs_c": "c.186G>A",
"hgvs_p": "p.Trp62*",
"transcript": "ENST00000649804.1",
"protein_id": "ENSP00000497938.1",
"transcript_support_level": null,
"aa_start": 62,
"aa_end": null,
"aa_length": 351,
"cds_start": 186,
"cds_end": null,
"cds_length": 1056,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000649804.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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1R",
"gene_hgnc_id": 1246,
"hgvs_c": "n.2157G>A",
"hgvs_p": null,
"transcript": "ENST00000540394.5",
"protein_id": null,
"transcript_support_level": 2,
"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": "ENST00000540394.5"
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1R",
"gene_hgnc_id": 1246,
"hgvs_c": "n.1441G>A",
"hgvs_p": null,
"transcript": "ENST00000602298.2",
"protein_id": null,
"transcript_support_level": 2,
"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": "ENST00000602298.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1R",
"gene_hgnc_id": 1246,
"hgvs_c": "n.1064G>A",
"hgvs_p": null,
"transcript": "ENST00000648162.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": "pseudogene",
"feature": "ENST00000648162.1"
}
],
"gene_symbol": "C1R",
"gene_hgnc_id": 1246,
"dbsnp": "rs1057519578",
"frequency_reference_population": 0.00001313836,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0,
"gnomad_genomes_af": 0.0000131384,
"gnomad_exomes_ac": 0,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 8.76933479309082,
"computational_prediction_selected": "Benign",
"computational_source_selected": "Cadd",
"splice_score_selected": null,
"splice_prediction_selected": null,
"splice_source_selected": null,
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 6.055,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": null,
"spliceai_max_prediction": null,
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001354346.2",
"gene_symbol": "C1R",
"hgnc_id": 1246,
"effects": [
"stop_gained"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1134G>A",
"hgvs_p": "p.Trp378*"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}