← 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: 2-196841360-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=196841360&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 196841360,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000354764.9",
"consequences": [
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP1",
"gene_hgnc_id": 25712,
"hgvs_c": "c.2643G>T",
"hgvs_p": "p.Lys881Asn",
"transcript": "NM_024989.4",
"protein_id": "NP_079265.2",
"transcript_support_level": null,
"aa_start": 881,
"aa_end": null,
"aa_length": 922,
"cds_start": 2643,
"cds_end": null,
"cds_length": 2769,
"cdna_start": 2734,
"cdna_end": null,
"cdna_length": 11090,
"mane_select": "ENST00000354764.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP1",
"gene_hgnc_id": 25712,
"hgvs_c": "c.2643G>T",
"hgvs_p": "p.Lys881Asn",
"transcript": "ENST00000354764.9",
"protein_id": "ENSP00000346809.3",
"transcript_support_level": 1,
"aa_start": 881,
"aa_end": null,
"aa_length": 922,
"cds_start": 2643,
"cds_end": null,
"cds_length": 2769,
"cdna_start": 2734,
"cdna_end": null,
"cdna_length": 11090,
"mane_select": "NM_024989.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP1",
"gene_hgnc_id": 25712,
"hgvs_c": "n.*2574G>T",
"hgvs_p": null,
"transcript": "ENST00000423035.5",
"protein_id": "ENSP00000415405.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8942,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP1",
"gene_hgnc_id": 25712,
"hgvs_c": "n.*2574G>T",
"hgvs_p": null,
"transcript": "ENST00000423035.5",
"protein_id": "ENSP00000415405.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8942,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP1",
"gene_hgnc_id": 25712,
"hgvs_c": "c.2121G>T",
"hgvs_p": "p.Lys707Asn",
"transcript": "NM_001321099.2",
"protein_id": "NP_001308028.1",
"transcript_support_level": null,
"aa_start": 707,
"aa_end": null,
"aa_length": 748,
"cds_start": 2121,
"cds_end": null,
"cds_length": 2247,
"cdna_start": 2818,
"cdna_end": null,
"cdna_length": 11174,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP1",
"gene_hgnc_id": 25712,
"hgvs_c": "c.1476G>T",
"hgvs_p": "p.Lys492Asn",
"transcript": "NM_001321100.2",
"protein_id": "NP_001308029.1",
"transcript_support_level": null,
"aa_start": 492,
"aa_end": null,
"aa_length": 533,
"cds_start": 1476,
"cds_end": null,
"cds_length": 1602,
"cdna_start": 2678,
"cdna_end": null,
"cdna_length": 11034,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP1",
"gene_hgnc_id": 25712,
"hgvs_c": "c.354G>T",
"hgvs_p": "p.Lys118Asn",
"transcript": "ENST00000422444.1",
"protein_id": "ENSP00000390555.1",
"transcript_support_level": 2,
"aa_start": 118,
"aa_end": null,
"aa_length": 159,
"cds_start": 354,
"cds_end": null,
"cds_length": 480,
"cdna_start": 354,
"cdna_end": null,
"cdna_length": 6124,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP1",
"gene_hgnc_id": 25712,
"hgvs_c": "c.2121G>T",
"hgvs_p": "p.Lys707Asn",
"transcript": "XM_017004992.1",
"protein_id": "XP_016860481.1",
"transcript_support_level": null,
"aa_start": 707,
"aa_end": null,
"aa_length": 748,
"cds_start": 2121,
"cds_end": null,
"cds_length": 2247,
"cdna_start": 2589,
"cdna_end": null,
"cdna_length": 10945,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP1",
"gene_hgnc_id": 25712,
"hgvs_c": "c.2121G>T",
"hgvs_p": "p.Lys707Asn",
"transcript": "XM_017004993.2",
"protein_id": "XP_016860482.1",
"transcript_support_level": null,
"aa_start": 707,
"aa_end": null,
"aa_length": 748,
"cds_start": 2121,
"cds_end": null,
"cds_length": 2247,
"cdna_start": 3158,
"cdna_end": null,
"cdna_length": 11514,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP1",
"gene_hgnc_id": 25712,
"hgvs_c": "n.2853G>T",
"hgvs_p": null,
"transcript": "ENST00000470179.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2874,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PGAP1",
"gene_hgnc_id": 25712,
"hgvs_c": "n.105+1361G>T",
"hgvs_p": null,
"transcript": "ENST00000459896.5",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 764,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "PGAP1",
"gene_hgnc_id": 25712,
"dbsnp": "rs776985592",
"frequency_reference_population": 0.000001369231,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.00000136923,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.23831051588058472,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.41999998688697815,
"splice_prediction_selected": "Uncertain_significance",
"splice_source_selected": "max_spliceai",
"revel_score": 0.094,
"revel_prediction": "Benign",
"alphamissense_score": 0.4735,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.35,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.721,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.42,
"spliceai_max_prediction": "Uncertain_significance",
"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": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000354764.9",
"gene_symbol": "PGAP1",
"hgnc_id": 25712,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2643G>T",
"hgvs_p": "p.Lys881Asn"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}