← 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: 2-195756164-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=195756164&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 195756164,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_018897.3",
"consequences": [
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 62,
"exon_rank_end": null,
"exon_count": 65,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH7",
"gene_hgnc_id": 18661,
"hgvs_c": "c.11555A>G",
"hgvs_p": "p.Asn3852Ser",
"transcript": "NM_018897.3",
"protein_id": "NP_061720.2",
"transcript_support_level": null,
"aa_start": 3852,
"aa_end": null,
"aa_length": 4024,
"cds_start": 11555,
"cds_end": null,
"cds_length": 12075,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000312428.11",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_018897.3"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 62,
"exon_rank_end": null,
"exon_count": 65,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH7",
"gene_hgnc_id": 18661,
"hgvs_c": "c.11555A>G",
"hgvs_p": "p.Asn3852Ser",
"transcript": "ENST00000312428.11",
"protein_id": "ENSP00000311273.6",
"transcript_support_level": 1,
"aa_start": 3852,
"aa_end": null,
"aa_length": 4024,
"cds_start": 11555,
"cds_end": null,
"cds_length": 12075,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_018897.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000312428.11"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH7",
"gene_hgnc_id": 18661,
"hgvs_c": "c.1004A>G",
"hgvs_p": "p.Asn335Ser",
"transcript": "ENST00000409063.5",
"protein_id": "ENSP00000386912.1",
"transcript_support_level": 1,
"aa_start": 335,
"aa_end": null,
"aa_length": 507,
"cds_start": 1004,
"cds_end": null,
"cds_length": 1524,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000409063.5"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH7",
"gene_hgnc_id": 18661,
"hgvs_c": "c.35A>G",
"hgvs_p": "p.Asn12Ser",
"transcript": "ENST00000438565.1",
"protein_id": "ENSP00000409732.1",
"transcript_support_level": 3,
"aa_start": 12,
"aa_end": null,
"aa_length": 56,
"cds_start": 35,
"cds_end": null,
"cds_length": 171,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000438565.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 61,
"exon_rank_end": null,
"exon_count": 64,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH7",
"gene_hgnc_id": 18661,
"hgvs_c": "c.11435A>G",
"hgvs_p": "p.Asn3812Ser",
"transcript": "XM_011511488.4",
"protein_id": "XP_011509790.1",
"transcript_support_level": null,
"aa_start": 3812,
"aa_end": null,
"aa_length": 3984,
"cds_start": 11435,
"cds_end": null,
"cds_length": 11955,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011511488.4"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 61,
"exon_rank_end": null,
"exon_count": 64,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH7",
"gene_hgnc_id": 18661,
"hgvs_c": "c.11417A>G",
"hgvs_p": "p.Asn3806Ser",
"transcript": "XM_011511489.3",
"protein_id": "XP_011509791.1",
"transcript_support_level": null,
"aa_start": 3806,
"aa_end": null,
"aa_length": 3978,
"cds_start": 11417,
"cds_end": null,
"cds_length": 11937,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011511489.3"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 61,
"exon_rank_end": null,
"exon_count": 64,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH7",
"gene_hgnc_id": 18661,
"hgvs_c": "c.11330A>G",
"hgvs_p": "p.Asn3777Ser",
"transcript": "XM_011511490.4",
"protein_id": "XP_011509792.1",
"transcript_support_level": null,
"aa_start": 3777,
"aa_end": null,
"aa_length": 3949,
"cds_start": 11330,
"cds_end": null,
"cds_length": 11850,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011511490.4"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 61,
"exon_rank_end": null,
"exon_count": 64,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH7",
"gene_hgnc_id": 18661,
"hgvs_c": "c.11282A>G",
"hgvs_p": "p.Asn3761Ser",
"transcript": "XM_017004504.3",
"protein_id": "XP_016859993.1",
"transcript_support_level": null,
"aa_start": 3761,
"aa_end": null,
"aa_length": 3933,
"cds_start": 11282,
"cds_end": null,
"cds_length": 11802,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017004504.3"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH7",
"gene_hgnc_id": 18661,
"hgvs_c": "c.5927A>G",
"hgvs_p": "p.Asn1976Ser",
"transcript": "XM_011511497.3",
"protein_id": "XP_011509799.1",
"transcript_support_level": null,
"aa_start": 1976,
"aa_end": null,
"aa_length": 2148,
"cds_start": 5927,
"cds_end": null,
"cds_length": 6447,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011511497.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "LOC107985972",
"gene_hgnc_id": null,
"hgvs_c": "n.1828-1936T>C",
"hgvs_p": null,
"transcript": "XR_001739837.2",
"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_001739837.2"
}
],
"gene_symbol": "DNAH7",
"gene_hgnc_id": 18661,
"dbsnp": "rs116352827",
"frequency_reference_population": 0.0030604375,
"hom_count_reference_population": 131,
"allele_count_reference_population": 4921,
"gnomad_exomes_af": 0.00162677,
"gnomad_genomes_af": 0.0167636,
"gnomad_exomes_ac": 2368,
"gnomad_genomes_ac": 2553,
"gnomad_exomes_homalt": 63,
"gnomad_genomes_homalt": 68,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.003225386142730713,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.121,
"revel_prediction": "Benign",
"alphamissense_score": 0.0673,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.8,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.018,
"phylop100way_prediction": "Benign",
"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": -20,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BA1",
"acmg_by_gene": [
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_018897.3",
"gene_symbol": "DNAH7",
"hgnc_id": 18661,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.11555A>G",
"hgvs_p": "p.Asn3852Ser"
},
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "XR_001739837.2",
"gene_symbol": "LOC107985972",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.1828-1936T>C",
"hgvs_p": null
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:2",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}