← 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-43200788-C-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "10",
      "pos": 43200788,
      "ref": "C",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "NM_001282862.2",
      "consequences": [
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RASGEF1A",
          "gene_hgnc_id": 24246,
          "hgvs_c": "c.560G>T",
          "hgvs_p": "p.Arg187Leu",
          "transcript": "NM_145313.4",
          "protein_id": "NP_660356.2",
          "transcript_support_level": null,
          "aa_start": 187,
          "aa_end": null,
          "aa_length": 481,
          "cds_start": 560,
          "cds_end": null,
          "cds_length": 1446,
          "cdna_start": 787,
          "cdna_end": null,
          "cdna_length": 3382,
          "mane_select": "ENST00000395810.6",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_145313.4"
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RASGEF1A",
          "gene_hgnc_id": 24246,
          "hgvs_c": "c.560G>T",
          "hgvs_p": "p.Arg187Leu",
          "transcript": "ENST00000395810.6",
          "protein_id": "ENSP00000379155.1",
          "transcript_support_level": 1,
          "aa_start": 187,
          "aa_end": null,
          "aa_length": 481,
          "cds_start": 560,
          "cds_end": null,
          "cds_length": 1446,
          "cdna_start": 787,
          "cdna_end": null,
          "cdna_length": 3382,
          "mane_select": "NM_145313.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000395810.6"
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RASGEF1A",
          "gene_hgnc_id": 24246,
          "hgvs_c": "c.596G>T",
          "hgvs_p": "p.Arg199Leu",
          "transcript": "ENST00000954344.1",
          "protein_id": "ENSP00000624403.1",
          "transcript_support_level": null,
          "aa_start": 199,
          "aa_end": null,
          "aa_length": 493,
          "cds_start": 596,
          "cds_end": null,
          "cds_length": 1482,
          "cdna_start": 840,
          "cdna_end": null,
          "cdna_length": 3435,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000954344.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RASGEF1A",
          "gene_hgnc_id": 24246,
          "hgvs_c": "c.584G>T",
          "hgvs_p": "p.Arg195Leu",
          "transcript": "NM_001282862.2",
          "protein_id": "NP_001269791.1",
          "transcript_support_level": null,
          "aa_start": 195,
          "aa_end": null,
          "aa_length": 489,
          "cds_start": 584,
          "cds_end": null,
          "cds_length": 1470,
          "cdna_start": 669,
          "cdna_end": null,
          "cdna_length": 3264,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001282862.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RASGEF1A",
          "gene_hgnc_id": 24246,
          "hgvs_c": "c.584G>T",
          "hgvs_p": "p.Arg195Leu",
          "transcript": "ENST00000374459.5",
          "protein_id": "ENSP00000363583.1",
          "transcript_support_level": 2,
          "aa_start": 195,
          "aa_end": null,
          "aa_length": 489,
          "cds_start": 584,
          "cds_end": null,
          "cds_length": 1470,
          "cdna_start": 669,
          "cdna_end": null,
          "cdna_length": 3264,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000374459.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RASGEF1A",
          "gene_hgnc_id": 24246,
          "hgvs_c": "c.560G>T",
          "hgvs_p": "p.Arg187Leu",
          "transcript": "ENST00000395809.5",
          "protein_id": "ENSP00000379154.1",
          "transcript_support_level": 2,
          "aa_start": 187,
          "aa_end": null,
          "aa_length": 481,
          "cds_start": 560,
          "cds_end": null,
          "cds_length": 1446,
          "cdna_start": 3067,
          "cdna_end": null,
          "cdna_length": 4104,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000395809.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RASGEF1A",
          "gene_hgnc_id": 24246,
          "hgvs_c": "c.560G>T",
          "hgvs_p": "p.Arg187Leu",
          "transcript": "ENST00000898232.1",
          "protein_id": "ENSP00000568291.1",
          "transcript_support_level": null,
          "aa_start": 187,
          "aa_end": null,
          "aa_length": 481,
          "cds_start": 560,
          "cds_end": null,
          "cds_length": 1446,
          "cdna_start": 762,
          "cdna_end": null,
          "cdna_length": 2904,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000898232.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RASGEF1A",
          "gene_hgnc_id": 24246,
          "hgvs_c": "c.560G>T",
          "hgvs_p": "p.Arg187Leu",
          "transcript": "ENST00000898233.1",
          "protein_id": "ENSP00000568292.1",
          "transcript_support_level": null,
          "aa_start": 187,
          "aa_end": null,
          "aa_length": 481,
          "cds_start": 560,
          "cds_end": null,
          "cds_length": 1446,
          "cdna_start": 709,
          "cdna_end": null,
          "cdna_length": 3304,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000898233.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RASGEF1A",
          "gene_hgnc_id": 24246,
          "hgvs_c": "c.557G>T",
          "hgvs_p": "p.Arg186Leu",
          "transcript": "ENST00000898231.1",
          "protein_id": "ENSP00000568290.1",
          "transcript_support_level": null,
          "aa_start": 186,
          "aa_end": null,
          "aa_length": 480,
          "cds_start": 557,
          "cds_end": null,
          "cds_length": 1443,
          "cdna_start": 689,
          "cdna_end": null,
          "cdna_length": 3286,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000898231.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RASGEF1A",
          "gene_hgnc_id": 24246,
          "hgvs_c": "c.485G>T",
          "hgvs_p": "p.Arg162Leu",
          "transcript": "ENST00000954345.1",
          "protein_id": "ENSP00000624404.1",
          "transcript_support_level": null,
          "aa_start": 162,
          "aa_end": null,
          "aa_length": 456,
          "cds_start": 485,
          "cds_end": null,
          "cds_length": 1371,
          "cdna_start": 608,
          "cdna_end": null,
          "cdna_length": 1826,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000954345.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RASGEF1A",
          "gene_hgnc_id": 24246,
          "hgvs_c": "c.263G>T",
          "hgvs_p": "p.Arg88Leu",
          "transcript": "ENST00000374455.2",
          "protein_id": "ENSP00000363579.2",
          "transcript_support_level": 5,
          "aa_start": 88,
          "aa_end": null,
          "aa_length": 209,
          "cds_start": 263,
          "cds_end": null,
          "cds_length": 631,
          "cdna_start": 264,
          "cdna_end": null,
          "cdna_length": 632,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000374455.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RASGEF1A",
          "gene_hgnc_id": 24246,
          "hgvs_c": "c.320G>T",
          "hgvs_p": "p.Arg107Leu",
          "transcript": "XM_005271809.4",
          "protein_id": "XP_005271866.1",
          "transcript_support_level": null,
          "aa_start": 107,
          "aa_end": null,
          "aa_length": 401,
          "cds_start": 320,
          "cds_end": null,
          "cds_length": 1206,
          "cdna_start": 508,
          "cdna_end": null,
          "cdna_length": 3103,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005271809.4"
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RASGEF1A",
          "gene_hgnc_id": 24246,
          "hgvs_c": "c.320G>T",
          "hgvs_p": "p.Arg107Leu",
          "transcript": "XM_011539500.3",
          "protein_id": "XP_011537802.1",
          "transcript_support_level": null,
          "aa_start": 107,
          "aa_end": null,
          "aa_length": 401,
          "cds_start": 320,
          "cds_end": null,
          "cds_length": 1206,
          "cdna_start": 433,
          "cdna_end": null,
          "cdna_length": 3028,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011539500.3"
        },
        {
          "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": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RASGEF1A",
          "gene_hgnc_id": 24246,
          "hgvs_c": "n.570G>T",
          "hgvs_p": null,
          "transcript": "ENST00000472864.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": 753,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000472864.1"
        }
      ],
      "gene_symbol": "RASGEF1A",
      "gene_hgnc_id": 24246,
      "dbsnp": "rs766989032",
      "frequency_reference_population": 0.0000013683728,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 2,
      "gnomad_exomes_af": 0.00000136837,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 2,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.1876879334449768,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.086,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.092,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.39,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 1.932,
      "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": 0,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4_Moderate",
      "acmg_by_gene": [
        {
          "score": 0,
          "benign_score": 2,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_001282862.2",
          "gene_symbol": "RASGEF1A",
          "hgnc_id": 24246,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "c.584G>T",
          "hgvs_p": "p.Arg195Leu"
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.