← 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: 7-80458810-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=80458810&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "7",
"pos": 80458810,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001102386.3",
"consequences": [
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNAT3",
"gene_hgnc_id": 22800,
"hgvs_c": "c.926A>G",
"hgvs_p": "p.Asp309Gly",
"transcript": "NM_001102386.3",
"protein_id": "NP_001095856.1",
"transcript_support_level": null,
"aa_start": 309,
"aa_end": null,
"aa_length": 354,
"cds_start": 926,
"cds_end": null,
"cds_length": 1065,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000398291.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001102386.3"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNAT3",
"gene_hgnc_id": 22800,
"hgvs_c": "c.926A>G",
"hgvs_p": "p.Asp309Gly",
"transcript": "ENST00000398291.4",
"protein_id": "ENSP00000381339.3",
"transcript_support_level": 1,
"aa_start": 309,
"aa_end": null,
"aa_length": 354,
"cds_start": 926,
"cds_end": null,
"cds_length": 1065,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001102386.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000398291.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.-477-27657T>C",
"hgvs_p": null,
"transcript": "ENST00000435819.5",
"protein_id": "ENSP00000399421.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000435819.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.-477-27657T>C",
"hgvs_p": null,
"transcript": "ENST00000956914.1",
"protein_id": "ENSP00000626973.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956914.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.-473-27657T>C",
"hgvs_p": null,
"transcript": "ENST00000956916.1",
"protein_id": "ENSP00000626975.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956916.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.-473-27657T>C",
"hgvs_p": null,
"transcript": "ENST00000956917.1",
"protein_id": "ENSP00000626976.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956917.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.-473-27657T>C",
"hgvs_p": null,
"transcript": "ENST00000956918.1",
"protein_id": "ENSP00000626977.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956918.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.-477-27657T>C",
"hgvs_p": null,
"transcript": "ENST00000956915.1",
"protein_id": "ENSP00000626974.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 412,
"cds_start": null,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956915.1"
}
],
"gene_symbol": "GNAT3",
"gene_hgnc_id": 22800,
"dbsnp": "rs371288725",
"frequency_reference_population": 0.000019428648,
"hom_count_reference_population": 0,
"allele_count_reference_population": 31,
"gnomad_exomes_af": 0.00000831347,
"gnomad_genomes_af": 0.000124883,
"gnomad_exomes_ac": 12,
"gnomad_genomes_ac": 19,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.3335932195186615,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.571,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.1631,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": 0.09,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 6.284,
"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": -1,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4",
"acmg_by_gene": [
{
"score": -1,
"benign_score": 1,
"pathogenic_score": 0,
"criteria": [
"BP4"
],
"verdict": "Likely_benign",
"transcript": "NM_001102386.3",
"gene_symbol": "GNAT3",
"hgnc_id": 22800,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.926A>G",
"hgvs_p": "p.Asp309Gly"
},
{
"score": -1,
"benign_score": 1,
"pathogenic_score": 0,
"criteria": [
"BP4"
],
"verdict": "Likely_benign",
"transcript": "ENST00000435819.5",
"gene_symbol": "CD36",
"hgnc_id": 1663,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.-477-27657T>C",
"hgvs_p": null
}
],
"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
}