← 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: 18-2554671-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=18&pos=2554671&ref=T&alt=C&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "18",
"pos": 2554671,
"ref": "T",
"alt": "C",
"effect": "missense_variant,splice_region_variant",
"transcript": "NM_022840.5",
"consequences": [
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "METTL4",
"gene_hgnc_id": 24726,
"hgvs_c": "c.827A>G",
"hgvs_p": "p.Asn276Ser",
"transcript": "NM_022840.5",
"protein_id": "NP_073751.3",
"transcript_support_level": null,
"aa_start": 276,
"aa_end": null,
"aa_length": 472,
"cds_start": 827,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 1622,
"cdna_end": null,
"cdna_length": 3684,
"mane_select": "ENST00000574538.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "METTL4",
"gene_hgnc_id": 24726,
"hgvs_c": "c.827A>G",
"hgvs_p": "p.Asn276Ser",
"transcript": "ENST00000574538.2",
"protein_id": "ENSP00000458290.1",
"transcript_support_level": 1,
"aa_start": 276,
"aa_end": null,
"aa_length": 472,
"cds_start": 827,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 1622,
"cdna_end": null,
"cdna_length": 3684,
"mane_select": "NM_022840.5",
"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": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "METTL4",
"gene_hgnc_id": 24726,
"hgvs_c": "n.1224A>G",
"hgvs_p": null,
"transcript": "ENST00000573134.1",
"protein_id": null,
"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": 5190,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "METTL4",
"gene_hgnc_id": 24726,
"hgvs_c": "c.827A>G",
"hgvs_p": "p.Asn276Ser",
"transcript": "NM_001308401.2",
"protein_id": "NP_001295330.1",
"transcript_support_level": null,
"aa_start": 276,
"aa_end": null,
"aa_length": 419,
"cds_start": 827,
"cds_end": null,
"cds_length": 1260,
"cdna_start": 1622,
"cdna_end": null,
"cdna_length": 3592,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "METTL4",
"gene_hgnc_id": 24726,
"hgvs_c": "c.827A>G",
"hgvs_p": "p.Asn276Ser",
"transcript": "ENST00000319888.10",
"protein_id": "ENSP00000320349.6",
"transcript_support_level": 5,
"aa_start": 276,
"aa_end": null,
"aa_length": 419,
"cds_start": 827,
"cds_end": null,
"cds_length": 1260,
"cdna_start": 1626,
"cdna_end": null,
"cdna_length": 3601,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "METTL4",
"gene_hgnc_id": 24726,
"hgvs_c": "c.20A>G",
"hgvs_p": "p.Asn7Ser",
"transcript": "ENST00000576251.5",
"protein_id": "ENSP00000460774.1",
"transcript_support_level": 2,
"aa_start": 7,
"aa_end": null,
"aa_length": 91,
"cds_start": 20,
"cds_end": null,
"cds_length": 276,
"cdna_start": 22,
"cdna_end": null,
"cdna_length": 1884,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "METTL4",
"gene_hgnc_id": 24726,
"hgvs_c": "c.827A>G",
"hgvs_p": "p.Asn276Ser",
"transcript": "XM_047437741.1",
"protein_id": "XP_047293697.1",
"transcript_support_level": null,
"aa_start": 276,
"aa_end": null,
"aa_length": 449,
"cds_start": 827,
"cds_end": null,
"cds_length": 1350,
"cdna_start": 1622,
"cdna_end": null,
"cdna_length": 2263,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "METTL4",
"gene_hgnc_id": 24726,
"hgvs_c": "c.827A>G",
"hgvs_p": "p.Asn276Ser",
"transcript": "XM_005258132.5",
"protein_id": "XP_005258189.1",
"transcript_support_level": null,
"aa_start": 276,
"aa_end": null,
"aa_length": 360,
"cds_start": 827,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 1622,
"cdna_end": null,
"cdna_length": 3485,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "METTL4",
"gene_hgnc_id": 24726,
"hgvs_c": "c.386A>G",
"hgvs_p": "p.Asn129Ser",
"transcript": "XM_005258133.4",
"protein_id": "XP_005258190.1",
"transcript_support_level": null,
"aa_start": 129,
"aa_end": null,
"aa_length": 325,
"cds_start": 386,
"cds_end": null,
"cds_length": 978,
"cdna_start": 931,
"cdna_end": null,
"cdna_length": 2993,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "METTL4",
"gene_hgnc_id": 24726,
"hgvs_c": "c.827A>G",
"hgvs_p": "p.Asn276Ser",
"transcript": "XM_011525730.4",
"protein_id": "XP_011524032.1",
"transcript_support_level": null,
"aa_start": 276,
"aa_end": null,
"aa_length": 325,
"cds_start": 827,
"cds_end": null,
"cds_length": 978,
"cdna_start": 1622,
"cdna_end": null,
"cdna_length": 3310,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "METTL4",
"gene_hgnc_id": 24726,
"hgvs_c": "c.827A>G",
"hgvs_p": "p.Asn276Ser",
"transcript": "XM_047437742.1",
"protein_id": "XP_047293698.1",
"transcript_support_level": null,
"aa_start": 276,
"aa_end": null,
"aa_length": 317,
"cds_start": 827,
"cds_end": null,
"cds_length": 954,
"cdna_start": 1622,
"cdna_end": null,
"cdna_length": 1771,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "METTL4",
"gene_hgnc_id": 24726,
"hgvs_c": "c.*115A>G",
"hgvs_p": null,
"transcript": "ENST00000577166.5",
"protein_id": "ENSP00000458415.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 89,
"cds_start": -4,
"cds_end": null,
"cds_length": 271,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 544,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "METTL4",
"gene_hgnc_id": 24726,
"dbsnp": "rs141410214",
"frequency_reference_population": 0.00048772508,
"hom_count_reference_population": 4,
"allele_count_reference_population": 781,
"gnomad_exomes_af": 0.000484449,
"gnomad_genomes_af": 0.000518911,
"gnomad_exomes_ac": 702,
"gnomad_genomes_ac": 79,
"gnomad_exomes_homalt": 4,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.01065593957901001,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.00800000037997961,
"splice_prediction_selected": "Benign",
"splice_source_selected": "dbscSNV1_RF",
"revel_score": 0.068,
"revel_prediction": "Benign",
"alphamissense_score": 0.0852,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.56,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.113,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.01,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": 0.00039938448602638,
"dbscsnv_ada_prediction": "Benign",
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -8,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BS2",
"acmg_by_gene": [
{
"score": -8,
"benign_score": 8,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_022840.5",
"gene_symbol": "METTL4",
"hgnc_id": 24726,
"effects": [
"missense_variant",
"splice_region_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.827A>G",
"hgvs_p": "p.Asn276Ser"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}