← 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-128310804-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=128310804&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "7",
"pos": 128310804,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_018077.3",
"consequences": [
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM28",
"gene_hgnc_id": 21863,
"hgvs_c": "c.2273A>G",
"hgvs_p": "p.Asp758Gly",
"transcript": "NM_018077.3",
"protein_id": "NP_060547.2",
"transcript_support_level": null,
"aa_start": 758,
"aa_end": null,
"aa_length": 759,
"cds_start": 2273,
"cds_end": null,
"cds_length": 2280,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000223073.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_018077.3"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM28",
"gene_hgnc_id": 21863,
"hgvs_c": "c.2273A>G",
"hgvs_p": "p.Asp758Gly",
"transcript": "ENST00000223073.6",
"protein_id": "ENSP00000223073.1",
"transcript_support_level": 1,
"aa_start": 758,
"aa_end": null,
"aa_length": 759,
"cds_start": 2273,
"cds_end": null,
"cds_length": 2280,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_018077.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000223073.6"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM28",
"gene_hgnc_id": 21863,
"hgvs_c": "c.2339A>G",
"hgvs_p": "p.Asp780Gly",
"transcript": "ENST00000899022.1",
"protein_id": "ENSP00000569080.1",
"transcript_support_level": null,
"aa_start": 780,
"aa_end": null,
"aa_length": 781,
"cds_start": 2339,
"cds_end": null,
"cds_length": 2346,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899022.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM28",
"gene_hgnc_id": 21863,
"hgvs_c": "c.2264A>G",
"hgvs_p": "p.Asp755Gly",
"transcript": "ENST00000968249.1",
"protein_id": "ENSP00000638308.1",
"transcript_support_level": null,
"aa_start": 755,
"aa_end": null,
"aa_length": 756,
"cds_start": 2264,
"cds_end": null,
"cds_length": 2271,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968249.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM28",
"gene_hgnc_id": 21863,
"hgvs_c": "c.2258A>G",
"hgvs_p": "p.Asp753Gly",
"transcript": "ENST00000937193.1",
"protein_id": "ENSP00000607252.1",
"transcript_support_level": null,
"aa_start": 753,
"aa_end": null,
"aa_length": 754,
"cds_start": 2258,
"cds_end": null,
"cds_length": 2265,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937193.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM28",
"gene_hgnc_id": 21863,
"hgvs_c": "c.2198A>G",
"hgvs_p": "p.Asp733Gly",
"transcript": "ENST00000968247.1",
"protein_id": "ENSP00000638306.1",
"transcript_support_level": null,
"aa_start": 733,
"aa_end": null,
"aa_length": 734,
"cds_start": 2198,
"cds_end": null,
"cds_length": 2205,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968247.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM28",
"gene_hgnc_id": 21863,
"hgvs_c": "c.2063A>G",
"hgvs_p": "p.Asp688Gly",
"transcript": "ENST00000899025.1",
"protein_id": "ENSP00000569083.1",
"transcript_support_level": null,
"aa_start": 688,
"aa_end": null,
"aa_length": 689,
"cds_start": 2063,
"cds_end": null,
"cds_length": 2070,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899025.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM28",
"gene_hgnc_id": 21863,
"hgvs_c": "c.2048A>G",
"hgvs_p": "p.Asp683Gly",
"transcript": "ENST00000899023.1",
"protein_id": "ENSP00000569082.1",
"transcript_support_level": null,
"aa_start": 683,
"aa_end": null,
"aa_length": 684,
"cds_start": 2048,
"cds_end": null,
"cds_length": 2055,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899023.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM28",
"gene_hgnc_id": 21863,
"hgvs_c": "c.1850A>G",
"hgvs_p": "p.Asp617Gly",
"transcript": "NM_001166135.2",
"protein_id": "NP_001159607.1",
"transcript_support_level": null,
"aa_start": 617,
"aa_end": null,
"aa_length": 618,
"cds_start": 1850,
"cds_end": null,
"cds_length": 1857,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001166135.2"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM28",
"gene_hgnc_id": 21863,
"hgvs_c": "c.1850A>G",
"hgvs_p": "p.Asp617Gly",
"transcript": "ENST00000415472.6",
"protein_id": "ENSP00000390517.2",
"transcript_support_level": 2,
"aa_start": 617,
"aa_end": null,
"aa_length": 618,
"cds_start": 1850,
"cds_end": null,
"cds_length": 1857,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000415472.6"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM28",
"gene_hgnc_id": 21863,
"hgvs_c": "c.1778A>G",
"hgvs_p": "p.Asp593Gly",
"transcript": "ENST00000968248.1",
"protein_id": "ENSP00000638307.1",
"transcript_support_level": null,
"aa_start": 593,
"aa_end": null,
"aa_length": 594,
"cds_start": 1778,
"cds_end": null,
"cds_length": 1785,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968248.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM28",
"gene_hgnc_id": 21863,
"hgvs_c": "n.645A>G",
"hgvs_p": null,
"transcript": "ENST00000481788.1",
"protein_id": null,
"transcript_support_level": 3,
"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": "ENST00000481788.1"
}
],
"gene_symbol": "RBM28",
"gene_hgnc_id": 21863,
"dbsnp": "rs148028531",
"frequency_reference_population": 0.0016101414,
"hom_count_reference_population": 6,
"allele_count_reference_population": 2599,
"gnomad_exomes_af": 0.00165136,
"gnomad_genomes_af": 0.00121455,
"gnomad_exomes_ac": 2414,
"gnomad_genomes_ac": 185,
"gnomad_exomes_homalt": 6,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.014307945966720581,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.113,
"revel_prediction": "Benign",
"alphamissense_score": 0.26,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.2,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.82,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.01,
"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": -16,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BS2",
"acmg_by_gene": [
{
"score": -16,
"benign_score": 16,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_018077.3",
"gene_symbol": "RBM28",
"hgnc_id": 21863,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2273A>G",
"hgvs_p": "p.Asp758Gly"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "B:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}