← 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-69433088-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=69433088&ref=C&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "5",
"pos": 69433088,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_001038603.3",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARVELD2",
"gene_hgnc_id": 26401,
"hgvs_c": "c.1498C>G",
"hgvs_p": "p.Arg500Gly",
"transcript": "NM_001038603.3",
"protein_id": "NP_001033692.2",
"transcript_support_level": null,
"aa_start": 500,
"aa_end": null,
"aa_length": 558,
"cds_start": 1498,
"cds_end": null,
"cds_length": 1677,
"cdna_start": 1568,
"cdna_end": null,
"cdna_length": 4423,
"mane_select": "ENST00000325631.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARVELD2",
"gene_hgnc_id": 26401,
"hgvs_c": "c.1498C>G",
"hgvs_p": "p.Arg500Gly",
"transcript": "ENST00000325631.10",
"protein_id": "ENSP00000323264.5",
"transcript_support_level": 1,
"aa_start": 500,
"aa_end": null,
"aa_length": 558,
"cds_start": 1498,
"cds_end": null,
"cds_length": 1677,
"cdna_start": 1568,
"cdna_end": null,
"cdna_length": 4423,
"mane_select": "NM_001038603.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARVELD2",
"gene_hgnc_id": 26401,
"hgvs_c": "c.1462C>G",
"hgvs_p": "p.Arg488Gly",
"transcript": "ENST00000454295.6",
"protein_id": "ENSP00000396244.2",
"transcript_support_level": 1,
"aa_start": 488,
"aa_end": null,
"aa_length": 546,
"cds_start": 1462,
"cds_end": null,
"cds_length": 1641,
"cdna_start": 1521,
"cdna_end": null,
"cdna_length": 4376,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARVELD2",
"gene_hgnc_id": 26401,
"hgvs_c": "n.1150C>G",
"hgvs_p": null,
"transcript": "ENST00000413223.3",
"protein_id": "ENSP00000398922.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1581,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARVELD2",
"gene_hgnc_id": 26401,
"hgvs_c": "c.1498C>G",
"hgvs_p": "p.Arg500Gly",
"transcript": "ENST00000645446.1",
"protein_id": "ENSP00000494616.1",
"transcript_support_level": null,
"aa_start": 500,
"aa_end": null,
"aa_length": 558,
"cds_start": 1498,
"cds_end": null,
"cds_length": 1677,
"cdna_start": 1992,
"cdna_end": null,
"cdna_length": 3353,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARVELD2",
"gene_hgnc_id": 26401,
"hgvs_c": "c.1462C>G",
"hgvs_p": "p.Arg488Gly",
"transcript": "NM_001244734.2",
"protein_id": "NP_001231663.1",
"transcript_support_level": null,
"aa_start": 488,
"aa_end": null,
"aa_length": 546,
"cds_start": 1462,
"cds_end": null,
"cds_length": 1641,
"cdna_start": 1532,
"cdna_end": null,
"cdna_length": 4387,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARVELD2",
"gene_hgnc_id": 26401,
"hgvs_c": "c.1462C>G",
"hgvs_p": "p.Arg488Gly",
"transcript": "ENST00000647531.1",
"protein_id": "ENSP00000493858.1",
"transcript_support_level": null,
"aa_start": 488,
"aa_end": null,
"aa_length": 546,
"cds_start": 1462,
"cds_end": null,
"cds_length": 1641,
"cdna_start": 2007,
"cdna_end": null,
"cdna_length": 3384,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARVELD2",
"gene_hgnc_id": 26401,
"hgvs_c": "c.1498C>G",
"hgvs_p": "p.Arg500Gly",
"transcript": "ENST00000512803.5",
"protein_id": "ENSP00000423490.1",
"transcript_support_level": 5,
"aa_start": 500,
"aa_end": null,
"aa_length": 515,
"cds_start": 1498,
"cds_end": null,
"cds_length": 1550,
"cdna_start": 1856,
"cdna_end": null,
"cdna_length": 1908,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARVELD2",
"gene_hgnc_id": 26401,
"hgvs_c": "c.1150C>G",
"hgvs_p": "p.Arg384Gly",
"transcript": "ENST00000436532.7",
"protein_id": "ENSP00000414776.2",
"transcript_support_level": 5,
"aa_start": 384,
"aa_end": null,
"aa_length": 442,
"cds_start": 1150,
"cds_end": null,
"cds_length": 1329,
"cdna_start": 1150,
"cdna_end": null,
"cdna_length": 1736,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARVELD2",
"gene_hgnc_id": 26401,
"hgvs_c": "c.1498C>G",
"hgvs_p": "p.Arg500Gly",
"transcript": "XM_005248445.5",
"protein_id": "XP_005248502.1",
"transcript_support_level": null,
"aa_start": 500,
"aa_end": null,
"aa_length": 558,
"cds_start": 1498,
"cds_end": null,
"cds_length": 1677,
"cdna_start": 2122,
"cdna_end": null,
"cdna_length": 4977,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARVELD2",
"gene_hgnc_id": 26401,
"hgvs_c": "c.1498C>G",
"hgvs_p": "p.Arg500Gly",
"transcript": "XM_005248446.5",
"protein_id": "XP_005248503.1",
"transcript_support_level": null,
"aa_start": 500,
"aa_end": null,
"aa_length": 558,
"cds_start": 1498,
"cds_end": null,
"cds_length": 1677,
"cdna_start": 1751,
"cdna_end": null,
"cdna_length": 4606,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARVELD2",
"gene_hgnc_id": 26401,
"hgvs_c": "c.1462C>G",
"hgvs_p": "p.Arg488Gly",
"transcript": "XM_005248447.5",
"protein_id": "XP_005248504.1",
"transcript_support_level": null,
"aa_start": 488,
"aa_end": null,
"aa_length": 546,
"cds_start": 1462,
"cds_end": null,
"cds_length": 1641,
"cdna_start": 2086,
"cdna_end": null,
"cdna_length": 4941,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "MARVELD2",
"gene_hgnc_id": 26401,
"dbsnp": "rs118203957",
"frequency_reference_population": 6.842341e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84234e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.21934452652931213,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.079,
"revel_prediction": "Benign",
"alphamissense_score": 0.0951,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.42,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.974,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.02,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001038603.3",
"gene_symbol": "MARVELD2",
"hgnc_id": 26401,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1498C>G",
"hgvs_p": "p.Arg500Gly"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}