← 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: 19-38407003-C-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "FAM98C",
          "hgnc_id": 27119,
          "hgvs_c": "c.844C>G",
          "hgvs_p": "p.Arg282Gly",
          "inheritance_mode": "",
          "pathogenic_score": 2,
          "score": 0,
          "transcript": "NM_174905.4",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4_Moderate",
      "acmg_score": 0,
      "allele_count_reference_population": 2,
      "alphamissense_prediction": "Benign",
      "alphamissense_score": 0.5069,
      "alt": "G",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Pathogenic",
      "bayesdelnoaf_score": 0.17,
      "chr": "19",
      "clinvar_classification": "",
      "clinvar_disease": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": 0.24972116947174072,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 349,
          "aa_ref": "R",
          "aa_start": 282,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1313,
          "cdna_start": 905,
          "cds_end": null,
          "cds_length": 1050,
          "cds_start": 844,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_174905.4",
          "gene_hgnc_id": 27119,
          "gene_symbol": "FAM98C",
          "hgvs_c": "c.844C>G",
          "hgvs_p": "p.Arg282Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000252530.10",
          "protein_coding": true,
          "protein_id": "NP_777565.3",
          "strand": true,
          "transcript": "NM_174905.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 349,
          "aa_ref": "R",
          "aa_start": 282,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 1313,
          "cdna_start": 905,
          "cds_end": null,
          "cds_length": 1050,
          "cds_start": 844,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000252530.10",
          "gene_hgnc_id": 27119,
          "gene_symbol": "FAM98C",
          "hgvs_c": "c.844C>G",
          "hgvs_p": "p.Arg282Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_174905.4",
          "protein_coding": true,
          "protein_id": "ENSP00000252530.4",
          "strand": true,
          "transcript": "ENST00000252530.10",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 186,
          "aa_ref": "P",
          "aa_start": 148,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 826,
          "cdna_start": 462,
          "cds_end": null,
          "cds_length": 561,
          "cds_start": 443,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000588262.5",
          "gene_hgnc_id": 27119,
          "gene_symbol": "FAM98C",
          "hgvs_c": "c.443C>G",
          "hgvs_p": "p.Pro148Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000467974.1",
          "strand": true,
          "transcript": "ENST00000588262.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 267,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1006,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 804,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000343358.11",
          "gene_hgnc_id": 27119,
          "gene_symbol": "FAM98C",
          "hgvs_c": "c.672+1368C>G",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000340348.6",
          "strand": true,
          "transcript": "ENST00000343358.11",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 344,
          "aa_ref": "R",
          "aa_start": 277,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1296,
          "cdna_start": 886,
          "cds_end": null,
          "cds_length": 1035,
          "cds_start": 829,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000909362.1",
          "gene_hgnc_id": 27119,
          "gene_symbol": "FAM98C",
          "hgvs_c": "c.829C>G",
          "hgvs_p": "p.Arg277Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579421.1",
          "strand": true,
          "transcript": "ENST00000909362.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 323,
          "aa_ref": "R",
          "aa_start": 256,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1211,
          "cdna_start": 802,
          "cds_end": null,
          "cds_length": 972,
          "cds_start": 766,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000909365.1",
          "gene_hgnc_id": 27119,
          "gene_symbol": "FAM98C",
          "hgvs_c": "c.766C>G",
          "hgvs_p": "p.Arg256Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579424.1",
          "strand": true,
          "transcript": "ENST00000909365.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 310,
          "aa_ref": "R",
          "aa_start": 243,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1145,
          "cdna_start": 737,
          "cds_end": null,
          "cds_length": 933,
          "cds_start": 727,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000909366.1",
          "gene_hgnc_id": 27119,
          "gene_symbol": "FAM98C",
          "hgvs_c": "c.727C>G",
          "hgvs_p": "p.Arg243Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579425.1",
          "strand": true,
          "transcript": "ENST00000909366.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 284,
          "aa_ref": "R",
          "aa_start": 217,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1095,
          "cdna_start": 687,
          "cds_end": null,
          "cds_length": 855,
          "cds_start": 649,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000909363.1",
          "gene_hgnc_id": 27119,
          "gene_symbol": "FAM98C",
          "hgvs_c": "c.649C>G",
          "hgvs_p": "p.Arg217Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579422.1",
          "strand": true,
          "transcript": "ENST00000909363.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 293,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1122,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 882,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000909364.1",
          "gene_hgnc_id": 27119,
          "gene_symbol": "FAM98C",
          "hgvs_c": "c.750+1368C>G",
          "hgvs_p": null,
          "intron_rank": 6,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579423.1",
          "strand": true,
          "transcript": "ENST00000909364.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 288,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1076,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 867,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000909367.1",
          "gene_hgnc_id": 27119,
          "gene_symbol": "FAM98C",
          "hgvs_c": "c.735+1368C>G",
          "hgvs_p": null,
          "intron_rank": 6,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579426.1",
          "strand": true,
          "transcript": "ENST00000909367.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 267,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1029,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 804,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001351675.1",
          "gene_hgnc_id": 27119,
          "gene_symbol": "FAM98C",
          "hgvs_c": "c.672+1368C>G",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001338604.1",
          "strand": true,
          "transcript": "NM_001351675.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4133,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000586372.5",
          "gene_hgnc_id": 27119,
          "gene_symbol": "FAM98C",
          "hgvs_c": "n.2053C>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000586372.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2530,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 7,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000588348.5",
          "gene_hgnc_id": 27119,
          "gene_symbol": "FAM98C",
          "hgvs_c": "n.2118C>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000588348.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 670,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 2,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000589027.1",
          "gene_hgnc_id": 27119,
          "gene_symbol": "FAM98C",
          "hgvs_c": "n.260C>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000589027.1",
          "transcript_support_level": 2
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs201037487",
      "effect": "missense_variant",
      "frequency_reference_population": 0.0000013681163,
      "gene_hgnc_id": 27119,
      "gene_symbol": "FAM98C",
      "gnomad_exomes_ac": 2,
      "gnomad_exomes_af": 0.00000136812,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": null,
      "gnomad_genomes_af": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": null,
      "phenotype_combined": null,
      "phylop100way_prediction": "Benign",
      "phylop100way_score": 0.581,
      "pos": 38407003,
      "ref": "C",
      "revel_prediction": "Uncertain_significance",
      "revel_score": 0.339,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_174905.4"
    }
  ]
}
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.