← 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-75981102-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "7",
      "pos": 75981102,
      "ref": "G",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "ENST00000461988.6",
      "consequences": [
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POR",
          "gene_hgnc_id": 9208,
          "hgvs_c": "c.562G>A",
          "hgvs_p": "p.Val188Met",
          "transcript": "NM_001395413.1",
          "protein_id": "NP_001382342.1",
          "transcript_support_level": null,
          "aa_start": 188,
          "aa_end": null,
          "aa_length": 677,
          "cds_start": 562,
          "cds_end": null,
          "cds_length": 2034,
          "cdna_start": 600,
          "cdna_end": null,
          "cdna_length": 2446,
          "mane_select": "ENST00000461988.6",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POR",
          "gene_hgnc_id": 9208,
          "hgvs_c": "c.562G>A",
          "hgvs_p": "p.Val188Met",
          "transcript": "ENST00000461988.6",
          "protein_id": "ENSP00000419970.2",
          "transcript_support_level": 1,
          "aa_start": 188,
          "aa_end": null,
          "aa_length": 677,
          "cds_start": 562,
          "cds_end": null,
          "cds_length": 2034,
          "cdna_start": 600,
          "cdna_end": null,
          "cdna_length": 2446,
          "mane_select": "NM_001395413.1",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POR",
          "gene_hgnc_id": 9208,
          "hgvs_c": "c.721G>A",
          "hgvs_p": "p.Val241Met",
          "transcript": "ENST00000447222.5",
          "protein_id": "ENSP00000393527.1",
          "transcript_support_level": 5,
          "aa_start": 241,
          "aa_end": null,
          "aa_length": 724,
          "cds_start": 721,
          "cds_end": null,
          "cds_length": 2175,
          "cdna_start": 722,
          "cdna_end": null,
          "cdna_length": 2332,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POR",
          "gene_hgnc_id": 9208,
          "hgvs_c": "c.616G>A",
          "hgvs_p": "p.Val206Met",
          "transcript": "NM_001382655.3",
          "protein_id": "NP_001369584.2",
          "transcript_support_level": null,
          "aa_start": 206,
          "aa_end": null,
          "aa_length": 695,
          "cds_start": 616,
          "cds_end": null,
          "cds_length": 2088,
          "cdna_start": 654,
          "cdna_end": null,
          "cdna_length": 2500,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POR",
          "gene_hgnc_id": 9208,
          "hgvs_c": "c.571G>A",
          "hgvs_p": "p.Val191Met",
          "transcript": "ENST00000706545.1",
          "protein_id": "ENSP00000516443.1",
          "transcript_support_level": null,
          "aa_start": 191,
          "aa_end": null,
          "aa_length": 680,
          "cds_start": 571,
          "cds_end": null,
          "cds_length": 2043,
          "cdna_start": 705,
          "cdna_end": null,
          "cdna_length": 2540,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POR",
          "gene_hgnc_id": 9208,
          "hgvs_c": "c.571G>A",
          "hgvs_p": "p.Val191Met",
          "transcript": "ENST00000706546.1",
          "protein_id": "ENSP00000516444.1",
          "transcript_support_level": null,
          "aa_start": 191,
          "aa_end": null,
          "aa_length": 680,
          "cds_start": 571,
          "cds_end": null,
          "cds_length": 2043,
          "cdna_start": 1071,
          "cdna_end": null,
          "cdna_length": 2906,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POR",
          "gene_hgnc_id": 9208,
          "hgvs_c": "c.571G>A",
          "hgvs_p": "p.Val191Met",
          "transcript": "ENST00000706547.1",
          "protein_id": "ENSP00000516445.1",
          "transcript_support_level": null,
          "aa_start": 191,
          "aa_end": null,
          "aa_length": 680,
          "cds_start": 571,
          "cds_end": null,
          "cds_length": 2043,
          "cdna_start": 1187,
          "cdna_end": null,
          "cdna_length": 3022,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POR",
          "gene_hgnc_id": 9208,
          "hgvs_c": "c.562G>A",
          "hgvs_p": "p.Val188Met",
          "transcript": "NM_001367562.3",
          "protein_id": "NP_001354491.2",
          "transcript_support_level": null,
          "aa_start": 188,
          "aa_end": null,
          "aa_length": 677,
          "cds_start": 562,
          "cds_end": null,
          "cds_length": 2034,
          "cdna_start": 707,
          "cdna_end": null,
          "cdna_length": 2553,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POR",
          "gene_hgnc_id": 9208,
          "hgvs_c": "c.562G>A",
          "hgvs_p": "p.Val188Met",
          "transcript": "NM_001382657.2",
          "protein_id": "NP_001369586.2",
          "transcript_support_level": null,
          "aa_start": 188,
          "aa_end": null,
          "aa_length": 677,
          "cds_start": 562,
          "cds_end": null,
          "cds_length": 2034,
          "cdna_start": 699,
          "cdna_end": null,
          "cdna_length": 2544,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POR",
          "gene_hgnc_id": 9208,
          "hgvs_c": "c.562G>A",
          "hgvs_p": "p.Val188Met",
          "transcript": "NM_001382658.3",
          "protein_id": "NP_001369587.2",
          "transcript_support_level": null,
          "aa_start": 188,
          "aa_end": null,
          "aa_length": 677,
          "cds_start": 562,
          "cds_end": null,
          "cds_length": 2034,
          "cdna_start": 1073,
          "cdna_end": null,
          "cdna_length": 2919,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POR",
          "gene_hgnc_id": 9208,
          "hgvs_c": "c.562G>A",
          "hgvs_p": "p.Val188Met",
          "transcript": "NM_001382659.3",
          "protein_id": "NP_001369588.2",
          "transcript_support_level": null,
          "aa_start": 188,
          "aa_end": null,
          "aa_length": 677,
          "cds_start": 562,
          "cds_end": null,
          "cds_length": 2034,
          "cdna_start": 634,
          "cdna_end": null,
          "cdna_length": 2480,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POR",
          "gene_hgnc_id": 9208,
          "hgvs_c": "c.571G>A",
          "hgvs_p": "p.Val191Met",
          "transcript": "ENST00000706544.1",
          "protein_id": "ENSP00000516442.1",
          "transcript_support_level": null,
          "aa_start": 191,
          "aa_end": null,
          "aa_length": 647,
          "cds_start": 571,
          "cds_end": null,
          "cds_length": 1944,
          "cdna_start": 668,
          "cdna_end": null,
          "cdna_length": 2401,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POR",
          "gene_hgnc_id": 9208,
          "hgvs_c": "c.562G>A",
          "hgvs_p": "p.Val188Met",
          "transcript": "ENST00000394893.5",
          "protein_id": "ENSP00000378355.2",
          "transcript_support_level": 5,
          "aa_start": 188,
          "aa_end": null,
          "aa_length": 630,
          "cds_start": 562,
          "cds_end": null,
          "cds_length": 1893,
          "cdna_start": 591,
          "cdna_end": null,
          "cdna_length": 2532,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POR",
          "gene_hgnc_id": 9208,
          "hgvs_c": "c.562G>A",
          "hgvs_p": "p.Val188Met",
          "transcript": "NM_001382662.3",
          "protein_id": "NP_001369591.2",
          "transcript_support_level": null,
          "aa_start": 188,
          "aa_end": null,
          "aa_length": 627,
          "cds_start": 562,
          "cds_end": null,
          "cds_length": 1884,
          "cdna_start": 1087,
          "cdna_end": null,
          "cdna_length": 2783,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POR",
          "gene_hgnc_id": 9208,
          "hgvs_c": "c.346G>A",
          "hgvs_p": "p.Val116Met",
          "transcript": "ENST00000475509.2",
          "protein_id": "ENSP00000516446.1",
          "transcript_support_level": 5,
          "aa_start": 116,
          "aa_end": null,
          "aa_length": 605,
          "cds_start": 346,
          "cds_end": null,
          "cds_length": 1818,
          "cdna_start": 773,
          "cdna_end": null,
          "cdna_length": 2605,
          "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": 1,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POR",
          "gene_hgnc_id": 9208,
          "hgvs_c": "n.171G>A",
          "hgvs_p": null,
          "transcript": "ENST00000460892.1",
          "protein_id": null,
          "transcript_support_level": 2,
          "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": 603,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "splice_region_variant",
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "POR",
          "gene_hgnc_id": 9208,
          "hgvs_c": "n.557+5G>A",
          "hgvs_p": null,
          "transcript": "ENST00000412064.6",
          "protein_id": "ENSP00000404731.3",
          "transcript_support_level": 5,
          "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": 1044,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "POR",
          "gene_hgnc_id": 9208,
          "hgvs_c": "n.508-415G>A",
          "hgvs_p": null,
          "transcript": "ENST00000454934.5",
          "protein_id": "ENSP00000414263.2",
          "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": 2295,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POR",
          "gene_hgnc_id": 9208,
          "hgvs_c": "c.*6G>A",
          "hgvs_p": null,
          "transcript": "ENST00000439963.5",
          "protein_id": "ENSP00000390540.2",
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 184,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 556,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 625,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "POR",
      "gene_hgnc_id": 9208,
      "dbsnp": "rs201513102",
      "frequency_reference_population": 0.00012548969,
      "hom_count_reference_population": 2,
      "allele_count_reference_population": 197,
      "gnomad_exomes_af": 0.000127682,
      "gnomad_genomes_af": 0.000105081,
      "gnomad_exomes_ac": 181,
      "gnomad_genomes_ac": 16,
      "gnomad_exomes_homalt": 2,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.17786774039268494,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.478,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.16,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 6.534,
      "phylop100way_prediction": "Uncertain_significance",
      "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": -7,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Moderate,BP6,BS2",
      "acmg_by_gene": [
        {
          "score": -7,
          "benign_score": 7,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Moderate",
            "BP6",
            "BS2"
          ],
          "verdict": "Benign",
          "transcript": "ENST00000461988.6",
          "gene_symbol": "POR",
          "hgnc_id": 9208,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR,AD",
          "hgvs_c": "c.562G>A",
          "hgvs_p": "p.Val188Met"
        }
      ],
      "clinvar_disease": "Congenital adrenal hyperplasia due to cytochrome P450 oxidoreductase deficiency,not specified",
      "clinvar_classification": "Conflicting classifications of pathogenicity",
      "clinvar_review_status": "criteria provided, conflicting classifications",
      "clinvar_submissions_summary": "US:2 LB:1",
      "phenotype_combined": "not specified|Congenital adrenal hyperplasia due to cytochrome P450 oxidoreductase deficiency",
      "pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
      "custom_annotations": null
    }
  ],
  "message": null
}