← 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: 6-131581278-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=6&pos=131581278&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "6",
"pos": 131581278,
"ref": "G",
"alt": "A",
"effect": "stop_gained",
"transcript": "NM_001244438.2",
"consequences": [
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARG1",
"gene_hgnc_id": 663,
"hgvs_c": "c.365G>A",
"hgvs_p": "p.Trp122*",
"transcript": "NM_000045.4",
"protein_id": "NP_000036.2",
"transcript_support_level": null,
"aa_start": 122,
"aa_end": null,
"aa_length": 322,
"cds_start": 365,
"cds_end": null,
"cds_length": 969,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000368087.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000045.4"
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARG1",
"gene_hgnc_id": 663,
"hgvs_c": "c.365G>A",
"hgvs_p": "p.Trp122*",
"transcript": "ENST00000368087.8",
"protein_id": "ENSP00000357066.3",
"transcript_support_level": 1,
"aa_start": 122,
"aa_end": null,
"aa_length": 322,
"cds_start": 365,
"cds_end": null,
"cds_length": 969,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_000045.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000368087.8"
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARG1",
"gene_hgnc_id": 663,
"hgvs_c": "c.389G>A",
"hgvs_p": "p.Trp130*",
"transcript": "ENST00000356962.2",
"protein_id": "ENSP00000349446.2",
"transcript_support_level": 1,
"aa_start": 130,
"aa_end": null,
"aa_length": 330,
"cds_start": 389,
"cds_end": null,
"cds_length": 993,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000356962.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 30,
"intron_rank_end": null,
"gene_symbol": "MED23",
"gene_hgnc_id": 2372,
"hgvs_c": "c.4095+6431C>T",
"hgvs_p": null,
"transcript": "ENST00000354577.8",
"protein_id": "ENSP00000346588.4",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1365,
"cds_start": null,
"cds_end": null,
"cds_length": 4098,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000354577.8"
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARG1",
"gene_hgnc_id": 663,
"hgvs_c": "c.389G>A",
"hgvs_p": "p.Trp130*",
"transcript": "NM_001244438.2",
"protein_id": "NP_001231367.1",
"transcript_support_level": null,
"aa_start": 130,
"aa_end": null,
"aa_length": 330,
"cds_start": 389,
"cds_end": null,
"cds_length": 993,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001244438.2"
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARG1",
"gene_hgnc_id": 663,
"hgvs_c": "c.365G>A",
"hgvs_p": "p.Trp122*",
"transcript": "ENST00000875754.1",
"protein_id": "ENSP00000545813.1",
"transcript_support_level": null,
"aa_start": 122,
"aa_end": null,
"aa_length": 318,
"cds_start": 365,
"cds_end": null,
"cds_length": 957,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875754.1"
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARG1",
"gene_hgnc_id": 663,
"hgvs_c": "c.365G>A",
"hgvs_p": "p.Trp122*",
"transcript": "ENST00000875752.1",
"protein_id": "ENSP00000545811.1",
"transcript_support_level": null,
"aa_start": 122,
"aa_end": null,
"aa_length": 311,
"cds_start": 365,
"cds_end": null,
"cds_length": 936,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875752.1"
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARG1",
"gene_hgnc_id": 663,
"hgvs_c": "c.311G>A",
"hgvs_p": "p.Trp104*",
"transcript": "ENST00000672233.1",
"protein_id": "ENSP00000499826.1",
"transcript_support_level": null,
"aa_start": 104,
"aa_end": null,
"aa_length": 304,
"cds_start": 311,
"cds_end": null,
"cds_length": 915,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000672233.1"
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARG1",
"gene_hgnc_id": 663,
"hgvs_c": "c.290G>A",
"hgvs_p": "p.Trp97*",
"transcript": "ENST00000875755.1",
"protein_id": "ENSP00000545814.1",
"transcript_support_level": null,
"aa_start": 97,
"aa_end": null,
"aa_length": 297,
"cds_start": 290,
"cds_end": null,
"cds_length": 894,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875755.1"
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARG1",
"gene_hgnc_id": 663,
"hgvs_c": "c.365G>A",
"hgvs_p": "p.Trp122*",
"transcript": "ENST00000875753.1",
"protein_id": "ENSP00000545812.1",
"transcript_support_level": null,
"aa_start": 122,
"aa_end": null,
"aa_length": 294,
"cds_start": 365,
"cds_end": null,
"cds_length": 885,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875753.1"
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARG1",
"gene_hgnc_id": 663,
"hgvs_c": "c.365G>A",
"hgvs_p": "p.Trp122*",
"transcript": "ENST00000875750.1",
"protein_id": "ENSP00000545809.1",
"transcript_support_level": null,
"aa_start": 122,
"aa_end": null,
"aa_length": 287,
"cds_start": 365,
"cds_end": null,
"cds_length": 864,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875750.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 30,
"intron_rank_end": null,
"gene_symbol": "MED23",
"gene_hgnc_id": 2372,
"hgvs_c": "c.4095+6431C>T",
"hgvs_p": null,
"transcript": "NM_015979.4",
"protein_id": "NP_057063.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1365,
"cds_start": null,
"cds_end": null,
"cds_length": 4098,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_015979.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 29,
"intron_rank_end": null,
"gene_symbol": "MED23",
"gene_hgnc_id": 2372,
"hgvs_c": "c.4077+6431C>T",
"hgvs_p": null,
"transcript": "NM_001270521.2",
"protein_id": "NP_001257450.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1359,
"cds_start": null,
"cds_end": null,
"cds_length": 4080,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001270521.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": 6,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ARG1",
"gene_hgnc_id": 663,
"hgvs_c": "c.306-1782G>A",
"hgvs_p": null,
"transcript": "NM_001369020.1",
"protein_id": "NP_001355949.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 237,
"cds_start": null,
"cds_end": null,
"cds_length": 714,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369020.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": 6,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ARG1",
"gene_hgnc_id": 663,
"hgvs_c": "c.306-1782G>A",
"hgvs_p": null,
"transcript": "ENST00000673427.1",
"protein_id": "ENSP00000500160.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 237,
"cds_start": null,
"cds_end": null,
"cds_length": 714,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000673427.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": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ARG1",
"gene_hgnc_id": 663,
"hgvs_c": "c.305+1993G>A",
"hgvs_p": null,
"transcript": "ENST00000875751.1",
"protein_id": "ENSP00000545810.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 202,
"cds_start": null,
"cds_end": null,
"cds_length": 609,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875751.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": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ARG1",
"gene_hgnc_id": 663,
"hgvs_c": "c.58-1343G>A",
"hgvs_p": null,
"transcript": "ENST00000875756.1",
"protein_id": "ENSP00000545815.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 186,
"cds_start": null,
"cds_end": null,
"cds_length": 561,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875756.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARG1",
"gene_hgnc_id": 663,
"hgvs_c": "n.349G>A",
"hgvs_p": null,
"transcript": "ENST00000275196.5",
"protein_id": null,
"transcript_support_level": 5,
"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": "ENST00000275196.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARG1",
"gene_hgnc_id": 663,
"hgvs_c": "n.*252G>A",
"hgvs_p": null,
"transcript": "ENST00000673234.1",
"protein_id": "ENSP00000499885.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000673234.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARG1",
"gene_hgnc_id": 663,
"hgvs_c": "n.349G>A",
"hgvs_p": null,
"transcript": "NR_160934.1",
"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": "NR_160934.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARG1",
"gene_hgnc_id": 663,
"hgvs_c": "n.*252G>A",
"hgvs_p": null,
"transcript": "ENST00000673234.1",
"protein_id": "ENSP00000499885.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000673234.1"
}
],
"gene_symbol": "ARG1",
"gene_hgnc_id": 663,
"dbsnp": "rs104893947",
"frequency_reference_population": 0.0000024786557,
"hom_count_reference_population": 0,
"allele_count_reference_population": 4,
"gnomad_exomes_af": 0.00000136837,
"gnomad_genomes_af": 0.000013142,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.6499999761581421,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.65,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 9.932,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.02,
"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": 18,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2,PP5_Very_Strong",
"acmg_by_gene": [
{
"score": 18,
"benign_score": 0,
"pathogenic_score": 18,
"criteria": [
"PVS1",
"PM2",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "NM_001244438.2",
"gene_symbol": "ARG1",
"hgnc_id": 663,
"effects": [
"stop_gained"
],
"inheritance_mode": "AR",
"hgvs_c": "c.389G>A",
"hgvs_p": "p.Trp130*"
},
{
"score": 14,
"benign_score": 0,
"pathogenic_score": 14,
"criteria": [
"PM2",
"PP3_Strong",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "NM_015979.4",
"gene_symbol": "MED23",
"hgnc_id": 2372,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.4095+6431C>T",
"hgvs_p": null
}
],
"clinvar_disease": "Arginase deficiency,not provided",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:3",
"phenotype_combined": "Arginase deficiency|not provided",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}