← 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: X-11254716-CAAAAAAAAAAAA-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=X&pos=11254716&ref=CAAAAAAAAAAAA&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "X",
"pos": 11254716,
"ref": "CAAAAAAAAAAAA",
"alt": "C",
"effect": "intron_variant",
"transcript": "ENST00000337414.9",
"consequences": [
{
"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": 13,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ARHGAP6",
"gene_hgnc_id": 676,
"hgvs_c": "c.589-21_589-10delTTTTTTTTTTTT",
"hgvs_p": null,
"transcript": "NM_013427.3",
"protein_id": "NP_038286.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 974,
"cds_start": -4,
"cds_end": null,
"cds_length": 2925,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5336,
"mane_select": "ENST00000337414.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ARHGAP6",
"gene_hgnc_id": 676,
"hgvs_c": "c.589-21_589-10delTTTTTTTTTTTT",
"hgvs_p": null,
"transcript": "ENST00000337414.9",
"protein_id": "ENSP00000338967.4",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 974,
"cds_start": -4,
"cds_end": null,
"cds_length": 2925,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5336,
"mane_select": "NM_013427.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 13,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ARHGAP6",
"gene_hgnc_id": 676,
"hgvs_c": "c.-21-21_-21-10delTTTTTTTTTTTT",
"hgvs_p": null,
"transcript": "ENST00000303025.10",
"protein_id": "ENSP00000302312.6",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 771,
"cds_start": -4,
"cds_end": null,
"cds_length": 2316,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3946,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 13,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ARHGAP6",
"gene_hgnc_id": 676,
"hgvs_c": "c.-21-21_-21-10delTTTTTTTTTTTT",
"hgvs_p": null,
"transcript": "ENST00000380736.5",
"protein_id": "ENSP00000370112.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 771,
"cds_start": -4,
"cds_end": null,
"cds_length": 2316,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3883,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 11,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ARHGAP6",
"gene_hgnc_id": 676,
"hgvs_c": "c.589-21_589-10delTTTTTTTTTTTT",
"hgvs_p": null,
"transcript": "ENST00000380718.1",
"protein_id": "ENSP00000370094.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 765,
"cds_start": -4,
"cds_end": null,
"cds_length": 2298,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3632,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 11,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ARHGAP6",
"gene_hgnc_id": 676,
"hgvs_c": "c.97-21_97-10delTTTTTTTTTTTT",
"hgvs_p": null,
"transcript": "ENST00000380717.7",
"protein_id": "ENSP00000370093.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 601,
"cds_start": -4,
"cds_end": null,
"cds_length": 1806,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2267,
"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": 15,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ARHGAP6",
"gene_hgnc_id": 676,
"hgvs_c": "n.685-21_685-10delTTTTTTTTTTTT",
"hgvs_p": null,
"transcript": "ENST00000495242.5",
"protein_id": "ENSP00000435767.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": 5303,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 13,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ARHGAP6",
"gene_hgnc_id": 676,
"hgvs_c": "c.49-21_49-10delTTTTTTTTTTTT",
"hgvs_p": null,
"transcript": "NM_001287242.2",
"protein_id": "NP_001274171.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 794,
"cds_start": -4,
"cds_end": null,
"cds_length": 2385,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3927,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 13,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ARHGAP6",
"gene_hgnc_id": 676,
"hgvs_c": "c.-21-21_-21-10delTTTTTTTTTTTT",
"hgvs_p": null,
"transcript": "NM_013423.3",
"protein_id": "NP_038267.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 771,
"cds_start": -4,
"cds_end": null,
"cds_length": 2316,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3963,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 11,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ARHGAP6",
"gene_hgnc_id": 676,
"hgvs_c": "c.589-21_589-10delTTTTTTTTTTTT",
"hgvs_p": null,
"transcript": "NM_006125.3",
"protein_id": "NP_006116.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 765,
"cds_start": -4,
"cds_end": null,
"cds_length": 2298,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3851,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 14,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ARHGAP6",
"gene_hgnc_id": 676,
"hgvs_c": "c.64-21_64-10delTTTTTTTTTTTT",
"hgvs_p": null,
"transcript": "ENST00000657361.1",
"protein_id": "ENSP00000499351.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 604,
"cds_start": -4,
"cds_end": null,
"cds_length": 1815,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2564,
"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": 14,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ARHGAP6",
"gene_hgnc_id": 676,
"hgvs_c": "n.844-21_844-10delTTTTTTTTTTTT",
"hgvs_p": null,
"transcript": "ENST00000489330.6",
"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": 6299,
"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": 15,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ARHGAP6",
"gene_hgnc_id": 676,
"hgvs_c": "n.1777-21_1777-10delTTTTTTTTTTTT",
"hgvs_p": null,
"transcript": "NR_109776.2",
"protein_id": null,
"transcript_support_level": null,
"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": 5522,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "ARHGAP6",
"gene_hgnc_id": 676,
"dbsnp": "rs751080433",
"frequency_reference_population": 0.0000034517236,
"hom_count_reference_population": 1,
"allele_count_reference_population": 3,
"gnomad_exomes_af": 0.00000239864,
"gnomad_genomes_af": 0.0000283086,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": 1,
"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": 3.92,
"phylop100way_prediction": "Uncertain_significance",
"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": "ENST00000337414.9",
"gene_symbol": "ARHGAP6",
"hgnc_id": 676,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.589-21_589-10delTTTTTTTTTTTT",
"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
}