← 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: 11-95778879-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=95778879&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 95778879,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_144664.5",
"consequences": [
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM76B",
"gene_hgnc_id": 28492,
"hgvs_c": "c.771G>A",
"hgvs_p": "p.Met257Ile",
"transcript": "NM_144664.5",
"protein_id": "NP_653265.3",
"transcript_support_level": null,
"aa_start": 257,
"aa_end": null,
"aa_length": 339,
"cds_start": 771,
"cds_end": null,
"cds_length": 1020,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000358780.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_144664.5"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM76B",
"gene_hgnc_id": 28492,
"hgvs_c": "c.771G>A",
"hgvs_p": "p.Met257Ile",
"transcript": "ENST00000358780.10",
"protein_id": "ENSP00000351631.5",
"transcript_support_level": 1,
"aa_start": 257,
"aa_end": null,
"aa_length": 339,
"cds_start": 771,
"cds_end": null,
"cds_length": 1020,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_144664.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000358780.10"
},
{
"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": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM76B",
"gene_hgnc_id": 28492,
"hgvs_c": "n.*127G>A",
"hgvs_p": null,
"transcript": "ENST00000398187.6",
"protein_id": "ENSP00000381248.2",
"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": "nonsense_mediated_decay",
"feature": "ENST00000398187.6"
},
{
"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": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM76B",
"gene_hgnc_id": 28492,
"hgvs_c": "n.*127G>A",
"hgvs_p": null,
"transcript": "ENST00000543641.5",
"protein_id": "ENSP00000444087.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000543641.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM76B",
"gene_hgnc_id": 28492,
"hgvs_c": "n.*127G>A",
"hgvs_p": null,
"transcript": "ENST00000398187.6",
"protein_id": "ENSP00000381248.2",
"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": "nonsense_mediated_decay",
"feature": "ENST00000398187.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM76B",
"gene_hgnc_id": 28492,
"hgvs_c": "n.*127G>A",
"hgvs_p": null,
"transcript": "ENST00000543641.5",
"protein_id": "ENSP00000444087.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000543641.5"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM76B",
"gene_hgnc_id": 28492,
"hgvs_c": "c.768G>A",
"hgvs_p": "p.Met256Ile",
"transcript": "NM_001330357.2",
"protein_id": "NP_001317286.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 338,
"cds_start": 768,
"cds_end": null,
"cds_length": 1017,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001330357.2"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM76B",
"gene_hgnc_id": 28492,
"hgvs_c": "c.768G>A",
"hgvs_p": "p.Met256Ile",
"transcript": "ENST00000536839.1",
"protein_id": "ENSP00000441168.1",
"transcript_support_level": 5,
"aa_start": 256,
"aa_end": null,
"aa_length": 338,
"cds_start": 768,
"cds_end": null,
"cds_length": 1017,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000536839.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM76B",
"gene_hgnc_id": 28492,
"hgvs_c": "c.693G>A",
"hgvs_p": "p.Met231Ile",
"transcript": "XM_005273776.5",
"protein_id": "XP_005273833.1",
"transcript_support_level": null,
"aa_start": 231,
"aa_end": null,
"aa_length": 313,
"cds_start": 693,
"cds_end": null,
"cds_length": 942,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005273776.5"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM76B",
"gene_hgnc_id": 28492,
"hgvs_c": "c.693G>A",
"hgvs_p": "p.Met231Ile",
"transcript": "XM_011542610.3",
"protein_id": "XP_011540912.1",
"transcript_support_level": null,
"aa_start": 231,
"aa_end": null,
"aa_length": 313,
"cds_start": 693,
"cds_end": null,
"cds_length": 942,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011542610.3"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM76B",
"gene_hgnc_id": 28492,
"hgvs_c": "c.693G>A",
"hgvs_p": "p.Met231Ile",
"transcript": "XM_047426410.1",
"protein_id": "XP_047282366.1",
"transcript_support_level": null,
"aa_start": 231,
"aa_end": null,
"aa_length": 313,
"cds_start": 693,
"cds_end": null,
"cds_length": 942,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047426410.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM76B",
"gene_hgnc_id": 28492,
"hgvs_c": "c.690G>A",
"hgvs_p": "p.Met230Ile",
"transcript": "XM_047426411.1",
"protein_id": "XP_047282367.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 312,
"cds_start": 690,
"cds_end": null,
"cds_length": 939,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047426411.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM76B",
"gene_hgnc_id": 28492,
"hgvs_c": "c.504G>A",
"hgvs_p": "p.Met168Ile",
"transcript": "XM_011542612.2",
"protein_id": "XP_011540914.1",
"transcript_support_level": null,
"aa_start": 168,
"aa_end": null,
"aa_length": 250,
"cds_start": 504,
"cds_end": null,
"cds_length": 753,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011542612.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM76B",
"gene_hgnc_id": 28492,
"hgvs_c": "c.*127G>A",
"hgvs_p": null,
"transcript": "XM_047426412.1",
"protein_id": "XP_047282368.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 233,
"cds_start": null,
"cds_end": null,
"cds_length": 702,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047426412.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM76B",
"gene_hgnc_id": 28492,
"hgvs_c": "c.*124G>A",
"hgvs_p": null,
"transcript": "XM_047426413.1",
"protein_id": "XP_047282369.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 233,
"cds_start": null,
"cds_end": null,
"cds_length": 702,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047426413.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM76B",
"gene_hgnc_id": 28492,
"hgvs_c": "c.*127G>A",
"hgvs_p": null,
"transcript": "XM_047426414.1",
"protein_id": "XP_047282370.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 207,
"cds_start": null,
"cds_end": null,
"cds_length": 624,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047426414.1"
},
{
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM76B",
"gene_hgnc_id": 28492,
"hgvs_c": "n.326G>A",
"hgvs_p": null,
"transcript": "ENST00000541418.1",
"protein_id": null,
"transcript_support_level": 3,
"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": "ENST00000541418.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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM76B",
"gene_hgnc_id": 28492,
"hgvs_c": "n.1958G>A",
"hgvs_p": null,
"transcript": "ENST00000545654.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": "ENST00000545654.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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM76B",
"gene_hgnc_id": 28492,
"hgvs_c": "n.341G>A",
"hgvs_p": null,
"transcript": "ENST00000545813.1",
"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": "ENST00000545813.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM76B",
"gene_hgnc_id": 28492,
"hgvs_c": "n.*51G>A",
"hgvs_p": null,
"transcript": "XR_007062451.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": "XR_007062451.1"
}
],
"gene_symbol": "FAM76B",
"gene_hgnc_id": 28492,
"dbsnp": null,
"frequency_reference_population": 0.000008908564,
"hom_count_reference_population": 0,
"allele_count_reference_population": 13,
"gnomad_exomes_af": 0.00000890856,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 13,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.2379738688468933,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.06,
"revel_prediction": "Benign",
"alphamissense_score": 0.6419,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.24,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 4.834,
"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": 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_144664.5",
"gene_symbol": "FAM76B",
"hgnc_id": 28492,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.771G>A",
"hgvs_p": "p.Met257Ile"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}