← 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: 10-19615941-AT-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=19615941&ref=AT&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "10",
"pos": 19615941,
"ref": "AT",
"alt": "A",
"effect": "intron_variant",
"transcript": "NM_001142308.3",
"consequences": [
{
"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": 40,
"intron_rank": 36,
"intron_rank_end": null,
"gene_symbol": "MALRD1",
"gene_hgnc_id": 24331,
"hgvs_c": "c.6137+29delT",
"hgvs_p": null,
"transcript": "NM_001142308.3",
"protein_id": "NP_001135780.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2156,
"cds_start": null,
"cds_end": null,
"cds_length": 6471,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000454679.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001142308.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": 36,
"intron_rank_end": null,
"gene_symbol": "MALRD1",
"gene_hgnc_id": 24331,
"hgvs_c": "c.6137+19delT",
"hgvs_p": null,
"transcript": "ENST00000454679.7",
"protein_id": "ENSP00000412763.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 2156,
"cds_start": null,
"cds_end": null,
"cds_length": 6471,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001142308.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000454679.7"
},
{
"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": 25,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "MALRD1",
"gene_hgnc_id": 24331,
"hgvs_c": "c.4207+8040delT",
"hgvs_p": null,
"transcript": "ENST00000377266.7",
"protein_id": "ENSP00000366477.3",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1486,
"cds_start": null,
"cds_end": null,
"cds_length": 4461,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000377266.7"
},
{
"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": 12,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "MALRD1",
"gene_hgnc_id": 24331,
"hgvs_c": "c.1187+19delT",
"hgvs_p": null,
"transcript": "ENST00000377265.3",
"protein_id": "ENSP00000366476.3",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 506,
"cds_start": null,
"cds_end": null,
"cds_length": 1521,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000377265.3"
},
{
"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": 41,
"intron_rank": 37,
"intron_rank_end": null,
"gene_symbol": "MALRD1",
"gene_hgnc_id": 24331,
"hgvs_c": "c.6197+29delT",
"hgvs_p": null,
"transcript": "XM_011519453.3",
"protein_id": "XP_011517755.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2176,
"cds_start": null,
"cds_end": null,
"cds_length": 6531,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011519453.3"
},
{
"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": 41,
"intron_rank": 37,
"intron_rank_end": null,
"gene_symbol": "MALRD1",
"gene_hgnc_id": 24331,
"hgvs_c": "c.6116+29delT",
"hgvs_p": null,
"transcript": "XM_011519454.2",
"protein_id": "XP_011517756.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2149,
"cds_start": null,
"cds_end": null,
"cds_length": 6450,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011519454.2"
},
{
"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": 40,
"intron_rank": 36,
"intron_rank_end": null,
"gene_symbol": "MALRD1",
"gene_hgnc_id": 24331,
"hgvs_c": "c.6023+29delT",
"hgvs_p": null,
"transcript": "XM_011519455.3",
"protein_id": "XP_011517757.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2118,
"cds_start": null,
"cds_end": null,
"cds_length": 6357,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011519455.3"
},
{
"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": 40,
"intron_rank": 36,
"intron_rank_end": null,
"gene_symbol": "MALRD1",
"gene_hgnc_id": 24331,
"hgvs_c": "c.5924+29delT",
"hgvs_p": null,
"transcript": "XM_017016182.1",
"protein_id": "XP_016871671.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2085,
"cds_start": null,
"cds_end": null,
"cds_length": 6258,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017016182.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": 38,
"intron_rank": 37,
"intron_rank_end": null,
"gene_symbol": "MALRD1",
"gene_hgnc_id": 24331,
"hgvs_c": "c.6197+29delT",
"hgvs_p": null,
"transcript": "XM_017016183.2",
"protein_id": "XP_016871672.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2080,
"cds_start": null,
"cds_end": null,
"cds_length": 6243,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017016183.2"
},
{
"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": 29,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "MALRD1",
"gene_hgnc_id": 24331,
"hgvs_c": "c.4397+29delT",
"hgvs_p": null,
"transcript": "XM_017016184.1",
"protein_id": "XP_016871673.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1576,
"cds_start": null,
"cds_end": null,
"cds_length": 4731,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017016184.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": 29,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "MALRD1",
"gene_hgnc_id": 24331,
"hgvs_c": "c.4397+29delT",
"hgvs_p": null,
"transcript": "XM_017016185.1",
"protein_id": "XP_016871674.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1576,
"cds_start": null,
"cds_end": null,
"cds_length": 4731,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017016185.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": 22,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "MALRD1",
"gene_hgnc_id": 24331,
"hgvs_c": "c.2939+29delT",
"hgvs_p": null,
"transcript": "XM_017016186.1",
"protein_id": "XP_016871675.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1090,
"cds_start": null,
"cds_end": null,
"cds_length": 3273,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017016186.1"
}
],
"gene_symbol": "MALRD1",
"gene_hgnc_id": 24331,
"dbsnp": "rs10580913",
"frequency_reference_population": 0.015390024,
"hom_count_reference_population": 1730,
"allele_count_reference_population": 22373,
"gnomad_exomes_af": 0.00964885,
"gnomad_genomes_af": 0.0653076,
"gnomad_exomes_ac": 12580,
"gnomad_genomes_ac": 9793,
"gnomad_exomes_homalt": 715,
"gnomad_genomes_homalt": 1015,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"splice_score_selected": 0.029999999329447746,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": -0.149,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.03,
"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": -8,
"acmg_classification": "Benign",
"acmg_criteria": "BA1",
"acmg_by_gene": [
{
"score": -8,
"benign_score": 8,
"pathogenic_score": 0,
"criteria": [
"BA1"
],
"verdict": "Benign",
"transcript": "NM_001142308.3",
"gene_symbol": "MALRD1",
"hgnc_id": 24331,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.6137+29delT",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}