← 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: 4-110621214-T-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=4&pos=110621214&ref=T&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "4",
"pos": 110621214,
"ref": "T",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_000325.6",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PITX2",
"gene_hgnc_id": 9005,
"hgvs_c": "c.361A>C",
"hgvs_p": "p.Thr121Pro",
"transcript": "NM_000325.6",
"protein_id": "NP_000316.2",
"transcript_support_level": null,
"aa_start": 121,
"aa_end": null,
"aa_length": 324,
"cds_start": 361,
"cds_end": null,
"cds_length": 975,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000644743.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000325.6"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PITX2",
"gene_hgnc_id": 9005,
"hgvs_c": "c.361A>C",
"hgvs_p": "p.Thr121Pro",
"transcript": "ENST00000644743.1",
"protein_id": "ENSP00000495061.1",
"transcript_support_level": null,
"aa_start": 121,
"aa_end": null,
"aa_length": 324,
"cds_start": 361,
"cds_end": null,
"cds_length": 975,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_000325.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000644743.1"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PITX2",
"gene_hgnc_id": 9005,
"hgvs_c": "c.202A>C",
"hgvs_p": "p.Thr68Pro",
"transcript": "ENST00000355080.9",
"protein_id": "ENSP00000347192.5",
"transcript_support_level": 1,
"aa_start": 68,
"aa_end": null,
"aa_length": 271,
"cds_start": 202,
"cds_end": null,
"cds_length": 816,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000355080.9"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PITX2",
"gene_hgnc_id": 9005,
"hgvs_c": "c.340A>C",
"hgvs_p": "p.Thr114Pro",
"transcript": "NM_001204397.2",
"protein_id": "NP_001191326.1",
"transcript_support_level": null,
"aa_start": 114,
"aa_end": null,
"aa_length": 317,
"cds_start": 340,
"cds_end": null,
"cds_length": 954,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001204397.2"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PITX2",
"gene_hgnc_id": 9005,
"hgvs_c": "c.340A>C",
"hgvs_p": "p.Thr114Pro",
"transcript": "NM_001204398.1",
"protein_id": "NP_001191327.1",
"transcript_support_level": null,
"aa_start": 114,
"aa_end": null,
"aa_length": 317,
"cds_start": 340,
"cds_end": null,
"cds_length": 954,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001204398.1"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PITX2",
"gene_hgnc_id": 9005,
"hgvs_c": "c.340A>C",
"hgvs_p": "p.Thr114Pro",
"transcript": "NM_153426.3",
"protein_id": "NP_700475.1",
"transcript_support_level": null,
"aa_start": 114,
"aa_end": null,
"aa_length": 317,
"cds_start": 340,
"cds_end": null,
"cds_length": 954,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_153426.3"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PITX2",
"gene_hgnc_id": 9005,
"hgvs_c": "c.340A>C",
"hgvs_p": "p.Thr114Pro",
"transcript": "ENST00000354925.6",
"protein_id": "ENSP00000347004.2",
"transcript_support_level": 2,
"aa_start": 114,
"aa_end": null,
"aa_length": 317,
"cds_start": 340,
"cds_end": null,
"cds_length": 954,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000354925.6"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PITX2",
"gene_hgnc_id": 9005,
"hgvs_c": "c.340A>C",
"hgvs_p": "p.Thr114Pro",
"transcript": "ENST00000394595.8",
"protein_id": "ENSP00000378095.4",
"transcript_support_level": 5,
"aa_start": 114,
"aa_end": null,
"aa_length": 317,
"cds_start": 340,
"cds_end": null,
"cds_length": 954,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000394595.8"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PITX2",
"gene_hgnc_id": 9005,
"hgvs_c": "c.259A>C",
"hgvs_p": "p.Thr87Pro",
"transcript": "ENST00000614423.5",
"protein_id": "ENSP00000481951.2",
"transcript_support_level": 5,
"aa_start": 87,
"aa_end": null,
"aa_length": 290,
"cds_start": 259,
"cds_end": null,
"cds_length": 873,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000614423.5"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PITX2",
"gene_hgnc_id": 9005,
"hgvs_c": "c.340A>C",
"hgvs_p": "p.Thr114Pro",
"transcript": "ENST00000511837.5",
"protein_id": "ENSP00000421454.1",
"transcript_support_level": 5,
"aa_start": 114,
"aa_end": null,
"aa_length": 289,
"cds_start": 340,
"cds_end": null,
"cds_length": 870,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000511837.5"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PITX2",
"gene_hgnc_id": 9005,
"hgvs_c": "c.202A>C",
"hgvs_p": "p.Thr68Pro",
"transcript": "NM_001204399.1",
"protein_id": "NP_001191328.1",
"transcript_support_level": null,
"aa_start": 68,
"aa_end": null,
"aa_length": 271,
"cds_start": 202,
"cds_end": null,
"cds_length": 816,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001204399.1"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PITX2",
"gene_hgnc_id": 9005,
"hgvs_c": "c.202A>C",
"hgvs_p": "p.Thr68Pro",
"transcript": "NM_153427.3",
"protein_id": "NP_700476.1",
"transcript_support_level": null,
"aa_start": 68,
"aa_end": null,
"aa_length": 271,
"cds_start": 202,
"cds_end": null,
"cds_length": 816,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_153427.3"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PITX2",
"gene_hgnc_id": 9005,
"hgvs_c": "c.361A>C",
"hgvs_p": "p.Thr121Pro",
"transcript": "ENST00000557119.2",
"protein_id": "ENSP00000475617.1",
"transcript_support_level": 2,
"aa_start": 121,
"aa_end": null,
"aa_length": 264,
"cds_start": 361,
"cds_end": null,
"cds_length": 795,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000557119.2"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PITX2",
"gene_hgnc_id": 9005,
"hgvs_c": "c.202A>C",
"hgvs_p": "p.Thr68Pro",
"transcript": "ENST00000511990.1",
"protein_id": "ENSP00000424142.1",
"transcript_support_level": 3,
"aa_start": 68,
"aa_end": null,
"aa_length": 117,
"cds_start": 202,
"cds_end": null,
"cds_length": 355,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000511990.1"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PITX2",
"gene_hgnc_id": 9005,
"hgvs_c": "c.7A>C",
"hgvs_p": "p.Thr3Pro",
"transcript": "XM_024454090.2",
"protein_id": "XP_024309858.1",
"transcript_support_level": null,
"aa_start": 3,
"aa_end": null,
"aa_length": 206,
"cds_start": 7,
"cds_end": null,
"cds_length": 621,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024454090.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": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "PITX2",
"gene_hgnc_id": 9005,
"hgvs_c": "c.185-2526A>C",
"hgvs_p": null,
"transcript": "ENST00000613094.5",
"protein_id": "ENSP00000484763.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 174,
"cds_start": null,
"cds_end": null,
"cds_length": 525,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000613094.5"
},
{
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PITX2",
"gene_hgnc_id": 9005,
"hgvs_c": "n.327A>C",
"hgvs_p": null,
"transcript": "ENST00000616641.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": "retained_intron",
"feature": "ENST00000616641.5"
},
{
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PITX2",
"gene_hgnc_id": 9005,
"hgvs_c": "n.331A>C",
"hgvs_p": null,
"transcript": "ENST00000644488.2",
"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": "ENST00000644488.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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PITX2",
"gene_hgnc_id": 9005,
"hgvs_c": "n.292A>C",
"hgvs_p": null,
"transcript": "ENST00000645131.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": "ENST00000645131.1"
}
],
"gene_symbol": "PITX2",
"gene_hgnc_id": 9005,
"dbsnp": "rs104893858",
"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.9380344748497009,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.961,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9936,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.48,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 6.203,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0,
"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": 7,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM1,PM2,PP3_Moderate,PP5",
"acmg_by_gene": [
{
"score": 7,
"benign_score": 0,
"pathogenic_score": 7,
"criteria": [
"PM1",
"PM2",
"PP3_Moderate",
"PP5"
],
"verdict": "Likely_pathogenic",
"transcript": "NM_000325.6",
"gene_symbol": "PITX2",
"hgnc_id": 9005,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,Unknown",
"hgvs_c": "c.361A>C",
"hgvs_p": "p.Thr121Pro"
}
],
"clinvar_disease": "Axenfeld-Rieger syndrome type 1",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "Axenfeld-Rieger syndrome type 1",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}