← 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: 17-75834382-G-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 2,
          "criteria": [
            "PM1",
            "PM2",
            "BP4_Moderate"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "UNC13D",
          "hgnc_id": 23147,
          "hgvs_c": "c.2241C>G",
          "hgvs_p": "p.Ser747Arg",
          "inheritance_mode": "AR",
          "pathogenic_score": 4,
          "score": 2,
          "transcript": "NM_199242.3",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM1,PM2,BP4_Moderate",
      "acmg_score": 2,
      "allele_count_reference_population": 5,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.3196,
      "alt": "C",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.46,
      "chr": "17",
      "clinvar_classification": "Uncertain significance",
      "clinvar_disease": "Inborn genetic diseases",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": 0.12517628073692322,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1090,
          "aa_ref": "S",
          "aa_start": 747,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4080,
          "cdna_start": 2308,
          "cds_end": null,
          "cds_length": 3273,
          "cds_start": 2241,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 32,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "NM_199242.3",
          "gene_hgnc_id": 23147,
          "gene_symbol": "UNC13D",
          "hgvs_c": "c.2241C>G",
          "hgvs_p": "p.Ser747Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000207549.9",
          "protein_coding": true,
          "protein_id": "NP_954712.1",
          "strand": false,
          "transcript": "NM_199242.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1090,
          "aa_ref": "S",
          "aa_start": 747,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 4080,
          "cdna_start": 2308,
          "cds_end": null,
          "cds_length": 3273,
          "cds_start": 2241,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 32,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "ENST00000207549.9",
          "gene_hgnc_id": 23147,
          "gene_symbol": "UNC13D",
          "hgvs_c": "c.2241C>G",
          "hgvs_p": "p.Ser747Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_199242.3",
          "protein_coding": true,
          "protein_id": "ENSP00000207549.3",
          "strand": false,
          "transcript": "ENST00000207549.9",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1142,
          "aa_ref": "S",
          "aa_start": 747,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3648,
          "cdna_start": 2254,
          "cds_end": null,
          "cds_length": 3429,
          "cds_start": 2241,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 33,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "ENST00000412096.6",
          "gene_hgnc_id": 23147,
          "gene_symbol": "UNC13D",
          "hgvs_c": "c.2241C>G",
          "hgvs_p": "p.Ser747Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000388093.1",
          "strand": false,
          "transcript": "ENST00000412096.6",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1090,
          "aa_ref": "S",
          "aa_start": 747,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4084,
          "cdna_start": 2312,
          "cds_end": null,
          "cds_length": 3273,
          "cds_start": 2241,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 33,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000868100.1",
          "gene_hgnc_id": 23147,
          "gene_symbol": "UNC13D",
          "hgvs_c": "c.2241C>G",
          "hgvs_p": "p.Ser747Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000538159.1",
          "strand": false,
          "transcript": "ENST00000868100.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1090,
          "aa_ref": "S",
          "aa_start": 747,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4078,
          "cdna_start": 2324,
          "cds_end": null,
          "cds_length": 3273,
          "cds_start": 2241,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 33,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000868101.1",
          "gene_hgnc_id": 23147,
          "gene_symbol": "UNC13D",
          "hgvs_c": "c.2241C>G",
          "hgvs_p": "p.Ser747Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000538160.1",
          "strand": false,
          "transcript": "ENST00000868101.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1073,
          "aa_ref": "S",
          "aa_start": 730,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4057,
          "cdna_start": 2285,
          "cds_end": null,
          "cds_length": 3222,
          "cds_start": 2190,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 33,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000965711.1",
          "gene_hgnc_id": 23147,
          "gene_symbol": "UNC13D",
          "hgvs_c": "c.2190C>G",
          "hgvs_p": "p.Ser730Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635770.1",
          "strand": false,
          "transcript": "ENST00000965711.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1059,
          "aa_ref": "S",
          "aa_start": 716,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4301,
          "cdna_start": 2529,
          "cds_end": null,
          "cds_length": 3180,
          "cds_start": 2148,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 31,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000965712.1",
          "gene_hgnc_id": 23147,
          "gene_symbol": "UNC13D",
          "hgvs_c": "c.2148C>G",
          "hgvs_p": "p.Ser716Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635771.1",
          "strand": false,
          "transcript": "ENST00000965712.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 712,
          "aa_ref": "S",
          "aa_start": 369,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2740,
          "cdna_start": 1107,
          "cds_end": null,
          "cds_length": 2139,
          "cds_start": 1107,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000699510.1",
          "gene_hgnc_id": 23147,
          "gene_symbol": "UNC13D",
          "hgvs_c": "c.1107C>G",
          "hgvs_p": "p.Ser369Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000514405.1",
          "strand": false,
          "transcript": "ENST00000699510.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": 4382,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 23,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000591563.5",
          "gene_hgnc_id": 23147,
          "gene_symbol": "UNC13D",
          "hgvs_c": "n.2511C>G",
          "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": "ENST00000591563.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": 659,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000591616.1",
          "gene_hgnc_id": 23147,
          "gene_symbol": "UNC13D",
          "hgvs_c": "n.602C>G",
          "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": "ENST00000591616.1",
          "transcript_support_level": 3
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs372453702",
      "effect": "missense_variant",
      "frequency_reference_population": 0.0000034735442,
      "gene_hgnc_id": 23147,
      "gene_symbol": "UNC13D",
      "gnomad_exomes_ac": 5,
      "gnomad_exomes_af": 0.00000347354,
      "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": "Uncertain significance",
      "phenotype_combined": "Inborn genetic diseases",
      "phylop100way_prediction": "Benign",
      "phylop100way_score": -0.862,
      "pos": 75834382,
      "ref": "G",
      "revel_prediction": "Benign",
      "revel_score": 0.117,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_199242.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.