← 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-48017318-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=48017318&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "7",
"pos": 48017318,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_152782.4",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN3",
"gene_hgnc_id": 22429,
"hgvs_c": "c.232T>C",
"hgvs_p": "p.Ser78Pro",
"transcript": "NM_001030019.2",
"protein_id": "NP_001025190.1",
"transcript_support_level": null,
"aa_start": 78,
"aa_end": null,
"aa_length": 357,
"cds_start": 232,
"cds_end": null,
"cds_length": 1074,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000297325.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001030019.2"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN3",
"gene_hgnc_id": 22429,
"hgvs_c": "c.232T>C",
"hgvs_p": "p.Ser78Pro",
"transcript": "ENST00000297325.9",
"protein_id": "ENSP00000297325.4",
"transcript_support_level": 5,
"aa_start": 78,
"aa_end": null,
"aa_length": 357,
"cds_start": 232,
"cds_end": null,
"cds_length": 1074,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001030019.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000297325.9"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN3",
"gene_hgnc_id": 22429,
"hgvs_c": "c.232T>C",
"hgvs_p": "p.Ser78Pro",
"transcript": "ENST00000395572.6",
"protein_id": "ENSP00000378939.2",
"transcript_support_level": 1,
"aa_start": 78,
"aa_end": null,
"aa_length": 357,
"cds_start": 232,
"cds_end": null,
"cds_length": 1074,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000395572.6"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN3",
"gene_hgnc_id": 22429,
"hgvs_c": "c.232T>C",
"hgvs_p": "p.Ser78Pro",
"transcript": "NM_152782.4",
"protein_id": "NP_689995.3",
"transcript_support_level": null,
"aa_start": 78,
"aa_end": null,
"aa_length": 357,
"cds_start": 232,
"cds_end": null,
"cds_length": 1074,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_152782.4"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN3",
"gene_hgnc_id": 22429,
"hgvs_c": "c.196T>C",
"hgvs_p": "p.Ser66Pro",
"transcript": "NM_001284350.2",
"protein_id": "NP_001271279.1",
"transcript_support_level": null,
"aa_start": 66,
"aa_end": null,
"aa_length": 345,
"cds_start": 196,
"cds_end": null,
"cds_length": 1038,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001284350.2"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN3",
"gene_hgnc_id": 22429,
"hgvs_c": "c.196T>C",
"hgvs_p": "p.Ser66Pro",
"transcript": "ENST00000412142.5",
"protein_id": "ENSP00000410204.2",
"transcript_support_level": 5,
"aa_start": 66,
"aa_end": null,
"aa_length": 345,
"cds_start": 196,
"cds_end": null,
"cds_length": 1038,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000412142.5"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN3",
"gene_hgnc_id": 22429,
"hgvs_c": "c.232T>C",
"hgvs_p": "p.Ser78Pro",
"transcript": "XM_047420113.1",
"protein_id": "XP_047276069.1",
"transcript_support_level": null,
"aa_start": 78,
"aa_end": null,
"aa_length": 360,
"cds_start": 232,
"cds_end": null,
"cds_length": 1083,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420113.1"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN3",
"gene_hgnc_id": 22429,
"hgvs_c": "c.232T>C",
"hgvs_p": "p.Ser78Pro",
"transcript": "XM_047420114.1",
"protein_id": "XP_047276070.1",
"transcript_support_level": null,
"aa_start": 78,
"aa_end": null,
"aa_length": 360,
"cds_start": 232,
"cds_end": null,
"cds_length": 1083,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420114.1"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN3",
"gene_hgnc_id": 22429,
"hgvs_c": "c.232T>C",
"hgvs_p": "p.Ser78Pro",
"transcript": "XM_017011930.2",
"protein_id": "XP_016867419.1",
"transcript_support_level": null,
"aa_start": 78,
"aa_end": null,
"aa_length": 357,
"cds_start": 232,
"cds_end": null,
"cds_length": 1074,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017011930.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN3",
"gene_hgnc_id": 22429,
"hgvs_c": "n.*60T>C",
"hgvs_p": null,
"transcript": "ENST00000449896.2",
"protein_id": "ENSP00000395392.2",
"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": "nonsense_mediated_decay",
"feature": "ENST00000449896.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN3",
"gene_hgnc_id": 22429,
"hgvs_c": "n.*60T>C",
"hgvs_p": null,
"transcript": "ENST00000449896.2",
"protein_id": "ENSP00000395392.2",
"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": "nonsense_mediated_decay",
"feature": "ENST00000449896.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN3",
"gene_hgnc_id": 22429,
"hgvs_c": "c.-12T>C",
"hgvs_p": null,
"transcript": "ENST00000453071.5",
"protein_id": "ENSP00000388627.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 280,
"cds_start": null,
"cds_end": null,
"cds_length": 843,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000453071.5"
}
],
"gene_symbol": "SUN3",
"gene_hgnc_id": 22429,
"dbsnp": null,
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.06266790628433228,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.008,
"revel_prediction": "Benign",
"alphamissense_score": 0.0646,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.69,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.138,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.01,
"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": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_152782.4",
"gene_symbol": "SUN3",
"hgnc_id": 22429,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.232T>C",
"hgvs_p": "p.Ser78Pro"
}
],
"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
}