← 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-66092814-A-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "7",
      "pos": 66092814,
      "ref": "A",
      "alt": "C",
      "effect": "missense_variant",
      "transcript": "ENST00000304874.14",
      "consequences": [
        {
          "aa_ref": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASL",
          "gene_hgnc_id": 746,
          "hgvs_c": "c.1297A>C",
          "hgvs_p": "p.Ser433Arg",
          "transcript": "NM_000048.4",
          "protein_id": "NP_000039.2",
          "transcript_support_level": null,
          "aa_start": 433,
          "aa_end": null,
          "aa_length": 464,
          "cds_start": 1297,
          "cds_end": null,
          "cds_length": 1395,
          "cdna_start": 1378,
          "cdna_end": null,
          "cdna_length": 2140,
          "mane_select": "ENST00000304874.14",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "R",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASL",
          "gene_hgnc_id": 746,
          "hgvs_c": "c.1297A>C",
          "hgvs_p": "p.Ser433Arg",
          "transcript": "ENST00000304874.14",
          "protein_id": "ENSP00000307188.9",
          "transcript_support_level": 1,
          "aa_start": 433,
          "aa_end": null,
          "aa_length": 464,
          "cds_start": 1297,
          "cds_end": null,
          "cds_length": 1395,
          "cdna_start": 1378,
          "cdna_end": null,
          "cdna_length": 2140,
          "mane_select": "NM_000048.4",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASL",
          "gene_hgnc_id": 746,
          "hgvs_c": "c.1297A>C",
          "hgvs_p": "p.Ser433Arg",
          "transcript": "ENST00000395332.8",
          "protein_id": "ENSP00000378741.3",
          "transcript_support_level": 1,
          "aa_start": 433,
          "aa_end": null,
          "aa_length": 464,
          "cds_start": 1297,
          "cds_end": null,
          "cds_length": 1395,
          "cdna_start": 1490,
          "cdna_end": null,
          "cdna_length": 1608,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000249319",
          "gene_hgnc_id": null,
          "hgvs_c": "c.563+151A>C",
          "hgvs_p": null,
          "transcript": "ENST00000450043.2",
          "protein_id": "ENSP00000396527.2",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 306,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 922,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 922,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASL",
          "gene_hgnc_id": 746,
          "hgvs_c": "c.1297A>C",
          "hgvs_p": "p.Ser433Arg",
          "transcript": "NM_001024943.2",
          "protein_id": "NP_001020114.1",
          "transcript_support_level": null,
          "aa_start": 433,
          "aa_end": null,
          "aa_length": 464,
          "cds_start": 1297,
          "cds_end": null,
          "cds_length": 1395,
          "cdna_start": 1560,
          "cdna_end": null,
          "cdna_length": 2322,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASL",
          "gene_hgnc_id": 746,
          "hgvs_c": "c.1237A>C",
          "hgvs_p": "p.Ser413Arg",
          "transcript": "NM_001024944.2",
          "protein_id": "NP_001020115.1",
          "transcript_support_level": null,
          "aa_start": 413,
          "aa_end": null,
          "aa_length": 444,
          "cds_start": 1237,
          "cds_end": null,
          "cds_length": 1335,
          "cdna_start": 1500,
          "cdna_end": null,
          "cdna_length": 2262,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASL",
          "gene_hgnc_id": 746,
          "hgvs_c": "c.1237A>C",
          "hgvs_p": "p.Ser413Arg",
          "transcript": "ENST00000395331.4",
          "protein_id": "ENSP00000378740.3",
          "transcript_support_level": 5,
          "aa_start": 413,
          "aa_end": null,
          "aa_length": 444,
          "cds_start": 1237,
          "cds_end": null,
          "cds_length": 1335,
          "cdna_start": 1375,
          "cdna_end": null,
          "cdna_length": 1478,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASL",
          "gene_hgnc_id": 746,
          "hgvs_c": "c.1219A>C",
          "hgvs_p": "p.Ser407Arg",
          "transcript": "NM_001024946.2",
          "protein_id": "NP_001020117.1",
          "transcript_support_level": null,
          "aa_start": 407,
          "aa_end": null,
          "aa_length": 438,
          "cds_start": 1219,
          "cds_end": null,
          "cds_length": 1317,
          "cdna_start": 1482,
          "cdna_end": null,
          "cdna_length": 2244,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASL",
          "gene_hgnc_id": 746,
          "hgvs_c": "c.1219A>C",
          "hgvs_p": "p.Ser407Arg",
          "transcript": "ENST00000380839.9",
          "protein_id": "ENSP00000370219.4",
          "transcript_support_level": 5,
          "aa_start": 407,
          "aa_end": null,
          "aa_length": 438,
          "cds_start": 1219,
          "cds_end": null,
          "cds_length": 1317,
          "cdna_start": 1454,
          "cdna_end": null,
          "cdna_length": 1974,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASL",
          "gene_hgnc_id": 746,
          "hgvs_c": "c.1219A>C",
          "hgvs_p": "p.Ser407Arg",
          "transcript": "ENST00000673518.1",
          "protein_id": "ENSP00000499889.1",
          "transcript_support_level": null,
          "aa_start": 407,
          "aa_end": null,
          "aa_length": 438,
          "cds_start": 1219,
          "cds_end": null,
          "cds_length": 1317,
          "cdna_start": 1297,
          "cdna_end": null,
          "cdna_length": 1436,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASL",
          "gene_hgnc_id": 746,
          "hgvs_c": "c.1102A>C",
          "hgvs_p": "p.Ser368Arg",
          "transcript": "ENST00000362000.10",
          "protein_id": "ENSP00000354710.6",
          "transcript_support_level": 2,
          "aa_start": 368,
          "aa_end": null,
          "aa_length": 399,
          "cds_start": 1102,
          "cds_end": null,
          "cds_length": 1200,
          "cdna_start": 1247,
          "cdna_end": null,
          "cdna_length": 1388,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASL",
          "gene_hgnc_id": 746,
          "hgvs_c": "n.500A>C",
          "hgvs_p": null,
          "transcript": "ENST00000464970.1",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 640,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASL",
          "gene_hgnc_id": 746,
          "hgvs_c": "n.778A>C",
          "hgvs_p": null,
          "transcript": "ENST00000493708.5",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 885,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASL",
          "gene_hgnc_id": 746,
          "hgvs_c": "n.*700A>C",
          "hgvs_p": null,
          "transcript": "ENST00000672498.1",
          "protein_id": "ENSP00000500227.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3323,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASL",
          "gene_hgnc_id": 746,
          "hgvs_c": "n.2056A>C",
          "hgvs_p": null,
          "transcript": "ENST00000672586.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2172,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASL",
          "gene_hgnc_id": 746,
          "hgvs_c": "n.2321A>C",
          "hgvs_p": null,
          "transcript": "ENST00000672676.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2441,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASL",
          "gene_hgnc_id": 746,
          "hgvs_c": "n.1109A>C",
          "hgvs_p": null,
          "transcript": "ENST00000673149.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1221,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASL",
          "gene_hgnc_id": 746,
          "hgvs_c": "n.3414A>C",
          "hgvs_p": null,
          "transcript": "ENST00000673350.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3520,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASL",
          "gene_hgnc_id": 746,
          "hgvs_c": "n.*700A>C",
          "hgvs_p": null,
          "transcript": "ENST00000672498.1",
          "protein_id": "ENSP00000500227.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3323,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "ASL",
          "gene_hgnc_id": 746,
          "hgvs_c": "c.148-90A>C",
          "hgvs_p": null,
          "transcript": "ENST00000488343.2",
          "protein_id": "ENSP00000500864.1",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 51,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 156,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 198,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "ASL",
      "gene_hgnc_id": 746,
      "dbsnp": "rs1554328459",
      "frequency_reference_population": 6.842182e-7,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 1,
      "gnomad_exomes_af": 6.84218e-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.898871660232544,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.949,
      "revel_prediction": "Pathogenic",
      "alphamissense_score": 0.9854,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.49,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 7.967,
      "phylop100way_prediction": "Pathogenic",
      "spliceai_max_score": 0,
      "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": 13,
      "acmg_classification": "Pathogenic",
      "acmg_criteria": "PM2,PP2,PP3_Moderate,PP5_Very_Strong",
      "acmg_by_gene": [
        {
          "score": 13,
          "benign_score": 0,
          "pathogenic_score": 13,
          "criteria": [
            "PM2",
            "PP2",
            "PP3_Moderate",
            "PP5_Very_Strong"
          ],
          "verdict": "Pathogenic",
          "transcript": "ENST00000304874.14",
          "gene_symbol": "ASL",
          "hgnc_id": 746,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.1297A>C",
          "hgvs_p": "p.Ser433Arg"
        },
        {
          "score": 12,
          "benign_score": 0,
          "pathogenic_score": 12,
          "criteria": [
            "PM2",
            "PP3_Moderate",
            "PP5_Very_Strong"
          ],
          "verdict": "Pathogenic",
          "transcript": "ENST00000450043.2",
          "gene_symbol": "ENSG00000249319",
          "hgnc_id": null,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "c.563+151A>C",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "Argininosuccinate lyase deficiency",
      "clinvar_classification": "Pathogenic/Likely pathogenic",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "P:1 LP:1",
      "phenotype_combined": "Argininosuccinate lyase deficiency",
      "pathogenicity_classification_combined": "Pathogenic/Likely pathogenic",
      "custom_annotations": null
    }
  ],
  "message": null
}