← 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: 8-39755863-T-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "8",
      "pos": 39755863,
      "ref": "T",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "NM_001464.5",
      "consequences": [
        {
          "aa_ref": "L",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADAM2",
          "gene_hgnc_id": 198,
          "hgvs_c": "c.1662A>T",
          "hgvs_p": "p.Leu554Phe",
          "transcript": "NM_001464.5",
          "protein_id": "NP_001455.3",
          "transcript_support_level": null,
          "aa_start": 554,
          "aa_end": null,
          "aa_length": 735,
          "cds_start": 1662,
          "cds_end": null,
          "cds_length": 2208,
          "cdna_start": 1704,
          "cdna_end": null,
          "cdna_length": 2610,
          "mane_select": "ENST00000265708.9",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "F",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADAM2",
          "gene_hgnc_id": 198,
          "hgvs_c": "c.1662A>T",
          "hgvs_p": "p.Leu554Phe",
          "transcript": "ENST00000265708.9",
          "protein_id": "ENSP00000265708.4",
          "transcript_support_level": 1,
          "aa_start": 554,
          "aa_end": null,
          "aa_length": 735,
          "cds_start": 1662,
          "cds_end": null,
          "cds_length": 2208,
          "cdna_start": 1704,
          "cdna_end": null,
          "cdna_length": 2610,
          "mane_select": "NM_001464.5",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADAM2",
          "gene_hgnc_id": 198,
          "hgvs_c": "c.1605A>T",
          "hgvs_p": "p.Leu535Phe",
          "transcript": "ENST00000347580.8",
          "protein_id": "ENSP00000343854.4",
          "transcript_support_level": 1,
          "aa_start": 535,
          "aa_end": null,
          "aa_length": 716,
          "cds_start": 1605,
          "cds_end": null,
          "cds_length": 2151,
          "cdna_start": 1629,
          "cdna_end": null,
          "cdna_length": 2535,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": 11,
          "intron_rank_end": null,
          "gene_symbol": "ADAM2",
          "gene_hgnc_id": 198,
          "hgvs_c": "c.1236-42A>T",
          "hgvs_p": null,
          "transcript": "ENST00000379853.6",
          "protein_id": "ENSP00000369182.2",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 579,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1740,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2125,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADAM2",
          "gene_hgnc_id": 198,
          "hgvs_c": "c.1605A>T",
          "hgvs_p": "p.Leu535Phe",
          "transcript": "NM_001278113.2",
          "protein_id": "NP_001265042.1",
          "transcript_support_level": null,
          "aa_start": 535,
          "aa_end": null,
          "aa_length": 716,
          "cds_start": 1605,
          "cds_end": null,
          "cds_length": 2151,
          "cdna_start": 1647,
          "cdna_end": null,
          "cdna_length": 2553,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ADAM2",
          "gene_hgnc_id": 198,
          "hgvs_c": "c.1284A>T",
          "hgvs_p": "p.Leu428Phe",
          "transcript": "XM_011544479.1",
          "protein_id": "XP_011542781.1",
          "transcript_support_level": null,
          "aa_start": 428,
          "aa_end": null,
          "aa_length": 609,
          "cds_start": 1284,
          "cds_end": null,
          "cds_length": 1830,
          "cdna_start": 1326,
          "cdna_end": null,
          "cdna_length": 2232,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "ADAM2",
          "gene_hgnc_id": 198,
          "hgvs_c": "c.1608+5318A>T",
          "hgvs_p": null,
          "transcript": "NM_001278114.2",
          "protein_id": "NP_001265043.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 672,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2019,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2421,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "ADAM2",
          "gene_hgnc_id": 198,
          "hgvs_c": "c.1608+5318A>T",
          "hgvs_p": null,
          "transcript": "ENST00000521880.5",
          "protein_id": "ENSP00000429352.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 672,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2019,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2125,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": 11,
          "intron_rank_end": null,
          "gene_symbol": "ADAM2",
          "gene_hgnc_id": 198,
          "hgvs_c": "c.1236-42A>T",
          "hgvs_p": null,
          "transcript": "NM_001437784.1",
          "protein_id": "NP_001424713.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 579,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1740,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2142,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "ADAM2",
          "gene_hgnc_id": 198,
          "hgvs_c": "c.1614-42A>T",
          "hgvs_p": null,
          "transcript": "XM_005273468.1",
          "protein_id": "XP_005273525.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 705,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2118,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2520,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "ADAM2",
      "gene_hgnc_id": 198,
      "dbsnp": "rs1312394249",
      "frequency_reference_population": 6.946075e-7,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 1,
      "gnomad_exomes_af": 6.94607e-7,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 1,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.22790011763572693,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.029999999329447746,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.049,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.2516,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.65,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 0.023,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0.03,
      "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_001464.5",
          "gene_symbol": "ADAM2",
          "hgnc_id": 198,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.1662A>T",
          "hgvs_p": "p.Leu554Phe"
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}