← 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: 3-189957700-A-AAGAGAGAGAGAGAGAGAG (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=189957700&ref=A&alt=AAGAGAGAGAGAGAGAGAG&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 189957700,
"ref": "A",
"alt": "AAGAGAGAGAGAGAGAGAG",
"effect": "3_prime_UTR_variant",
"transcript": "NM_018192.4",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "P3H2",
"gene_hgnc_id": 19317,
"hgvs_c": "c.*194_*211dupCTCTCTCTCTCTCTCTCT",
"hgvs_p": null,
"transcript": "NM_018192.4",
"protein_id": "NP_060662.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 708,
"cds_start": null,
"cds_end": null,
"cds_length": 2127,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000319332.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_018192.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "P3H2",
"gene_hgnc_id": 19317,
"hgvs_c": "c.*194_*211dupCTCTCTCTCTCTCTCTCT",
"hgvs_p": null,
"transcript": "ENST00000319332.10",
"protein_id": "ENSP00000316881.5",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 708,
"cds_start": null,
"cds_end": null,
"cds_length": 2127,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_018192.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000319332.10"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "P3H2",
"gene_hgnc_id": 19317,
"hgvs_c": "c.*194_*211dupCTCTCTCTCTCTCTCTCT",
"hgvs_p": null,
"transcript": "ENST00000427335.6",
"protein_id": "ENSP00000408947.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 527,
"cds_start": null,
"cds_end": null,
"cds_length": 1584,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000427335.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "P3H2",
"gene_hgnc_id": 19317,
"hgvs_c": "c.*194_*211dupCTCTCTCTCTCTCTCTCT",
"hgvs_p": null,
"transcript": "ENST00000895815.1",
"protein_id": "ENSP00000565874.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 731,
"cds_start": null,
"cds_end": null,
"cds_length": 2196,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895815.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "P3H2",
"gene_hgnc_id": 19317,
"hgvs_c": "c.*194_*211dupCTCTCTCTCTCTCTCTCT",
"hgvs_p": null,
"transcript": "ENST00000895814.1",
"protein_id": "ENSP00000565873.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 707,
"cds_start": null,
"cds_end": null,
"cds_length": 2124,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895814.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "P3H2",
"gene_hgnc_id": 19317,
"hgvs_c": "c.*194_*211dupCTCTCTCTCTCTCTCTCT",
"hgvs_p": null,
"transcript": "ENST00000943436.1",
"protein_id": "ENSP00000613495.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 684,
"cds_start": null,
"cds_end": null,
"cds_length": 2055,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943436.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "P3H2",
"gene_hgnc_id": 19317,
"hgvs_c": "c.*194_*211dupCTCTCTCTCTCTCTCTCT",
"hgvs_p": null,
"transcript": "ENST00000895816.1",
"protein_id": "ENSP00000565875.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 661,
"cds_start": null,
"cds_end": null,
"cds_length": 1986,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895816.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "P3H2",
"gene_hgnc_id": 19317,
"hgvs_c": "c.*194_*211dupCTCTCTCTCTCTCTCTCT",
"hgvs_p": null,
"transcript": "NM_001134418.2",
"protein_id": "NP_001127890.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 527,
"cds_start": null,
"cds_end": null,
"cds_length": 1584,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001134418.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "P3H2",
"gene_hgnc_id": 19317,
"hgvs_c": "n.451_468dupCTCTCTCTCTCTCTCTCT",
"hgvs_p": null,
"transcript": "ENST00000490940.1",
"protein_id": null,
"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": "retained_intron",
"feature": "ENST00000490940.1"
}
],
"gene_symbol": "P3H2",
"gene_hgnc_id": 19317,
"dbsnp": "rs3062112",
"frequency_reference_population": 0.000020247535,
"hom_count_reference_population": 0,
"allele_count_reference_population": 11,
"gnomad_exomes_af": 0.0000227403,
"gnomad_genomes_af": 0.0000135591,
"gnomad_exomes_ac": 9,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"splice_score_selected": null,
"splice_prediction_selected": null,
"splice_source_selected": null,
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 1.378,
"phylop100way_prediction": "Benign",
"spliceai_max_score": null,
"spliceai_max_prediction": null,
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 0,
"pathogenic_score": 0,
"criteria": [],
"verdict": "Uncertain_significance",
"transcript": "NM_018192.4",
"gene_symbol": "P3H2",
"hgnc_id": 19317,
"effects": [
"3_prime_UTR_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.*194_*211dupCTCTCTCTCTCTCTCTCT",
"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
}