← 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-7082043-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=7082043&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "12",
"pos": 7082043,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001354346.2",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1R",
"gene_hgnc_id": 1246,
"hgvs_c": "c.1337G>A",
"hgvs_p": "p.Arg446Gln",
"transcript": "NM_001733.7",
"protein_id": "NP_001724.4",
"transcript_support_level": null,
"aa_start": 446,
"aa_end": null,
"aa_length": 705,
"cds_start": 1337,
"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": "R",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1R",
"gene_hgnc_id": 1246,
"hgvs_c": "c.1337G>A",
"hgvs_p": "p.Arg446Gln",
"transcript": "ENST00000647956.2",
"protein_id": "ENSP00000497341.1",
"transcript_support_level": null,
"aa_start": 446,
"aa_end": null,
"aa_length": 705,
"cds_start": 1337,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1R",
"gene_hgnc_id": 1246,
"hgvs_c": "c.1490G>A",
"hgvs_p": "p.Arg497Gln",
"transcript": "ENST00000903851.1",
"protein_id": "ENSP00000573910.1",
"transcript_support_level": null,
"aa_start": 497,
"aa_end": null,
"aa_length": 756,
"cds_start": 1490,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1R",
"gene_hgnc_id": 1246,
"hgvs_c": "c.1409G>A",
"hgvs_p": "p.Arg470Gln",
"transcript": "ENST00000903850.1",
"protein_id": "ENSP00000573909.1",
"transcript_support_level": null,
"aa_start": 470,
"aa_end": null,
"aa_length": 729,
"cds_start": 1409,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1R",
"gene_hgnc_id": 1246,
"hgvs_c": "c.1379G>A",
"hgvs_p": "p.Arg460Gln",
"transcript": "NM_001354346.2",
"protein_id": "NP_001341275.1",
"transcript_support_level": null,
"aa_start": 460,
"aa_end": null,
"aa_length": 719,
"cds_start": 1379,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1R",
"gene_hgnc_id": 1246,
"hgvs_c": "c.1379G>A",
"hgvs_p": "p.Arg460Gln",
"transcript": "ENST00000536053.6",
"protein_id": "ENSP00000444271.3",
"transcript_support_level": 2,
"aa_start": 460,
"aa_end": null,
"aa_length": 719,
"cds_start": 1379,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1R",
"gene_hgnc_id": 1246,
"hgvs_c": "c.1376G>A",
"hgvs_p": "p.Arg459Gln",
"transcript": "ENST00000943406.1",
"protein_id": "ENSP00000613465.1",
"transcript_support_level": null,
"aa_start": 459,
"aa_end": null,
"aa_length": 718,
"cds_start": 1376,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1R",
"gene_hgnc_id": 1246,
"hgvs_c": "c.1373G>A",
"hgvs_p": "p.Arg458Gln",
"transcript": "ENST00000943405.1",
"protein_id": "ENSP00000613464.1",
"transcript_support_level": null,
"aa_start": 458,
"aa_end": null,
"aa_length": 717,
"cds_start": 1373,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1R",
"gene_hgnc_id": 1246,
"hgvs_c": "c.1328G>A",
"hgvs_p": "p.Arg443Gln",
"transcript": "ENST00000903849.1",
"protein_id": "ENSP00000573908.1",
"transcript_support_level": null,
"aa_start": 443,
"aa_end": null,
"aa_length": 702,
"cds_start": 1328,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1R",
"gene_hgnc_id": 1246,
"hgvs_c": "c.1310G>A",
"hgvs_p": "p.Arg437Gln",
"transcript": "ENST00000903852.1",
"protein_id": "ENSP00000573911.1",
"transcript_support_level": null,
"aa_start": 437,
"aa_end": null,
"aa_length": 696,
"cds_start": 1310,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1R",
"gene_hgnc_id": 1246,
"hgvs_c": "c.1235G>A",
"hgvs_p": "p.Arg412Gln",
"transcript": "ENST00000535233.6",
"protein_id": "ENSP00000438636.3",
"transcript_support_level": 2,
"aa_start": 412,
"aa_end": null,
"aa_length": 671,
"cds_start": 1235,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1R",
"gene_hgnc_id": 1246,
"hgvs_c": "c.1190G>A",
"hgvs_p": "p.Arg397Gln",
"transcript": "ENST00000943404.1",
"protein_id": "ENSP00000613463.1",
"transcript_support_level": null,
"aa_start": 397,
"aa_end": null,
"aa_length": 656,
"cds_start": 1190,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1R",
"gene_hgnc_id": 1246,
"hgvs_c": "c.1175G>A",
"hgvs_p": "p.Arg392Gln",
"transcript": "ENST00000903848.1",
"protein_id": "ENSP00000573907.1",
"transcript_support_level": null,
"aa_start": 392,
"aa_end": null,
"aa_length": 651,
"cds_start": 1175,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1R",
"gene_hgnc_id": 1246,
"hgvs_c": "c.275G>A",
"hgvs_p": "p.Arg92Gln",
"transcript": "ENST00000649804.1",
"protein_id": "ENSP00000497938.1",
"transcript_support_level": null,
"aa_start": 92,
"aa_end": null,
"aa_length": 351,
"cds_start": 275,
"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": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1R",
"gene_hgnc_id": 1246,
"hgvs_c": "n.2402G>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": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1R",
"gene_hgnc_id": 1246,
"hgvs_c": "n.1686G>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": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1R",
"gene_hgnc_id": 1246,
"hgvs_c": "n.1309G>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": "rs773720903",
"frequency_reference_population": 0.000009387597,
"hom_count_reference_population": 1,
"allele_count_reference_population": 13,
"gnomad_exomes_af": 0.0000093876,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 13,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 1,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.3455493748188019,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": null,
"splice_prediction_selected": null,
"splice_source_selected": null,
"revel_score": 0.073,
"revel_prediction": "Benign",
"alphamissense_score": 0.1143,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.55,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.29,
"phylop100way_prediction": "Benign",
"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": -5,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4,BS2",
"acmg_by_gene": [
{
"score": -5,
"benign_score": 5,
"pathogenic_score": 0,
"criteria": [
"BP4",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_001354346.2",
"gene_symbol": "C1R",
"hgnc_id": 1246,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1379G>A",
"hgvs_p": "p.Arg460Gln"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}