← 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-48006050-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=48006050&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 6,
"criteria": [
"PM2",
"BP4_Strong",
"BP6_Moderate"
],
"effects": [
"missense_variant"
],
"gene_symbol": "SUN3",
"hgnc_id": 22429,
"hgvs_c": "c.496G>A",
"hgvs_p": "p.Val166Met",
"inheritance_mode": "AR",
"pathogenic_score": 2,
"score": -4,
"transcript": "NM_152782.4",
"verdict": "Likely_benign"
}
],
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong,BP6_Moderate",
"acmg_score": -4,
"allele_count_reference_population": 6,
"alphamissense_prediction": null,
"alphamissense_score": 0.0652,
"alt": "T",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.61,
"chr": "7",
"clinvar_classification": "Likely benign",
"clinvar_disease": "not specified",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"computational_prediction_selected": "Benign",
"computational_score_selected": 0.025574684143066406,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 357,
"aa_ref": "V",
"aa_start": 166,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1425,
"cdna_start": 665,
"cds_end": null,
"cds_length": 1074,
"cds_start": 496,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "NM_001030019.2",
"gene_hgnc_id": 22429,
"gene_symbol": "SUN3",
"hgvs_c": "c.496G>A",
"hgvs_p": "p.Val166Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000297325.9",
"protein_coding": true,
"protein_id": "NP_001025190.1",
"strand": false,
"transcript": "NM_001030019.2",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 357,
"aa_ref": "V",
"aa_start": 166,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 1425,
"cdna_start": 665,
"cds_end": null,
"cds_length": 1074,
"cds_start": 496,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000297325.9",
"gene_hgnc_id": 22429,
"gene_symbol": "SUN3",
"hgvs_c": "c.496G>A",
"hgvs_p": "p.Val166Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_001030019.2",
"protein_coding": true,
"protein_id": "ENSP00000297325.4",
"strand": false,
"transcript": "ENST00000297325.9",
"transcript_support_level": 5
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 357,
"aa_ref": "V",
"aa_start": 166,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1348,
"cdna_start": 593,
"cds_end": null,
"cds_length": 1074,
"cds_start": 496,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000395572.6",
"gene_hgnc_id": 22429,
"gene_symbol": "SUN3",
"hgvs_c": "c.496G>A",
"hgvs_p": "p.Val166Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000378939.2",
"strand": false,
"transcript": "ENST00000395572.6",
"transcript_support_level": 1
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 269,
"aa_ref": "V",
"aa_start": 66,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 810,
"cdna_start": 196,
"cds_end": null,
"cds_length": 810,
"cds_start": 196,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000438771.5",
"gene_hgnc_id": 22429,
"gene_symbol": "SUN3",
"hgvs_c": "c.196G>A",
"hgvs_p": "p.Val66Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000409077.1",
"strand": false,
"transcript": "ENST00000438771.5",
"transcript_support_level": 1
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 357,
"aa_ref": "V",
"aa_start": 166,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1341,
"cdna_start": 581,
"cds_end": null,
"cds_length": 1074,
"cds_start": 496,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "NM_152782.4",
"gene_hgnc_id": 22429,
"gene_symbol": "SUN3",
"hgvs_c": "c.496G>A",
"hgvs_p": "p.Val166Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_689995.3",
"strand": false,
"transcript": "NM_152782.4",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 345,
"aa_ref": "V",
"aa_start": 154,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1523,
"cdna_start": 763,
"cds_end": null,
"cds_length": 1038,
"cds_start": 460,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "NM_001284350.2",
"gene_hgnc_id": 22429,
"gene_symbol": "SUN3",
"hgvs_c": "c.460G>A",
"hgvs_p": "p.Val154Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001271279.1",
"strand": false,
"transcript": "NM_001284350.2",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 345,
"aa_ref": "V",
"aa_start": 154,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1448,
"cdna_start": 691,
"cds_end": null,
"cds_length": 1038,
"cds_start": 460,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000412142.5",
"gene_hgnc_id": 22429,
"gene_symbol": "SUN3",
"hgvs_c": "c.460G>A",
"hgvs_p": "p.Val154Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000410204.2",
"strand": false,
"transcript": "ENST00000412142.5",
"transcript_support_level": 5
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 280,
"aa_ref": "V",
"aa_start": 89,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1027,
"cdna_start": 267,
"cds_end": null,
"cds_length": 843,
"cds_start": 265,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000453071.5",
"gene_hgnc_id": 22429,
"gene_symbol": "SUN3",
"hgvs_c": "c.265G>A",
"hgvs_p": "p.Val89Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000388627.1",
"strand": false,
"transcript": "ENST00000453071.5",
"transcript_support_level": 5
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 360,
"aa_ref": "V",
"aa_start": 166,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1189,
"cdna_start": 581,
"cds_end": null,
"cds_length": 1083,
"cds_start": 496,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "XM_047420113.1",
"gene_hgnc_id": 22429,
"gene_symbol": "SUN3",
"hgvs_c": "c.496G>A",
"hgvs_p": "p.Val166Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047276069.1",
"strand": false,
"transcript": "XM_047420113.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 360,
"aa_ref": "V",
"aa_start": 166,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1194,
"cdna_start": 586,
"cds_end": null,
"cds_length": 1083,
"cds_start": 496,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "XM_047420114.1",
"gene_hgnc_id": 22429,
"gene_symbol": "SUN3",
"hgvs_c": "c.496G>A",
"hgvs_p": "p.Val166Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047276070.1",
"strand": false,
"transcript": "XM_047420114.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 357,
"aa_ref": "V",
"aa_start": 166,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1338,
"cdna_start": 578,
"cds_end": null,
"cds_length": 1074,
"cds_start": 496,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "XM_017011930.2",
"gene_hgnc_id": 22429,
"gene_symbol": "SUN3",
"hgvs_c": "c.496G>A",
"hgvs_p": "p.Val166Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016867419.1",
"strand": false,
"transcript": "XM_017011930.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1456,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 11,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000449896.2",
"gene_hgnc_id": 22429,
"gene_symbol": "SUN3",
"hgvs_c": "n.*324G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000395392.2",
"strand": false,
"transcript": "ENST00000449896.2",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1456,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 11,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000449896.2",
"gene_hgnc_id": 22429,
"gene_symbol": "SUN3",
"hgvs_c": "n.*324G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000395392.2",
"strand": false,
"transcript": "ENST00000449896.2",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 170,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 630,
"cdna_start": null,
"cds_end": null,
"cds_length": 513,
"cds_start": null,
"consequences": [
"upstream_gene_variant"
],
"exon_count": 5,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000412371.5",
"gene_hgnc_id": 22429,
"gene_symbol": "SUN3",
"hgvs_c": "c.-39G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000406887.1",
"strand": true,
"transcript": "ENST00000412371.5",
"transcript_support_level": 5
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs757066331",
"effect": "missense_variant",
"frequency_reference_population": 0.000003767661,
"gene_hgnc_id": 22429,
"gene_symbol": "SUN3",
"gnomad_exomes_ac": 5,
"gnomad_exomes_af": 0.00000347126,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": 1,
"gnomad_genomes_af": 0.00000657462,
"gnomad_genomes_homalt": 0,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Likely benign",
"phenotype_combined": "not specified",
"phylop100way_prediction": "Benign",
"phylop100way_score": 0.818,
"pos": 48006050,
"ref": "C",
"revel_prediction": "Benign",
"revel_score": 0.067,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_152782.4"
}
]
}