← 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: 1-40311675-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=40311675&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 40311675,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001852.4",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL9A2",
"gene_hgnc_id": 2218,
"hgvs_c": "c.458C>T",
"hgvs_p": "p.Pro153Leu",
"transcript": "NM_001852.4",
"protein_id": "NP_001843.1",
"transcript_support_level": null,
"aa_start": 153,
"aa_end": null,
"aa_length": 689,
"cds_start": 458,
"cds_end": null,
"cds_length": 2070,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000372748.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001852.4"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL9A2",
"gene_hgnc_id": 2218,
"hgvs_c": "c.458C>T",
"hgvs_p": "p.Pro153Leu",
"transcript": "ENST00000372748.8",
"protein_id": "ENSP00000361834.3",
"transcript_support_level": 1,
"aa_start": 153,
"aa_end": null,
"aa_length": 689,
"cds_start": 458,
"cds_end": null,
"cds_length": 2070,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001852.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000372748.8"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL9A2",
"gene_hgnc_id": 2218,
"hgvs_c": "n.761C>T",
"hgvs_p": null,
"transcript": "ENST00000482722.5",
"protein_id": null,
"transcript_support_level": 1,
"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": "ENST00000482722.5"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL9A2",
"gene_hgnc_id": 2218,
"hgvs_c": "c.458C>T",
"hgvs_p": "p.Pro153Leu",
"transcript": "ENST00000869268.1",
"protein_id": "ENSP00000539327.1",
"transcript_support_level": null,
"aa_start": 153,
"aa_end": null,
"aa_length": 717,
"cds_start": 458,
"cds_end": null,
"cds_length": 2154,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869268.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL9A2",
"gene_hgnc_id": 2218,
"hgvs_c": "c.458C>T",
"hgvs_p": "p.Pro153Leu",
"transcript": "ENST00000869264.1",
"protein_id": "ENSP00000539323.1",
"transcript_support_level": null,
"aa_start": 153,
"aa_end": null,
"aa_length": 693,
"cds_start": 458,
"cds_end": null,
"cds_length": 2082,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869264.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL9A2",
"gene_hgnc_id": 2218,
"hgvs_c": "c.458C>T",
"hgvs_p": "p.Pro153Leu",
"transcript": "ENST00000869265.1",
"protein_id": "ENSP00000539324.1",
"transcript_support_level": null,
"aa_start": 153,
"aa_end": null,
"aa_length": 682,
"cds_start": 458,
"cds_end": null,
"cds_length": 2049,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869265.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL9A2",
"gene_hgnc_id": 2218,
"hgvs_c": "c.458C>T",
"hgvs_p": "p.Pro153Leu",
"transcript": "ENST00000869266.1",
"protein_id": "ENSP00000539325.1",
"transcript_support_level": null,
"aa_start": 153,
"aa_end": null,
"aa_length": 671,
"cds_start": 458,
"cds_end": null,
"cds_length": 2016,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869266.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL9A2",
"gene_hgnc_id": 2218,
"hgvs_c": "c.458C>T",
"hgvs_p": "p.Pro153Leu",
"transcript": "ENST00000869267.1",
"protein_id": "ENSP00000539326.1",
"transcript_support_level": null,
"aa_start": 153,
"aa_end": null,
"aa_length": 638,
"cds_start": 458,
"cds_end": null,
"cds_length": 1917,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869267.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL9A2",
"gene_hgnc_id": 2218,
"hgvs_c": "c.176C>T",
"hgvs_p": "p.Pro59Leu",
"transcript": "ENST00000417105.6",
"protein_id": "ENSP00000388493.2",
"transcript_support_level": 5,
"aa_start": 59,
"aa_end": null,
"aa_length": 142,
"cds_start": 176,
"cds_end": null,
"cds_length": 430,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000417105.6"
},
{
"aa_ref": "P",
"aa_alt": "L",
"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": "COL9A2",
"gene_hgnc_id": 2218,
"hgvs_c": "c.245C>T",
"hgvs_p": "p.Pro82Leu",
"transcript": "ENST00000372736.3",
"protein_id": "ENSP00000361821.3",
"transcript_support_level": 3,
"aa_start": 82,
"aa_end": null,
"aa_length": 82,
"cds_start": 245,
"cds_end": null,
"cds_length": 249,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000372736.3"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL9A2",
"gene_hgnc_id": 2218,
"hgvs_c": "c.458C>T",
"hgvs_p": "p.Pro153Leu",
"transcript": "XM_017000332.2",
"protein_id": "XP_016855821.1",
"transcript_support_level": null,
"aa_start": 153,
"aa_end": null,
"aa_length": 693,
"cds_start": 458,
"cds_end": null,
"cds_length": 2082,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017000332.2"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL9A2",
"gene_hgnc_id": 2218,
"hgvs_c": "c.176C>T",
"hgvs_p": "p.Pro59Leu",
"transcript": "XM_011540715.3",
"protein_id": "XP_011539017.1",
"transcript_support_level": null,
"aa_start": 59,
"aa_end": null,
"aa_length": 599,
"cds_start": 176,
"cds_end": null,
"cds_length": 1800,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011540715.3"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL9A2",
"gene_hgnc_id": 2218,
"hgvs_c": "c.176C>T",
"hgvs_p": "p.Pro59Leu",
"transcript": "XM_011540716.3",
"protein_id": "XP_011539018.1",
"transcript_support_level": null,
"aa_start": 59,
"aa_end": null,
"aa_length": 599,
"cds_start": 176,
"cds_end": null,
"cds_length": 1800,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011540716.3"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL9A2",
"gene_hgnc_id": 2218,
"hgvs_c": "c.176C>T",
"hgvs_p": "p.Pro59Leu",
"transcript": "XM_017000333.2",
"protein_id": "XP_016855822.1",
"transcript_support_level": null,
"aa_start": 59,
"aa_end": null,
"aa_length": 595,
"cds_start": 176,
"cds_end": null,
"cds_length": 1788,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017000333.2"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL9A2",
"gene_hgnc_id": 2218,
"hgvs_c": "c.458C>T",
"hgvs_p": "p.Pro153Leu",
"transcript": "XM_047446392.1",
"protein_id": "XP_047302348.1",
"transcript_support_level": null,
"aa_start": 153,
"aa_end": null,
"aa_length": 395,
"cds_start": 458,
"cds_end": null,
"cds_length": 1188,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047446392.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL9A2",
"gene_hgnc_id": 2218,
"hgvs_c": "n.509C>T",
"hgvs_p": null,
"transcript": "ENST00000488463.6",
"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": "ENST00000488463.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL9A2",
"gene_hgnc_id": 2218,
"hgvs_c": "n.607C>T",
"hgvs_p": null,
"transcript": "ENST00000496215.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": "ENST00000496215.5"
}
],
"gene_symbol": "COL9A2",
"gene_hgnc_id": 2218,
"dbsnp": "rs77937237",
"frequency_reference_population": 0.000061959254,
"hom_count_reference_population": 0,
"allele_count_reference_population": 100,
"gnomad_exomes_af": 0.0000348887,
"gnomad_genomes_af": 0.000322004,
"gnomad_exomes_ac": 51,
"gnomad_genomes_ac": 49,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.056234002113342285,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.383,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.0672,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.02,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 5.955,
"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": -5,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Strong,BS1_Supporting",
"acmg_by_gene": [
{
"score": -5,
"benign_score": 5,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BS1_Supporting"
],
"verdict": "Likely_benign",
"transcript": "NM_001852.4",
"gene_symbol": "COL9A2",
"hgnc_id": 2218,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.458C>T",
"hgvs_p": "p.Pro153Leu"
}
],
"clinvar_disease": " 2, multiple, type 5,Epiphyseal dysplasia,Stickler syndrome,not provided,not specified",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:5 LB:1",
"phenotype_combined": "Stickler syndrome, type 5;Epiphyseal dysplasia, multiple, 2|Epiphyseal dysplasia, multiple, 2|not specified|not provided",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}