← 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: 12-80444804-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=80444804&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "12",
"pos": 80444804,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_001145026.2",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PTPRQ",
"gene_hgnc_id": 9679,
"hgvs_c": "c.118A>G",
"hgvs_p": "p.Thr40Ala",
"transcript": "NM_001145026.2",
"protein_id": "NP_001138498.1",
"transcript_support_level": null,
"aa_start": 40,
"aa_end": null,
"aa_length": 2299,
"cds_start": 118,
"cds_end": null,
"cds_length": 6900,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000644991.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001145026.2"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PTPRQ",
"gene_hgnc_id": 9679,
"hgvs_c": "c.118A>G",
"hgvs_p": "p.Thr40Ala",
"transcript": "ENST00000644991.3",
"protein_id": "ENSP00000495607.1",
"transcript_support_level": null,
"aa_start": 40,
"aa_end": null,
"aa_length": 2299,
"cds_start": 118,
"cds_end": null,
"cds_length": 6900,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001145026.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000644991.3"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PTPRQ",
"gene_hgnc_id": 9679,
"hgvs_c": "c.244A>G",
"hgvs_p": "p.Thr82Ala",
"transcript": "ENST00000616559.4",
"protein_id": "ENSP00000483259.1",
"transcript_support_level": 5,
"aa_start": 82,
"aa_end": null,
"aa_length": 2332,
"cds_start": 244,
"cds_end": null,
"cds_length": 6999,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000616559.4"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PTPRQ",
"gene_hgnc_id": 9679,
"hgvs_c": "c.982A>G",
"hgvs_p": "p.Thr328Ala",
"transcript": "ENST00000547376.5",
"protein_id": "ENSP00000448844.1",
"transcript_support_level": 5,
"aa_start": 328,
"aa_end": null,
"aa_length": 352,
"cds_start": 982,
"cds_end": null,
"cds_length": 1061,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000547376.5"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PTPRQ",
"gene_hgnc_id": 9679,
"hgvs_c": "c.724A>G",
"hgvs_p": "p.Thr242Ala",
"transcript": "ENST00000551042.5",
"protein_id": "ENSP00000447522.1",
"transcript_support_level": 5,
"aa_start": 242,
"aa_end": null,
"aa_length": 331,
"cds_start": 724,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000551042.5"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PTPRQ",
"gene_hgnc_id": 9679,
"hgvs_c": "c.772A>G",
"hgvs_p": "p.Thr258Ala",
"transcript": "ENST00000551573.5",
"protein_id": "ENSP00000449133.1",
"transcript_support_level": 3,
"aa_start": 258,
"aa_end": null,
"aa_length": 282,
"cds_start": 772,
"cds_end": null,
"cds_length": 851,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000551573.5"
}
],
"gene_symbol": "PTPRQ",
"gene_hgnc_id": 9679,
"dbsnp": "rs1340131597",
"frequency_reference_population": 0.000010092418,
"hom_count_reference_population": 0,
"allele_count_reference_population": 14,
"gnomad_exomes_af": 0.0000100924,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 14,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.0832776427268982,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.07000000029802322,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.025,
"revel_prediction": "Benign",
"alphamissense_score": 0.0682,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.5,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.346,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.07,
"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": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 2,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate"
],
"verdict": "Likely_benign",
"transcript": "NM_001145026.2",
"gene_symbol": "PTPRQ",
"hgnc_id": 9679,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,SD,AD,Unknown",
"hgvs_c": "c.118A>G",
"hgvs_p": "p.Thr40Ala"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}