← 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: 19-43506856-A-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 6,
          "criteria": [
            "PM2",
            "BP4_Strong",
            "BP6_Moderate"
          ],
          "effects": [
            "synonymous_variant"
          ],
          "gene_symbol": "ETHE1",
          "hgnc_id": 23287,
          "hgvs_c": "c.759T>C",
          "hgvs_p": "p.Thr253Thr",
          "inheritance_mode": "AR",
          "pathogenic_score": 2,
          "score": -4,
          "transcript": "NM_014297.5",
          "verdict": "Likely_benign"
        }
      ],
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "PM2,BP4_Strong,BP6_Moderate",
      "acmg_score": -4,
      "allele_count_reference_population": 1,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "G",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.91,
      "chr": "19",
      "clinvar_classification": "Likely benign",
      "clinvar_disease": "Ethylmalonic encephalopathy",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "LB:1",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": -0.9100000262260437,
      "computational_source_selected": "BayesDel_noAF",
      "consequences": [
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 254,
          "aa_ref": "T",
          "aa_start": 253,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 920,
          "cdna_start": 783,
          "cds_end": null,
          "cds_length": 765,
          "cds_start": 759,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_014297.5",
          "gene_hgnc_id": 23287,
          "gene_symbol": "ETHE1",
          "hgvs_c": "c.759T>C",
          "hgvs_p": "p.Thr253Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000292147.7",
          "protein_coding": true,
          "protein_id": "NP_055112.2",
          "strand": false,
          "transcript": "NM_014297.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 254,
          "aa_ref": "T",
          "aa_start": 253,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 920,
          "cdna_start": 783,
          "cds_end": null,
          "cds_length": 765,
          "cds_start": 759,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000292147.7",
          "gene_hgnc_id": 23287,
          "gene_symbol": "ETHE1",
          "hgvs_c": "c.759T>C",
          "hgvs_p": "p.Thr253Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_014297.5",
          "protein_coding": true,
          "protein_id": "ENSP00000292147.1",
          "strand": false,
          "transcript": "ENST00000292147.7",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 309,
          "aa_ref": "T",
          "aa_start": 308,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1082,
          "cdna_start": 945,
          "cds_end": null,
          "cds_length": 930,
          "cds_start": 924,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 8,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000880125.1",
          "gene_hgnc_id": 23287,
          "gene_symbol": "ETHE1",
          "hgvs_c": "c.924T>C",
          "hgvs_p": "p.Thr308Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000550184.1",
          "strand": false,
          "transcript": "ENST00000880125.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 285,
          "aa_ref": "T",
          "aa_start": 284,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1018,
          "cdna_start": 886,
          "cds_end": null,
          "cds_length": 858,
          "cds_start": 852,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 8,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000970449.1",
          "gene_hgnc_id": 23287,
          "gene_symbol": "ETHE1",
          "hgvs_c": "c.852T>C",
          "hgvs_p": "p.Thr284Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000640508.1",
          "strand": false,
          "transcript": "ENST00000970449.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 269,
          "aa_ref": "T",
          "aa_start": 268,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 951,
          "cdna_start": 825,
          "cds_end": null,
          "cds_length": 810,
          "cds_start": 804,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000930539.1",
          "gene_hgnc_id": 23287,
          "gene_symbol": "ETHE1",
          "hgvs_c": "c.804T>C",
          "hgvs_p": "p.Thr268Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000600598.1",
          "strand": false,
          "transcript": "ENST00000930539.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 251,
          "aa_ref": "T",
          "aa_start": 250,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 913,
          "cdna_start": 779,
          "cds_end": null,
          "cds_length": 756,
          "cds_start": 750,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000970450.1",
          "gene_hgnc_id": 23287,
          "gene_symbol": "ETHE1",
          "hgvs_c": "c.750T>C",
          "hgvs_p": "p.Thr250Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000640509.1",
          "strand": false,
          "transcript": "ENST00000970450.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 243,
          "aa_ref": "T",
          "aa_start": 242,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 887,
          "cdna_start": 750,
          "cds_end": null,
          "cds_length": 732,
          "cds_start": 726,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_001320867.2",
          "gene_hgnc_id": 23287,
          "gene_symbol": "ETHE1",
          "hgvs_c": "c.726T>C",
          "hgvs_p": "p.Thr242Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001307796.1",
          "strand": false,
          "transcript": "NM_001320867.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 243,
          "aa_ref": "T",
          "aa_start": 242,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 943,
          "cdna_start": 806,
          "cds_end": null,
          "cds_length": 732,
          "cds_start": 726,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000880121.1",
          "gene_hgnc_id": 23287,
          "gene_symbol": "ETHE1",
          "hgvs_c": "c.726T>C",
          "hgvs_p": "p.Thr242Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000550180.1",
          "strand": false,
          "transcript": "ENST00000880121.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 224,
          "aa_ref": "T",
          "aa_start": 223,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 867,
          "cdna_start": 730,
          "cds_end": null,
          "cds_length": 675,
          "cds_start": 669,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000880123.1",
          "gene_hgnc_id": 23287,
          "gene_symbol": "ETHE1",
          "hgvs_c": "c.669T>C",
          "hgvs_p": "p.Thr223Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000550182.1",
          "strand": false,
          "transcript": "ENST00000880123.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 213,
          "aa_ref": "T",
          "aa_start": 212,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 790,
          "cdna_start": 654,
          "cds_end": null,
          "cds_length": 642,
          "cds_start": 636,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000880126.1",
          "gene_hgnc_id": 23287,
          "gene_symbol": "ETHE1",
          "hgvs_c": "c.636T>C",
          "hgvs_p": "p.Thr212Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000550185.1",
          "strand": false,
          "transcript": "ENST00000880126.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 161,
          "aa_ref": "T",
          "aa_start": 160,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 689,
          "cdna_start": 553,
          "cds_end": null,
          "cds_length": 486,
          "cds_start": 480,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000880122.1",
          "gene_hgnc_id": 23287,
          "gene_symbol": "ETHE1",
          "hgvs_c": "c.480T>C",
          "hgvs_p": "p.Thr160Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000550181.1",
          "strand": false,
          "transcript": "ENST00000880122.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 156,
          "aa_ref": "T",
          "aa_start": 155,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 626,
          "cdna_start": 489,
          "cds_end": null,
          "cds_length": 471,
          "cds_start": 465,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001320869.2",
          "gene_hgnc_id": 23287,
          "gene_symbol": "ETHE1",
          "hgvs_c": "c.465T>C",
          "hgvs_p": "p.Thr155Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001307798.1",
          "strand": false,
          "transcript": "NM_001320869.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 156,
          "aa_ref": "T",
          "aa_start": 155,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 637,
          "cdna_start": 500,
          "cds_end": null,
          "cds_length": 471,
          "cds_start": 465,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000880124.1",
          "gene_hgnc_id": 23287,
          "gene_symbol": "ETHE1",
          "hgvs_c": "c.465T>C",
          "hgvs_p": "p.Thr155Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000550183.1",
          "strand": false,
          "transcript": "ENST00000880124.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 131,
          "aa_ref": "T",
          "aa_start": 130,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 771,
          "cdna_start": 634,
          "cds_end": null,
          "cds_length": 396,
          "cds_start": 390,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001320868.2",
          "gene_hgnc_id": 23287,
          "gene_symbol": "ETHE1",
          "hgvs_c": "c.390T>C",
          "hgvs_p": "p.Thr130Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001307797.1",
          "strand": false,
          "transcript": "NM_001320868.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 131,
          "aa_ref": "T",
          "aa_start": 130,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 548,
          "cdna_start": 411,
          "cds_end": null,
          "cds_length": 396,
          "cds_start": 390,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000930538.1",
          "gene_hgnc_id": 23287,
          "gene_symbol": "ETHE1",
          "hgvs_c": "c.390T>C",
          "hgvs_p": "p.Thr130Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000600597.1",
          "strand": false,
          "transcript": "ENST00000930538.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 227,
          "aa_ref": "T",
          "aa_start": 226,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1080,
          "cdna_start": 943,
          "cds_end": null,
          "cds_length": 684,
          "cds_start": 678,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_005258687.5",
          "gene_hgnc_id": 23287,
          "gene_symbol": "ETHE1",
          "hgvs_c": "c.678T>C",
          "hgvs_p": "p.Thr226Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_005258744.1",
          "strand": false,
          "transcript": "XM_005258687.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 702,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000594342.5",
          "gene_hgnc_id": 23287,
          "gene_symbol": "ETHE1",
          "hgvs_c": "n.*322T>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000469652.1",
          "strand": false,
          "transcript": "ENST00000594342.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 702,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000594342.5",
          "gene_hgnc_id": 23287,
          "gene_symbol": "ETHE1",
          "hgvs_c": "n.*322T>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000469652.1",
          "strand": false,
          "transcript": "ENST00000594342.5",
          "transcript_support_level": 2
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs765888263",
      "effect": "synonymous_variant",
      "frequency_reference_population": 0.0000065720296,
      "gene_hgnc_id": 23287,
      "gene_symbol": "ETHE1",
      "gnomad_exomes_ac": null,
      "gnomad_exomes_af": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_ac": 1,
      "gnomad_genomes_af": 0.00000657203,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Likely benign",
      "phenotype_combined": "Ethylmalonic encephalopathy",
      "phylop100way_prediction": "Benign",
      "phylop100way_score": -0.037,
      "pos": 43506856,
      "ref": "A",
      "revel_prediction": null,
      "revel_score": null,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_014297.5"
    }
  ]
}
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.