← 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: 10-19387624-A-G (hg38)

Bash / cURL Example

bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=19387624&ref=A&alt=G&genome=hg38&allGenes=true"

API Response

json
{
  "variants": [
    {
      "chr": "10",
      "pos": 19387624,
      "ref": "A",
      "alt": "G",
      "effect": "missense_variant",
      "transcript": "NM_001142308.3",
      "consequences": [
        {
          "aa_ref": "D",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MALRD1",
          "gene_hgnc_id": 24331,
          "hgvs_c": "c.4538A>G",
          "hgvs_p": "p.Asp1513Gly",
          "transcript": "NM_001142308.3",
          "protein_id": "NP_001135780.2",
          "transcript_support_level": null,
          "aa_start": 1513,
          "aa_end": null,
          "aa_length": 2156,
          "cds_start": 4538,
          "cds_end": null,
          "cds_length": 6471,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000454679.7",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001142308.3"
        },
        {
          "aa_ref": "D",
          "aa_alt": "G",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MALRD1",
          "gene_hgnc_id": 24331,
          "hgvs_c": "c.4538A>G",
          "hgvs_p": "p.Asp1513Gly",
          "transcript": "ENST00000454679.7",
          "protein_id": "ENSP00000412763.3",
          "transcript_support_level": 1,
          "aa_start": 1513,
          "aa_end": null,
          "aa_length": 2156,
          "cds_start": 4538,
          "cds_end": null,
          "cds_length": 6471,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_001142308.3",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000454679.7"
        },
        {
          "aa_ref": "D",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MALRD1",
          "gene_hgnc_id": 24331,
          "hgvs_c": "c.2465A>G",
          "hgvs_p": "p.Asp822Gly",
          "transcript": "ENST00000377266.7",
          "protein_id": "ENSP00000366477.3",
          "transcript_support_level": 5,
          "aa_start": 822,
          "aa_end": null,
          "aa_length": 1486,
          "cds_start": 2465,
          "cds_end": null,
          "cds_length": 4461,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000377266.7"
        },
        {
          "aa_ref": "D",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MALRD1",
          "gene_hgnc_id": 24331,
          "hgvs_c": "c.4598A>G",
          "hgvs_p": "p.Asp1533Gly",
          "transcript": "XM_011519453.3",
          "protein_id": "XP_011517755.1",
          "transcript_support_level": null,
          "aa_start": 1533,
          "aa_end": null,
          "aa_length": 2176,
          "cds_start": 4598,
          "cds_end": null,
          "cds_length": 6531,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011519453.3"
        },
        {
          "aa_ref": "D",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MALRD1",
          "gene_hgnc_id": 24331,
          "hgvs_c": "c.4517A>G",
          "hgvs_p": "p.Asp1506Gly",
          "transcript": "XM_011519454.2",
          "protein_id": "XP_011517756.1",
          "transcript_support_level": null,
          "aa_start": 1506,
          "aa_end": null,
          "aa_length": 2149,
          "cds_start": 4517,
          "cds_end": null,
          "cds_length": 6450,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011519454.2"
        },
        {
          "aa_ref": "D",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MALRD1",
          "gene_hgnc_id": 24331,
          "hgvs_c": "c.4424A>G",
          "hgvs_p": "p.Asp1475Gly",
          "transcript": "XM_011519455.3",
          "protein_id": "XP_011517757.1",
          "transcript_support_level": null,
          "aa_start": 1475,
          "aa_end": null,
          "aa_length": 2118,
          "cds_start": 4424,
          "cds_end": null,
          "cds_length": 6357,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011519455.3"
        },
        {
          "aa_ref": "D",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MALRD1",
          "gene_hgnc_id": 24331,
          "hgvs_c": "c.4325A>G",
          "hgvs_p": "p.Asp1442Gly",
          "transcript": "XM_017016182.1",
          "protein_id": "XP_016871671.1",
          "transcript_support_level": null,
          "aa_start": 1442,
          "aa_end": null,
          "aa_length": 2085,
          "cds_start": 4325,
          "cds_end": null,
          "cds_length": 6258,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017016182.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MALRD1",
          "gene_hgnc_id": 24331,
          "hgvs_c": "c.4598A>G",
          "hgvs_p": "p.Asp1533Gly",
          "transcript": "XM_017016183.2",
          "protein_id": "XP_016871672.1",
          "transcript_support_level": null,
          "aa_start": 1533,
          "aa_end": null,
          "aa_length": 2080,
          "cds_start": 4598,
          "cds_end": null,
          "cds_length": 6243,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017016183.2"
        },
        {
          "aa_ref": "D",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MALRD1",
          "gene_hgnc_id": 24331,
          "hgvs_c": "c.4598A>G",
          "hgvs_p": "p.Asp1533Gly",
          "transcript": "XM_047425167.1",
          "protein_id": "XP_047281123.1",
          "transcript_support_level": null,
          "aa_start": 1533,
          "aa_end": null,
          "aa_length": 1834,
          "cds_start": 4598,
          "cds_end": null,
          "cds_length": 5505,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047425167.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MALRD1",
          "gene_hgnc_id": 24331,
          "hgvs_c": "c.2798A>G",
          "hgvs_p": "p.Asp933Gly",
          "transcript": "XM_017016184.1",
          "protein_id": "XP_016871673.1",
          "transcript_support_level": null,
          "aa_start": 933,
          "aa_end": null,
          "aa_length": 1576,
          "cds_start": 2798,
          "cds_end": null,
          "cds_length": 4731,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017016184.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MALRD1",
          "gene_hgnc_id": 24331,
          "hgvs_c": "c.2798A>G",
          "hgvs_p": "p.Asp933Gly",
          "transcript": "XM_017016185.1",
          "protein_id": "XP_016871674.1",
          "transcript_support_level": null,
          "aa_start": 933,
          "aa_end": null,
          "aa_length": 1576,
          "cds_start": 2798,
          "cds_end": null,
          "cds_length": 4731,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017016185.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MALRD1",
          "gene_hgnc_id": 24331,
          "hgvs_c": "c.1340A>G",
          "hgvs_p": "p.Asp447Gly",
          "transcript": "XM_017016186.1",
          "protein_id": "XP_016871675.1",
          "transcript_support_level": null,
          "aa_start": 447,
          "aa_end": null,
          "aa_length": 1090,
          "cds_start": 1340,
          "cds_end": null,
          "cds_length": 3273,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017016186.1"
        }
      ],
      "gene_symbol": "MALRD1",
      "gene_hgnc_id": 24331,
      "dbsnp": "rs12773592",
      "frequency_reference_population": 0.13637237,
      "hom_count_reference_population": 15268,
      "allele_count_reference_population": 211369,
      "gnomad_exomes_af": 0.138668,
      "gnomad_genomes_af": 0.11527,
      "gnomad_exomes_ac": 193839,
      "gnomad_genomes_ac": 17530,
      "gnomad_exomes_homalt": 14177,
      "gnomad_genomes_homalt": 1091,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.0024554431438446045,
      "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.766,
      "revel_prediction": "Pathogenic",
      "alphamissense_score": 0.6861,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.38,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 6.598,
      "phylop100way_prediction": "Uncertain_significance",
      "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": -12,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BA1",
      "acmg_by_gene": [
        {
          "score": -12,
          "benign_score": 12,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BA1"
          ],
          "verdict": "Benign",
          "transcript": "NM_001142308.3",
          "gene_symbol": "MALRD1",
          "hgnc_id": 24331,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.4538A>G",
          "hgvs_p": "p.Asp1513Gly"
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}