← 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: 7-138722001-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=138722001&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "7",
"pos": 138722001,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000310018.7",
"consequences": [
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP6V0A4",
"gene_hgnc_id": 866,
"hgvs_c": "c.2035G>T",
"hgvs_p": "p.Asp679Tyr",
"transcript": "NM_020632.3",
"protein_id": "NP_065683.2",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 840,
"cds_start": 2035,
"cds_end": null,
"cds_length": 2523,
"cdna_start": 2318,
"cdna_end": null,
"cdna_length": 3136,
"mane_select": "ENST00000310018.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP6V0A4",
"gene_hgnc_id": 866,
"hgvs_c": "c.2035G>T",
"hgvs_p": "p.Asp679Tyr",
"transcript": "ENST00000310018.7",
"protein_id": "ENSP00000308122.2",
"transcript_support_level": 1,
"aa_start": 679,
"aa_end": null,
"aa_length": 840,
"cds_start": 2035,
"cds_end": null,
"cds_length": 2523,
"cdna_start": 2318,
"cdna_end": null,
"cdna_length": 3136,
"mane_select": "NM_020632.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP6V0A4",
"gene_hgnc_id": 866,
"hgvs_c": "c.2035G>T",
"hgvs_p": "p.Asp679Tyr",
"transcript": "ENST00000353492.4",
"protein_id": "ENSP00000253856.6",
"transcript_support_level": 1,
"aa_start": 679,
"aa_end": null,
"aa_length": 840,
"cds_start": 2035,
"cds_end": null,
"cds_length": 2523,
"cdna_start": 2123,
"cdna_end": null,
"cdna_length": 2709,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP6V0A4",
"gene_hgnc_id": 866,
"hgvs_c": "c.2035G>T",
"hgvs_p": "p.Asp679Tyr",
"transcript": "NM_130840.3",
"protein_id": "NP_570855.2",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 840,
"cds_start": 2035,
"cds_end": null,
"cds_length": 2523,
"cdna_start": 2215,
"cdna_end": null,
"cdna_length": 3033,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP6V0A4",
"gene_hgnc_id": 866,
"hgvs_c": "c.2035G>T",
"hgvs_p": "p.Asp679Tyr",
"transcript": "NM_130841.3",
"protein_id": "NP_570856.2",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 840,
"cds_start": 2035,
"cds_end": null,
"cds_length": 2523,
"cdna_start": 2171,
"cdna_end": null,
"cdna_length": 2989,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP6V0A4",
"gene_hgnc_id": 866,
"hgvs_c": "c.2035G>T",
"hgvs_p": "p.Asp679Tyr",
"transcript": "ENST00000393054.5",
"protein_id": "ENSP00000376774.1",
"transcript_support_level": 5,
"aa_start": 679,
"aa_end": null,
"aa_length": 840,
"cds_start": 2035,
"cds_end": null,
"cds_length": 2523,
"cdna_start": 2273,
"cdna_end": null,
"cdna_length": 3090,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP6V0A4",
"gene_hgnc_id": 866,
"hgvs_c": "c.2035G>T",
"hgvs_p": "p.Asp679Tyr",
"transcript": "ENST00000645515.1",
"protein_id": "ENSP00000496421.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 840,
"cds_start": 2035,
"cds_end": null,
"cds_length": 2523,
"cdna_start": 2234,
"cdna_end": null,
"cdna_length": 3051,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP6V0A4",
"gene_hgnc_id": 866,
"hgvs_c": "c.1261G>T",
"hgvs_p": "p.Asp421Tyr",
"transcript": "ENST00000644341.1",
"protein_id": "ENSP00000495642.1",
"transcript_support_level": null,
"aa_start": 421,
"aa_end": null,
"aa_length": 582,
"cds_start": 1261,
"cds_end": null,
"cds_length": 1749,
"cdna_start": 1432,
"cdna_end": null,
"cdna_length": 2234,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP6V0A4",
"gene_hgnc_id": 866,
"hgvs_c": "c.1261G>T",
"hgvs_p": "p.Asp421Tyr",
"transcript": "ENST00000478480.2",
"protein_id": "ENSP00000495261.1",
"transcript_support_level": 3,
"aa_start": 421,
"aa_end": null,
"aa_length": 456,
"cds_start": 1261,
"cds_end": null,
"cds_length": 1371,
"cdna_start": 1522,
"cdna_end": null,
"cdna_length": 2017,
"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": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP6V0A4",
"gene_hgnc_id": 866,
"hgvs_c": "n.928G>T",
"hgvs_p": null,
"transcript": "ENST00000647427.1",
"protein_id": "ENSP00000496259.1",
"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": 1583,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "ATP6V0A4",
"gene_hgnc_id": 866,
"dbsnp": "rs150777839",
"frequency_reference_population": 0.006659778,
"hom_count_reference_population": 58,
"allele_count_reference_population": 10750,
"gnomad_exomes_af": 0.00681457,
"gnomad_genomes_af": 0.005174,
"gnomad_exomes_ac": 9962,
"gnomad_genomes_ac": 788,
"gnomad_exomes_homalt": 52,
"gnomad_genomes_homalt": 6,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.007811248302459717,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.578,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.0907,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.03,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": -0.222,
"phylop100way_prediction": "Benign",
"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": -20,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BS1,BS2",
"acmg_by_gene": [
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000310018.7",
"gene_symbol": "ATP6V0A4",
"hgnc_id": 866,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2035G>T",
"hgvs_p": "p.Asp679Tyr"
}
],
"clinvar_disease": "Autosomal recessive distal renal tubular acidosis,not provided,not specified",
"clinvar_classification": "Benign/Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:3 B:4",
"phenotype_combined": "not specified|Autosomal recessive distal renal tubular acidosis|not provided",
"pathogenicity_classification_combined": "Benign/Likely benign",
"custom_annotations": null
}
],
"message": null
}