← 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-43607920-GGG-CGA (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "ZNF428",
          "hgnc_id": 20804,
          "hgvs_c": "c.262_264delCCCinsTCG",
          "hgvs_p": "p.Pro88Ser",
          "inheritance_mode": "AR",
          "pathogenic_score": 0,
          "score": 0,
          "transcript": "NM_182498.4",
          "verdict": "Uncertain_significance"
        },
        {
          "benign_score": 0,
          "criteria": [],
          "effects": [
            "intron_variant"
          ],
          "gene_symbol": "SRRM5",
          "hgnc_id": 37248,
          "hgvs_c": "c.-95-4107_-95-4105delGGGinsCGA",
          "hgvs_p": null,
          "inheritance_mode": "AR",
          "pathogenic_score": 0,
          "score": 0,
          "transcript": "ENST00000607544.1",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "",
      "acmg_score": 0,
      "allele_count_reference_population": 0,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "CGA",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": null,
      "bayesdelnoaf_score": null,
      "chr": "19",
      "clinvar_classification": "",
      "clinvar_disease": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "computational_prediction_selected": null,
      "computational_score_selected": null,
      "computational_source_selected": null,
      "consequences": [
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 188,
          "aa_ref": "P",
          "aa_start": 88,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1162,
          "cdna_start": 466,
          "cds_end": null,
          "cds_length": 567,
          "cds_start": 262,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_182498.4",
          "gene_hgnc_id": 20804,
          "gene_symbol": "ZNF428",
          "hgvs_c": "c.262_264delCCCinsTCG",
          "hgvs_p": "p.Pro88Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000300811.8",
          "protein_coding": true,
          "protein_id": "NP_872304.2",
          "strand": false,
          "transcript": "NM_182498.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 188,
          "aa_ref": "P",
          "aa_start": 88,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 1162,
          "cdna_start": 466,
          "cds_end": null,
          "cds_length": 567,
          "cds_start": 262,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000300811.8",
          "gene_hgnc_id": 20804,
          "gene_symbol": "ZNF428",
          "hgvs_c": "c.262_264delCCCinsTCG",
          "hgvs_p": "p.Pro88Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_182498.4",
          "protein_coding": true,
          "protein_id": "ENSP00000300811.2",
          "strand": false,
          "transcript": "ENST00000300811.8",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 221,
          "aa_ref": "P",
          "aa_start": 121,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1898,
          "cdna_start": 1203,
          "cds_end": null,
          "cds_length": 666,
          "cds_start": 361,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000855579.1",
          "gene_hgnc_id": 20804,
          "gene_symbol": "ZNF428",
          "hgvs_c": "c.361_363delCCCinsTCG",
          "hgvs_p": "p.Pro121Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000525638.1",
          "strand": false,
          "transcript": "ENST00000855579.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 221,
          "aa_ref": "P",
          "aa_start": 121,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1185,
          "cdna_start": 722,
          "cds_end": null,
          "cds_length": 666,
          "cds_start": 361,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000855581.1",
          "gene_hgnc_id": 20804,
          "gene_symbol": "ZNF428",
          "hgvs_c": "c.361_363delCCCinsTCG",
          "hgvs_p": "p.Pro121Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000525640.1",
          "strand": false,
          "transcript": "ENST00000855581.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 221,
          "aa_ref": "P",
          "aa_start": 121,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1250,
          "cdna_start": 788,
          "cds_end": null,
          "cds_length": 666,
          "cds_start": 361,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000855584.1",
          "gene_hgnc_id": 20804,
          "gene_symbol": "ZNF428",
          "hgvs_c": "c.361_363delCCCinsTCG",
          "hgvs_p": "p.Pro121Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000525643.1",
          "strand": false,
          "transcript": "ENST00000855584.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 221,
          "aa_ref": "P",
          "aa_start": 121,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1099,
          "cdna_start": 638,
          "cds_end": null,
          "cds_length": 666,
          "cds_start": 361,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000855588.1",
          "gene_hgnc_id": 20804,
          "gene_symbol": "ZNF428",
          "hgvs_c": "c.361_363delCCCinsTCG",
          "hgvs_p": "p.Pro121Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000525647.1",
          "strand": false,
          "transcript": "ENST00000855588.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 217,
          "aa_ref": "P",
          "aa_start": 121,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 827,
          "cdna_start": 535,
          "cds_end": null,
          "cds_length": 655,
          "cds_start": 361,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000598676.1",
          "gene_hgnc_id": 20804,
          "gene_symbol": "ZNF428",
          "hgvs_c": "c.361_363delCCCinsTCG",
          "hgvs_p": "p.Pro121Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000469484.1",
          "strand": false,
          "transcript": "ENST00000598676.1",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 188,
          "aa_ref": "P",
          "aa_start": 88,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1339,
          "cdna_start": 642,
          "cds_end": null,
          "cds_length": 567,
          "cds_start": 262,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000855578.1",
          "gene_hgnc_id": 20804,
          "gene_symbol": "ZNF428",
          "hgvs_c": "c.262_264delCCCinsTCG",
          "hgvs_p": "p.Pro88Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000525637.1",
          "strand": false,
          "transcript": "ENST00000855578.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 188,
          "aa_ref": "P",
          "aa_start": 88,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 952,
          "cdna_start": 489,
          "cds_end": null,
          "cds_length": 567,
          "cds_start": 262,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000855580.1",
          "gene_hgnc_id": 20804,
          "gene_symbol": "ZNF428",
          "hgvs_c": "c.262_264delCCCinsTCG",
          "hgvs_p": "p.Pro88Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000525639.1",
          "strand": false,
          "transcript": "ENST00000855580.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 188,
          "aa_ref": "P",
          "aa_start": 88,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1547,
          "cdna_start": 1084,
          "cds_end": null,
          "cds_length": 567,
          "cds_start": 262,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000855583.1",
          "gene_hgnc_id": 20804,
          "gene_symbol": "ZNF428",
          "hgvs_c": "c.262_264delCCCinsTCG",
          "hgvs_p": "p.Pro88Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000525642.1",
          "strand": false,
          "transcript": "ENST00000855583.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 188,
          "aa_ref": "P",
          "aa_start": 88,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1468,
          "cdna_start": 1006,
          "cds_end": null,
          "cds_length": 567,
          "cds_start": 262,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000855585.1",
          "gene_hgnc_id": 20804,
          "gene_symbol": "ZNF428",
          "hgvs_c": "c.262_264delCCCinsTCG",
          "hgvs_p": "p.Pro88Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000525644.1",
          "strand": false,
          "transcript": "ENST00000855585.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 188,
          "aa_ref": "P",
          "aa_start": 88,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 956,
          "cdna_start": 494,
          "cds_end": null,
          "cds_length": 567,
          "cds_start": 262,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000855586.1",
          "gene_hgnc_id": 20804,
          "gene_symbol": "ZNF428",
          "hgvs_c": "c.262_264delCCCinsTCG",
          "hgvs_p": "p.Pro88Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000525645.1",
          "strand": false,
          "transcript": "ENST00000855586.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 188,
          "aa_ref": "P",
          "aa_start": 88,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1113,
          "cdna_start": 650,
          "cds_end": null,
          "cds_length": 567,
          "cds_start": 262,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000855587.1",
          "gene_hgnc_id": 20804,
          "gene_symbol": "ZNF428",
          "hgvs_c": "c.262_264delCCCinsTCG",
          "hgvs_p": "p.Pro88Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000525646.1",
          "strand": false,
          "transcript": "ENST00000855587.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 188,
          "aa_ref": "P",
          "aa_start": 88,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1229,
          "cdna_start": 767,
          "cds_end": null,
          "cds_length": 567,
          "cds_start": 262,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 2,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000855589.1",
          "gene_hgnc_id": 20804,
          "gene_symbol": "ZNF428",
          "hgvs_c": "c.262_264delCCCinsTCG",
          "hgvs_p": "p.Pro88Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000525648.1",
          "strand": false,
          "transcript": "ENST00000855589.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 175,
          "aa_ref": "P",
          "aa_start": 75,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 863,
          "cdna_start": 410,
          "cds_end": null,
          "cds_length": 528,
          "cds_start": 223,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000855582.1",
          "gene_hgnc_id": 20804,
          "gene_symbol": "ZNF428",
          "hgvs_c": "c.223_225delCCCinsTCG",
          "hgvs_p": "p.Pro75Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000525641.1",
          "strand": false,
          "transcript": "ENST00000855582.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 188,
          "aa_ref": "P",
          "aa_start": 88,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1328,
          "cdna_start": 632,
          "cds_end": null,
          "cds_length": 567,
          "cds_start": 262,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047438168.1",
          "gene_hgnc_id": 20804,
          "gene_symbol": "ZNF428",
          "hgvs_c": "c.262_264delCCCinsTCG",
          "hgvs_p": "p.Pro88Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047294124.1",
          "strand": false,
          "transcript": "XM_047438168.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 715,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2698,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2148,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000607544.1",
          "gene_hgnc_id": 37248,
          "gene_symbol": "SRRM5",
          "hgvs_c": "c.-95-4107_-95-4105delGGGinsCGA",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000476253.1",
          "strand": true,
          "transcript": "ENST00000607544.1",
          "transcript_support_level": 2
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": null,
      "effect": "missense_variant",
      "frequency_reference_population": null,
      "gene_hgnc_id": 20804,
      "gene_symbol": "ZNF428",
      "gnomad_exomes_ac": null,
      "gnomad_exomes_af": null,
      "gnomad_exomes_homalt": null,
      "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": null,
      "phenotype_combined": null,
      "phylop100way_prediction": "Benign",
      "phylop100way_score": 2.974,
      "pos": 43607920,
      "ref": "GGG",
      "revel_prediction": null,
      "revel_score": null,
      "splice_prediction_selected": null,
      "splice_score_selected": null,
      "splice_source_selected": null,
      "spliceai_max_prediction": null,
      "spliceai_max_score": null,
      "transcript": "NM_182498.4"
    }
  ]
}
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.