← 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: 17-42562618-GC-AT (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=42562618&ref=GC&alt=AT&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [],
"effects": [
"missense_variant"
],
"gene_symbol": "COASY",
"hgnc_id": 29932,
"hgvs_c": "c.83_84delGCinsAT",
"hgvs_p": "p.Gly28Asp",
"inheritance_mode": "AR",
"pathogenic_score": 0,
"score": 0,
"transcript": "NM_001042532.4",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "",
"acmg_score": 0,
"allele_count_reference_population": 0,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "AT",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": null,
"bayesdelnoaf_score": null,
"chr": "17",
"clinvar_classification": "",
"clinvar_disease": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"computational_prediction_selected": null,
"computational_score_selected": null,
"computational_source_selected": null,
"consequences": [
{
"aa_alt": "D",
"aa_end": null,
"aa_length": 593,
"aa_ref": "G",
"aa_start": 28,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1976,
"cdna_start": 208,
"cds_end": null,
"cds_length": 1782,
"cds_start": 83,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000590958.5",
"gene_hgnc_id": 29932,
"gene_symbol": "COASY",
"hgvs_c": "c.83_84delGCinsAT",
"hgvs_p": "p.Gly28Asp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000464814.1",
"strand": true,
"transcript": "ENST00000590958.5",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 564,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2479,
"cdna_start": null,
"cds_end": null,
"cds_length": 1695,
"cds_start": null,
"consequences": [
"5_prime_UTR_variant"
],
"exon_count": 9,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "NM_025233.7",
"gene_hgnc_id": 29932,
"gene_symbol": "COASY",
"hgvs_c": "c.-5_-4delGCinsAT",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000393818.3",
"protein_coding": true,
"protein_id": "NP_079509.5",
"strand": true,
"transcript": "NM_025233.7",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 564,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 2479,
"cdna_start": null,
"cds_end": null,
"cds_length": 1695,
"cds_start": null,
"consequences": [
"5_prime_UTR_variant"
],
"exon_count": 9,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000393818.3",
"gene_hgnc_id": 29932,
"gene_symbol": "COASY",
"hgvs_c": "c.-5_-4delGCinsAT",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_025233.7",
"protein_coding": true,
"protein_id": "ENSP00000377406.1",
"strand": true,
"transcript": "ENST00000393818.3",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 564,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2071,
"cdna_start": null,
"cds_end": null,
"cds_length": 1695,
"cds_start": null,
"consequences": [
"5_prime_UTR_variant"
],
"exon_count": 10,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000421097.6",
"gene_hgnc_id": 29932,
"gene_symbol": "COASY",
"hgvs_c": "c.-5_-4delGCinsAT",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000393564.2",
"strand": true,
"transcript": "ENST00000421097.6",
"transcript_support_level": 1
},
{
"aa_alt": "D",
"aa_end": null,
"aa_length": 593,
"aa_ref": "G",
"aa_start": 28,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2219,
"cdna_start": 211,
"cds_end": null,
"cds_length": 1782,
"cds_start": 83,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001042532.4",
"gene_hgnc_id": 29932,
"gene_symbol": "COASY",
"hgvs_c": "c.83_84delGCinsAT",
"hgvs_p": "p.Gly28Asp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001035997.2",
"strand": true,
"transcript": "NM_001042532.4",
"transcript_support_level": null
},
{
"aa_alt": "D",
"aa_end": null,
"aa_length": 127,
"aa_ref": "G",
"aa_start": 28,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 569,
"cdna_start": 268,
"cds_end": null,
"cds_length": 384,
"cds_start": 83,
"consequences": [
"missense_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000587858.5",
"gene_hgnc_id": 29932,
"gene_symbol": "COASY",
"hgvs_c": "c.83_84delGCinsAT",
"hgvs_p": "p.Gly28Asp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000468755.1",
"strand": true,
"transcript": "ENST00000587858.5",
"transcript_support_level": 4
},
{
"aa_alt": "D",
"aa_end": null,
"aa_length": 97,
"aa_ref": "G",
"aa_start": 28,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 570,
"cdna_start": 358,
"cds_end": null,
"cds_length": 295,
"cds_start": 83,
"consequences": [
"missense_variant"
],
"exon_count": 2,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000585909.1",
"gene_hgnc_id": 29932,
"gene_symbol": "COASY",
"hgvs_c": "c.83_84delGCinsAT",
"hgvs_p": "p.Gly28Asp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000467519.1",
"strand": true,
"transcript": "ENST00000585909.1",
"transcript_support_level": 2
},
{
"aa_alt": "D",
"aa_end": null,
"aa_length": 593,
"aa_ref": "G",
"aa_start": 28,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2198,
"cdna_start": 190,
"cds_end": null,
"cds_length": 1782,
"cds_start": 83,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_006722116.5",
"gene_hgnc_id": 29932,
"gene_symbol": "COASY",
"hgvs_c": "c.83_84delGCinsAT",
"hgvs_p": "p.Gly28Asp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_006722179.1",
"strand": true,
"transcript": "XM_006722116.5",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 564,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2087,
"cdna_start": null,
"cds_end": null,
"cds_length": 1695,
"cds_start": null,
"consequences": [
"5_prime_UTR_variant"
],
"exon_count": 10,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "NM_001042529.3",
"gene_hgnc_id": 29932,
"gene_symbol": "COASY",
"hgvs_c": "c.-5_-4delGCinsAT",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001035994.1",
"strand": true,
"transcript": "NM_001042529.3",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 218,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 742,
"cdna_start": null,
"cds_end": null,
"cds_length": 659,
"cds_start": null,
"consequences": [
"5_prime_UTR_variant"
],
"exon_count": 2,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000586771.1",
"gene_hgnc_id": 29932,
"gene_symbol": "COASY",
"hgvs_c": "c.-5_-4delGCinsAT",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000466838.1",
"strand": true,
"transcript": "ENST00000586771.1",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 146,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 539,
"cdna_start": null,
"cds_end": null,
"cds_length": 442,
"cds_start": null,
"consequences": [
"5_prime_UTR_variant"
],
"exon_count": 2,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000587214.1",
"gene_hgnc_id": 29932,
"gene_symbol": "COASY",
"hgvs_c": "c.-5_-4delGCinsAT",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000468583.1",
"strand": true,
"transcript": "ENST00000587214.1",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 89,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 625,
"cdna_start": null,
"cds_end": null,
"cds_length": 272,
"cds_start": null,
"consequences": [
"5_prime_UTR_variant"
],
"exon_count": 2,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000585811.1",
"gene_hgnc_id": 29932,
"gene_symbol": "COASY",
"hgvs_c": "c.-5_-4delGCinsAT",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000467174.1",
"strand": true,
"transcript": "ENST00000585811.1",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 564,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2343,
"cdna_start": null,
"cds_end": null,
"cds_length": 1695,
"cds_start": null,
"consequences": [
"5_prime_UTR_variant"
],
"exon_count": 10,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "XM_011525300.2",
"gene_hgnc_id": 29932,
"gene_symbol": "COASY",
"hgvs_c": "c.-5_-4delGCinsAT",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011523602.1",
"strand": true,
"transcript": "XM_011525300.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 466,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2064,
"cdna_start": null,
"cds_end": null,
"cds_length": 1401,
"cds_start": null,
"consequences": [
"5_prime_UTR_variant"
],
"exon_count": 7,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "XM_047436849.1",
"gene_hgnc_id": 29932,
"gene_symbol": "COASY",
"hgvs_c": "c.-5_-4delGCinsAT",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047292805.1",
"strand": true,
"transcript": "XM_047436849.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 362,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1673,
"cdna_start": null,
"cds_end": null,
"cds_length": 1089,
"cds_start": null,
"consequences": [
"5_prime_UTR_variant"
],
"exon_count": 5,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "XM_047436850.1",
"gene_hgnc_id": 29932,
"gene_symbol": "COASY",
"hgvs_c": "c.-5_-4delGCinsAT",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047292806.1",
"strand": true,
"transcript": "XM_047436850.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 114,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 994,
"cdna_start": null,
"cds_end": null,
"cds_length": 347,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 5,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000591779.5",
"gene_hgnc_id": 29932,
"gene_symbol": "COASY",
"hgvs_c": "c.-575-315_-575-314delGCinsAT",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000467687.1",
"strand": true,
"transcript": "ENST00000591779.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 95,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 551,
"cdna_start": null,
"cds_end": null,
"cds_length": 290,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 2,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000587157.1",
"gene_hgnc_id": 29932,
"gene_symbol": "COASY",
"hgvs_c": "c.76+131_76+132delGCinsAT",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000467322.1",
"strand": true,
"transcript": "ENST00000587157.1",
"transcript_support_level": 4
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": null,
"effect": "missense_variant",
"frequency_reference_population": null,
"gene_hgnc_id": 29932,
"gene_symbol": "COASY",
"gnomad_exomes_ac": null,
"gnomad_exomes_af": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_ac": null,
"gnomad_genomes_af": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": null,
"phenotype_combined": null,
"phylop100way_prediction": "Benign",
"phylop100way_score": 1.146,
"pos": 42562618,
"ref": "GC",
"revel_prediction": null,
"revel_score": null,
"splice_prediction_selected": null,
"splice_score_selected": null,
"splice_source_selected": null,
"spliceai_max_prediction": null,
"spliceai_max_score": null,
"transcript": "NM_001042532.4"
}
]
}