← 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-55191757-C-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 13,
          "criteria": [
            "PM2",
            "BP4_Strong",
            "BP6_Very_Strong",
            "BP7"
          ],
          "effects": [
            "synonymous_variant"
          ],
          "gene_symbol": "EGFR",
          "hgnc_id": 3236,
          "hgvs_c": "c.2508C>G",
          "hgvs_p": "p.Arg836Arg",
          "inheritance_mode": "AD,AR",
          "pathogenic_score": 2,
          "score": -11,
          "transcript": "NM_005228.5",
          "verdict": "Benign"
        },
        {
          "benign_score": 12,
          "criteria": [
            "PM2",
            "BP4_Strong",
            "BP6_Very_Strong"
          ],
          "effects": [
            "intron_variant"
          ],
          "gene_symbol": "EGFR-AS1",
          "hgnc_id": 40207,
          "hgvs_c": "n.208-9280G>C",
          "hgvs_p": null,
          "inheritance_mode": "",
          "pathogenic_score": 2,
          "score": -10,
          "transcript": "ENST00000836806.1",
          "verdict": "Benign"
        }
      ],
      "acmg_classification": "Benign",
      "acmg_criteria": "PM2,BP4_Strong,BP6_Very_Strong,BP7",
      "acmg_score": -11,
      "allele_count_reference_population": 3,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "G",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.7,
      "chr": "7",
      "clinvar_classification": "Likely benign",
      "clinvar_disease": "EGFR-related lung cancer",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "LB:1",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": -0.699999988079071,
      "computational_source_selected": "BayesDel_noAF",
      "consequences": [
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1210,
          "aa_ref": "R",
          "aa_start": 836,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 9905,
          "cdna_start": 2769,
          "cds_end": null,
          "cds_length": 3633,
          "cds_start": 2508,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 28,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "NM_005228.5",
          "gene_hgnc_id": 3236,
          "gene_symbol": "EGFR",
          "hgvs_c": "c.2508C>G",
          "hgvs_p": "p.Arg836Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000275493.7",
          "protein_coding": true,
          "protein_id": "NP_005219.2",
          "strand": true,
          "transcript": "NM_005228.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1210,
          "aa_ref": "R",
          "aa_start": 836,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 9905,
          "cdna_start": 2769,
          "cds_end": null,
          "cds_length": 3633,
          "cds_start": 2508,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 28,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000275493.7",
          "gene_hgnc_id": 3236,
          "gene_symbol": "EGFR",
          "hgvs_c": "c.2508C>G",
          "hgvs_p": "p.Arg836Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_005228.5",
          "protein_coding": true,
          "protein_id": "ENSP00000275493.2",
          "strand": true,
          "transcript": "ENST00000275493.7",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1091,
          "aa_ref": "R",
          "aa_start": 791,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3844,
          "cdna_start": 2630,
          "cds_end": null,
          "cds_length": 3276,
          "cds_start": 2373,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 26,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000455089.5",
          "gene_hgnc_id": 3236,
          "gene_symbol": "EGFR",
          "hgvs_c": "c.2373C>G",
          "hgvs_p": "p.Arg791Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000415559.1",
          "strand": true,
          "transcript": "ENST00000455089.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1207,
          "aa_ref": "R",
          "aa_start": 833,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4363,
          "cdna_start": 2957,
          "cds_end": null,
          "cds_length": 3624,
          "cds_start": 2499,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 28,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000898199.1",
          "gene_hgnc_id": 3236,
          "gene_symbol": "EGFR",
          "hgvs_c": "c.2499C>G",
          "hgvs_p": "p.Arg833Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568258.1",
          "strand": true,
          "transcript": "ENST00000898199.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1197,
          "aa_ref": "R",
          "aa_start": 823,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4062,
          "cdna_start": 2643,
          "cds_end": null,
          "cds_length": 3594,
          "cds_start": 2469,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 27,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000898202.1",
          "gene_hgnc_id": 3236,
          "gene_symbol": "EGFR",
          "hgvs_c": "c.2469C>G",
          "hgvs_p": "p.Arg823Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568261.1",
          "strand": true,
          "transcript": "ENST00000898202.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1165,
          "aa_ref": "R",
          "aa_start": 791,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 9770,
          "cdna_start": 2634,
          "cds_end": null,
          "cds_length": 3498,
          "cds_start": 2373,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 27,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "NM_001346899.2",
          "gene_hgnc_id": 3236,
          "gene_symbol": "EGFR",
          "hgvs_c": "c.2373C>G",
          "hgvs_p": "p.Arg791Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001333828.1",
          "strand": true,
          "transcript": "NM_001346899.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1157,
          "aa_ref": "R",
          "aa_start": 783,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 9676,
          "cdna_start": 2540,
          "cds_end": null,
          "cds_length": 3474,
          "cds_start": 2349,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 28,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "NM_001346900.2",
          "gene_hgnc_id": 3236,
          "gene_symbol": "EGFR",
          "hgvs_c": "c.2349C>G",
          "hgvs_p": "p.Arg783Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001333829.1",
          "strand": true,
          "transcript": "NM_001346900.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1157,
          "aa_ref": "R",
          "aa_start": 783,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 9700,
          "cdna_start": 2656,
          "cds_end": null,
          "cds_length": 3474,
          "cds_start": 2349,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 28,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000450046.2",
          "gene_hgnc_id": 3236,
          "gene_symbol": "EGFR",
          "hgvs_c": "c.2349C>G",
          "hgvs_p": "p.Arg783Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000413354.2",
          "strand": true,
          "transcript": "ENST00000450046.2",
          "transcript_support_level": 4
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1136,
          "aa_ref": "R",
          "aa_start": 836,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3983,
          "cdna_start": 2769,
          "cds_end": null,
          "cds_length": 3411,
          "cds_start": 2508,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 27,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "NM_001346898.2",
          "gene_hgnc_id": 3236,
          "gene_symbol": "EGFR",
          "hgvs_c": "c.2508C>G",
          "hgvs_p": "p.Arg836Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001333827.1",
          "strand": true,
          "transcript": "NM_001346898.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1099,
          "aa_ref": "R",
          "aa_start": 725,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3855,
          "cdna_start": 2436,
          "cds_end": null,
          "cds_length": 3300,
          "cds_start": 2175,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 26,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "ENST00000898200.1",
          "gene_hgnc_id": 3236,
          "gene_symbol": "EGFR",
          "hgvs_c": "c.2175C>G",
          "hgvs_p": "p.Arg725Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568259.1",
          "strand": true,
          "transcript": "ENST00000898200.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1091,
          "aa_ref": "R",
          "aa_start": 791,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3848,
          "cdna_start": 2634,
          "cds_end": null,
          "cds_length": 3276,
          "cds_start": 2373,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 26,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "NM_001346897.2",
          "gene_hgnc_id": 3236,
          "gene_symbol": "EGFR",
          "hgvs_c": "c.2373C>G",
          "hgvs_p": "p.Arg791Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001333826.1",
          "strand": true,
          "transcript": "NM_001346897.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1016,
          "aa_ref": "R",
          "aa_start": 642,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3606,
          "cdna_start": 2187,
          "cds_end": null,
          "cds_length": 3051,
          "cds_start": 1926,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 24,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000898201.1",
          "gene_hgnc_id": 3236,
          "gene_symbol": "EGFR",
          "hgvs_c": "c.1926C>G",
          "hgvs_p": "p.Arg642Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568260.1",
          "strand": true,
          "transcript": "ENST00000898201.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 943,
          "aa_ref": "R",
          "aa_start": 569,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 9104,
          "cdna_start": 1968,
          "cds_end": null,
          "cds_length": 2832,
          "cds_start": 1707,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "NM_001346941.2",
          "gene_hgnc_id": 3236,
          "gene_symbol": "EGFR",
          "hgvs_c": "c.1707C>G",
          "hgvs_p": "p.Arg569Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001333870.1",
          "strand": true,
          "transcript": "NM_001346941.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 343,
          "aa_ref": "R",
          "aa_start": 285,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1418,
          "cdna_start": 857,
          "cds_end": null,
          "cds_length": 1032,
          "cds_start": 855,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000700145.1",
          "gene_hgnc_id": 3236,
          "gene_symbol": "EGFR",
          "hgvs_c": "c.855C>G",
          "hgvs_p": "p.Arg285Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000514824.1",
          "strand": true,
          "transcript": "ENST00000700145.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1157,
          "aa_ref": "R",
          "aa_start": 783,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 48454,
          "cdna_start": 41318,
          "cds_end": null,
          "cds_length": 3474,
          "cds_start": 2349,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 28,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "XM_047419952.1",
          "gene_hgnc_id": 3236,
          "gene_symbol": "EGFR",
          "hgvs_c": "c.2349C>G",
          "hgvs_p": "p.Arg783Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047275908.1",
          "strand": true,
          "transcript": "XM_047419952.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1157,
          "aa_ref": "R",
          "aa_start": 783,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 10631,
          "cdna_start": 3495,
          "cds_end": null,
          "cds_length": 3474,
          "cds_start": 2349,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 28,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "XM_047419953.1",
          "gene_hgnc_id": 3236,
          "gene_symbol": "EGFR",
          "hgvs_c": "c.2349C>G",
          "hgvs_p": "p.Arg783Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047275909.1",
          "strand": true,
          "transcript": "XM_047419953.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 986,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 2,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000836806.1",
          "gene_hgnc_id": 40207,
          "gene_symbol": "EGFR-AS1",
          "hgvs_c": "n.208-9280G>C",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000836806.1",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs2229066",
      "effect": "synonymous_variant",
      "frequency_reference_population": 0.0000018587914,
      "gene_hgnc_id": 3236,
      "gene_symbol": "EGFR",
      "gnomad_exomes_ac": 2,
      "gnomad_exomes_af": 0.00000136817,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": 1,
      "gnomad_genomes_af": 0.00000657281,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Likely benign",
      "phenotype_combined": "EGFR-related lung cancer",
      "phylop100way_prediction": "Benign",
      "phylop100way_score": -3.306,
      "pos": 55191757,
      "ref": "C",
      "revel_prediction": null,
      "revel_score": null,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_005228.5"
    }
  ]
}
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.