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

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 1,
          "criteria": [
            "PM2",
            "BP4"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "FGL2",
          "hgnc_id": 3696,
          "hgvs_c": "c.292G>C",
          "hgvs_p": "p.Asp98His",
          "inheritance_mode": "AR",
          "pathogenic_score": 2,
          "score": 1,
          "transcript": "NM_006682.3",
          "verdict": "Uncertain_significance"
        },
        {
          "benign_score": 1,
          "criteria": [
            "PM2",
            "BP4"
          ],
          "effects": [
            "intron_variant"
          ],
          "gene_symbol": "CCDC146",
          "hgnc_id": 29296,
          "hgvs_c": "c.156+31678C>G",
          "hgvs_p": null,
          "inheritance_mode": "AR",
          "pathogenic_score": 2,
          "score": 1,
          "transcript": "NM_020879.3",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4",
      "acmg_score": 1,
      "allele_count_reference_population": 0,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.3138,
      "alt": "G",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.19,
      "chr": "7",
      "clinvar_classification": "Uncertain significance",
      "clinvar_disease": "not specified",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": 0.39871183037757874,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "H",
          "aa_end": null,
          "aa_length": 439,
          "aa_ref": "D",
          "aa_start": 98,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4256,
          "cdna_start": 318,
          "cds_end": null,
          "cds_length": 1320,
          "cds_start": 292,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 2,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "NM_006682.3",
          "gene_hgnc_id": 3696,
          "gene_symbol": "FGL2",
          "hgvs_c": "c.292G>C",
          "hgvs_p": "p.Asp98His",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000248598.6",
          "protein_coding": true,
          "protein_id": "NP_006673.1",
          "strand": false,
          "transcript": "NM_006682.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "H",
          "aa_end": null,
          "aa_length": 439,
          "aa_ref": "D",
          "aa_start": 98,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 4256,
          "cdna_start": 318,
          "cds_end": null,
          "cds_length": 1320,
          "cds_start": 292,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 2,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000248598.6",
          "gene_hgnc_id": 3696,
          "gene_symbol": "FGL2",
          "hgvs_c": "c.292G>C",
          "hgvs_p": "p.Asp98His",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_006682.3",
          "protein_coding": true,
          "protein_id": "ENSP00000248598.5",
          "strand": false,
          "transcript": "ENST00000248598.6",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 955,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3335,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2868,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_020879.3",
          "gene_hgnc_id": 29296,
          "gene_symbol": "CCDC146",
          "hgvs_c": "c.156+31678C>G",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000285871.5",
          "protein_coding": true,
          "protein_id": "NP_065930.2",
          "strand": true,
          "transcript": "NM_020879.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 955,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 3335,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2868,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000285871.5",
          "gene_hgnc_id": 29296,
          "gene_symbol": "CCDC146",
          "hgvs_c": "c.156+31678C>G",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_020879.3",
          "protein_coding": true,
          "protein_id": "ENSP00000285871.4",
          "strand": true,
          "transcript": "ENST00000285871.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 885,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3119,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2658,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 18,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000890162.1",
          "gene_hgnc_id": 29296,
          "gene_symbol": "CCDC146",
          "hgvs_c": "c.156+31678C>G",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000560221.1",
          "strand": true,
          "transcript": "ENST00000890162.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 169,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 557,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 511,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000415750.5",
          "gene_hgnc_id": 29296,
          "gene_symbol": "CCDC146",
          "hgvs_c": "c.156+31678C>G",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000388649.1",
          "strand": true,
          "transcript": "ENST00000415750.5",
          "transcript_support_level": 4
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 955,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3464,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2868,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 20,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047420662.1",
          "gene_hgnc_id": 29296,
          "gene_symbol": "CCDC146",
          "hgvs_c": "c.156+31678C>G",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047276618.1",
          "strand": true,
          "transcript": "XM_047420662.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 904,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3256,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2715,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047420663.1",
          "gene_hgnc_id": 29296,
          "gene_symbol": "CCDC146",
          "hgvs_c": "c.3+1185C>G",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047276619.1",
          "strand": true,
          "transcript": "XM_047420663.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 900,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3168,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2703,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 18,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047420664.1",
          "gene_hgnc_id": 29296,
          "gene_symbol": "CCDC146",
          "hgvs_c": "c.-9-37445C>G",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047276620.1",
          "strand": true,
          "transcript": "XM_047420664.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 877,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2987,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2634,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 17,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047420665.1",
          "gene_hgnc_id": 29296,
          "gene_symbol": "CCDC146",
          "hgvs_c": "c.5+31678C>G",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047276621.1",
          "strand": true,
          "transcript": "XM_047420665.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 872,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3160,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2619,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 18,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047420666.1",
          "gene_hgnc_id": 29296,
          "gene_symbol": "CCDC146",
          "hgvs_c": "c.3+1185C>G",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047276622.1",
          "strand": true,
          "transcript": "XM_047420666.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 834,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3046,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2505,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 18,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047420668.1",
          "gene_hgnc_id": 29296,
          "gene_symbol": "CCDC146",
          "hgvs_c": "c.3+1185C>G",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047276624.1",
          "strand": true,
          "transcript": "XM_047420668.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 807,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2780,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2424,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 16,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047420669.1",
          "gene_hgnc_id": 29296,
          "gene_symbol": "CCDC146",
          "hgvs_c": "c.5+31678C>G",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047276625.1",
          "strand": true,
          "transcript": "XM_047420669.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": 3567,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 1,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000637771.2",
          "gene_hgnc_id": 3696,
          "gene_symbol": "FGL2",
          "hgvs_c": "n.347G>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000637771.2",
          "transcript_support_level": 6
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": null,
      "effect": "missense_variant",
      "frequency_reference_population": null,
      "gene_hgnc_id": 3696,
      "gene_symbol": "FGL2",
      "gnomad_exomes_ac": null,
      "gnomad_exomes_af": null,
      "gnomad_exomes_homalt": null,
      "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": "Uncertain significance",
      "phenotype_combined": "not specified",
      "phylop100way_prediction": "Pathogenic",
      "phylop100way_score": 7.568,
      "pos": 77199502,
      "ref": "C",
      "revel_prediction": "Benign",
      "revel_score": 0.241,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_006682.3"
    }
  ]
}
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.