← 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: 1-29148527-TGA-GAG (hg38)

Bash / cURL Example

bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=29148527&ref=TGA&alt=GAG&genome=hg38&allGenes=true"

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "SRSF4",
          "hgnc_id": 10786,
          "hgvs_c": "c.1366_1368delTCAinsCTC",
          "hgvs_p": "p.Ser456Leu",
          "inheritance_mode": "AD",
          "pathogenic_score": 0,
          "score": 0,
          "transcript": "NM_005626.5",
          "verdict": "Uncertain_significance"
        },
        {
          "benign_score": 0,
          "criteria": [],
          "effects": [
            "intron_variant"
          ],
          "gene_symbol": "ENSG00000305828",
          "hgnc_id": null,
          "hgvs_c": "n.547-3699_547-3697delTGAinsGAG",
          "hgvs_p": null,
          "inheritance_mode": "",
          "pathogenic_score": 0,
          "score": 0,
          "transcript": "ENST00000813177.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": "GAG",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": null,
      "bayesdelnoaf_score": null,
      "chr": "1",
      "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": "L",
          "aa_end": null,
          "aa_length": 494,
          "aa_ref": "S",
          "aa_start": 456,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2300,
          "cdna_start": 1516,
          "cds_end": null,
          "cds_length": 1485,
          "cds_start": 1366,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_005626.5",
          "gene_hgnc_id": 10786,
          "gene_symbol": "SRSF4",
          "hgvs_c": "c.1366_1368delTCAinsCTC",
          "hgvs_p": "p.Ser456Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000373795.7",
          "protein_coding": true,
          "protein_id": "NP_005617.2",
          "strand": false,
          "transcript": "NM_005626.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 494,
          "aa_ref": "S",
          "aa_start": 456,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 2300,
          "cdna_start": 1516,
          "cds_end": null,
          "cds_length": 1485,
          "cds_start": 1366,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000373795.7",
          "gene_hgnc_id": 10786,
          "gene_symbol": "SRSF4",
          "hgvs_c": "c.1366_1368delTCAinsCTC",
          "hgvs_p": "p.Ser456Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_005626.5",
          "protein_coding": true,
          "protein_id": "ENSP00000362900.4",
          "strand": false,
          "transcript": "ENST00000373795.7",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 500,
          "aa_ref": "S",
          "aa_start": 462,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2191,
          "cdna_start": 1517,
          "cds_end": null,
          "cds_length": 1503,
          "cds_start": 1384,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000870274.1",
          "gene_hgnc_id": 10786,
          "gene_symbol": "SRSF4",
          "hgvs_c": "c.1384_1386delTCAinsCTC",
          "hgvs_p": "p.Ser462Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000540333.1",
          "strand": false,
          "transcript": "ENST00000870274.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 492,
          "aa_ref": "S",
          "aa_start": 454,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2316,
          "cdna_start": 1532,
          "cds_end": null,
          "cds_length": 1479,
          "cds_start": 1360,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000969505.1",
          "gene_hgnc_id": 10786,
          "gene_symbol": "SRSF4",
          "hgvs_c": "c.1360_1362delTCAinsCTC",
          "hgvs_p": "p.Ser454Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000639564.1",
          "strand": false,
          "transcript": "ENST00000969505.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 472,
          "aa_ref": "S",
          "aa_start": 434,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2203,
          "cdna_start": 1419,
          "cds_end": null,
          "cds_length": 1419,
          "cds_start": 1300,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000870272.1",
          "gene_hgnc_id": 10786,
          "gene_symbol": "SRSF4",
          "hgvs_c": "c.1300_1302delTCAinsCTC",
          "hgvs_p": "p.Ser434Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000540331.1",
          "strand": false,
          "transcript": "ENST00000870272.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 454,
          "aa_ref": "S",
          "aa_start": 416,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2076,
          "cdna_start": 1386,
          "cds_end": null,
          "cds_length": 1365,
          "cds_start": 1246,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000870273.1",
          "gene_hgnc_id": 10786,
          "gene_symbol": "SRSF4",
          "hgvs_c": "c.1246_1248delTCAinsCTC",
          "hgvs_p": "p.Ser416Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000540332.1",
          "strand": false,
          "transcript": "ENST00000870273.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 337,
          "aa_ref": "S",
          "aa_start": 299,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1817,
          "cdna_start": 1037,
          "cds_end": null,
          "cds_length": 1014,
          "cds_start": 895,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000870271.1",
          "gene_hgnc_id": 10786,
          "gene_symbol": "SRSF4",
          "hgvs_c": "c.895_897delTCAinsCTC",
          "hgvs_p": "p.Ser299Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000540330.1",
          "strand": false,
          "transcript": "ENST00000870271.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 473,
          "aa_ref": "S",
          "aa_start": 435,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 11488,
          "cdna_start": 10704,
          "cds_end": null,
          "cds_length": 1422,
          "cds_start": 1303,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047427706.1",
          "gene_hgnc_id": 10786,
          "gene_symbol": "SRSF4",
          "hgvs_c": "c.1303_1305delTCAinsCTC",
          "hgvs_p": "p.Ser435Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047283662.1",
          "strand": false,
          "transcript": "XM_047427706.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 473,
          "aa_ref": "S",
          "aa_start": 435,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 9898,
          "cdna_start": 9114,
          "cds_end": null,
          "cds_length": 1422,
          "cds_start": 1303,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047427708.1",
          "gene_hgnc_id": 10786,
          "gene_symbol": "SRSF4",
          "hgvs_c": "c.1303_1305delTCAinsCTC",
          "hgvs_p": "p.Ser435Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047283664.1",
          "strand": false,
          "transcript": "XM_047427708.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 464,
          "aa_ref": "S",
          "aa_start": 426,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2210,
          "cdna_start": 1426,
          "cds_end": null,
          "cds_length": 1395,
          "cds_start": 1276,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_011541951.4",
          "gene_hgnc_id": 10786,
          "gene_symbol": "SRSF4",
          "hgvs_c": "c.1276_1278delTCAinsCTC",
          "hgvs_p": "p.Ser426Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011540253.1",
          "strand": false,
          "transcript": "XM_011541951.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 371,
          "aa_ref": "S",
          "aa_start": 333,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2049,
          "cdna_start": 1265,
          "cds_end": null,
          "cds_length": 1116,
          "cds_start": 997,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047427714.1",
          "gene_hgnc_id": 10786,
          "gene_symbol": "SRSF4",
          "hgvs_c": "c.997_999delTCAinsCTC",
          "hgvs_p": "p.Ser333Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047283670.1",
          "strand": false,
          "transcript": "XM_047427714.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8128,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000634348.1",
          "gene_hgnc_id": 10786,
          "gene_symbol": "SRSF4",
          "hgvs_c": "n.7452_7454delTCAinsCTC",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000634348.1",
          "transcript_support_level": 5
        },
        {
          "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": 2952,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 10,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000691479.1",
          "gene_hgnc_id": 10786,
          "gene_symbol": "SRSF4",
          "hgvs_c": "n.*1573_*1575delTCAinsCTC",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000510182.1",
          "strand": false,
          "transcript": "ENST00000691479.1",
          "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": 2952,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 10,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000691479.1",
          "gene_hgnc_id": 10786,
          "gene_symbol": "SRSF4",
          "hgvs_c": "n.*1573_*1575delTCAinsCTC",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000510182.1",
          "strand": false,
          "transcript": "ENST00000691479.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 763,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000813177.1",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000305828",
          "hgvs_c": "n.547-3699_547-3697delTGAinsGAG",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000813177.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 521,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000813178.1",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000305828",
          "hgvs_c": "n.313-3699_313-3697delTGAinsGAG",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000813178.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 377,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1264,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1134,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000466448.4",
          "gene_hgnc_id": 10786,
          "gene_symbol": "SRSF4",
          "hgvs_c": "c.*142_*144delTCAinsCTC",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000485813.1",
          "strand": true,
          "transcript": "ENST00000466448.4",
          "transcript_support_level": 3
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": null,
      "effect": "missense_variant",
      "frequency_reference_population": null,
      "gene_hgnc_id": 10786,
      "gene_symbol": "SRSF4",
      "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": "Uncertain_significance",
      "phylop100way_score": 5.571,
      "pos": 29148527,
      "ref": "TGA",
      "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_005626.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.