← 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: X-43744376-GC-AA (hg38)

Bash / cURL Example

bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=X&pos=43744376&ref=GC&alt=AA&genome=hg38&allGenes=true"

API Response

json
{
  "variants": [
    {
      "chr": "X",
      "pos": 43744376,
      "ref": "GC",
      "alt": "AA",
      "effect": "missense_variant",
      "transcript": "NM_000240.4",
      "consequences": [
        {
          "aa_ref": "A",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAOA",
          "gene_hgnc_id": 6833,
          "hgvs_c": "c.1447_1448delGCinsAA",
          "hgvs_p": "p.Ala483Lys",
          "transcript": "NM_000240.4",
          "protein_id": "NP_000231.1",
          "transcript_support_level": null,
          "aa_start": 483,
          "aa_end": null,
          "aa_length": 527,
          "cds_start": 1447,
          "cds_end": null,
          "cds_length": 1584,
          "cdna_start": 1490,
          "cdna_end": null,
          "cdna_length": 3931,
          "mane_select": "ENST00000338702.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_000240.4"
        },
        {
          "aa_ref": "A",
          "aa_alt": "K",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAOA",
          "gene_hgnc_id": 6833,
          "hgvs_c": "c.1447_1448delGCinsAA",
          "hgvs_p": "p.Ala483Lys",
          "transcript": "ENST00000338702.4",
          "protein_id": "ENSP00000340684.3",
          "transcript_support_level": 1,
          "aa_start": 483,
          "aa_end": null,
          "aa_length": 527,
          "cds_start": 1447,
          "cds_end": null,
          "cds_length": 1584,
          "cdna_start": 1490,
          "cdna_end": null,
          "cdna_length": 3931,
          "mane_select": "NM_000240.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000338702.4"
        },
        {
          "aa_ref": "A",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAOA",
          "gene_hgnc_id": 6833,
          "hgvs_c": "c.1510_1511delGCinsAA",
          "hgvs_p": "p.Ala504Lys",
          "transcript": "ENST00000967111.1",
          "protein_id": "ENSP00000637170.1",
          "transcript_support_level": null,
          "aa_start": 504,
          "aa_end": null,
          "aa_length": 548,
          "cds_start": 1510,
          "cds_end": null,
          "cds_length": 1647,
          "cdna_start": 1531,
          "cdna_end": null,
          "cdna_length": 1965,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000967111.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAOA",
          "gene_hgnc_id": 6833,
          "hgvs_c": "c.1489_1490delGCinsAA",
          "hgvs_p": "p.Ala497Lys",
          "transcript": "ENST00000873971.1",
          "protein_id": "ENSP00000544030.1",
          "transcript_support_level": null,
          "aa_start": 497,
          "aa_end": null,
          "aa_length": 541,
          "cds_start": 1489,
          "cds_end": null,
          "cds_length": 1626,
          "cdna_start": 1621,
          "cdna_end": null,
          "cdna_length": 4066,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000873971.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAOA",
          "gene_hgnc_id": 6833,
          "hgvs_c": "c.1402_1403delGCinsAA",
          "hgvs_p": "p.Ala468Lys",
          "transcript": "ENST00000967109.1",
          "protein_id": "ENSP00000637168.1",
          "transcript_support_level": null,
          "aa_start": 468,
          "aa_end": null,
          "aa_length": 512,
          "cds_start": 1402,
          "cds_end": null,
          "cds_length": 1539,
          "cdna_start": 1446,
          "cdna_end": null,
          "cdna_length": 3885,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000967109.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAOA",
          "gene_hgnc_id": 6833,
          "hgvs_c": "c.1384_1385delGCinsAA",
          "hgvs_p": "p.Ala462Lys",
          "transcript": "ENST00000967110.1",
          "protein_id": "ENSP00000637169.1",
          "transcript_support_level": null,
          "aa_start": 462,
          "aa_end": null,
          "aa_length": 506,
          "cds_start": 1384,
          "cds_end": null,
          "cds_length": 1521,
          "cdna_start": 1420,
          "cdna_end": null,
          "cdna_length": 1846,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000967110.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAOA",
          "gene_hgnc_id": 6833,
          "hgvs_c": "c.1342_1343delGCinsAA",
          "hgvs_p": "p.Ala448Lys",
          "transcript": "ENST00000693128.1",
          "protein_id": "ENSP00000508493.1",
          "transcript_support_level": null,
          "aa_start": 448,
          "aa_end": null,
          "aa_length": 492,
          "cds_start": 1342,
          "cds_end": null,
          "cds_length": 1479,
          "cdna_start": 1381,
          "cdna_end": null,
          "cdna_length": 3815,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000693128.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAOA",
          "gene_hgnc_id": 6833,
          "hgvs_c": "c.1327_1328delGCinsAA",
          "hgvs_p": "p.Ala443Lys",
          "transcript": "ENST00000873972.1",
          "protein_id": "ENSP00000544031.1",
          "transcript_support_level": null,
          "aa_start": 443,
          "aa_end": null,
          "aa_length": 487,
          "cds_start": 1327,
          "cds_end": null,
          "cds_length": 1464,
          "cdna_start": 1370,
          "cdna_end": null,
          "cdna_length": 1800,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000873972.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAOA",
          "gene_hgnc_id": 6833,
          "hgvs_c": "c.1048_1049delGCinsAA",
          "hgvs_p": "p.Ala350Lys",
          "transcript": "NM_001270458.2",
          "protein_id": "NP_001257387.1",
          "transcript_support_level": null,
          "aa_start": 350,
          "aa_end": null,
          "aa_length": 394,
          "cds_start": 1048,
          "cds_end": null,
          "cds_length": 1185,
          "cdna_start": 2891,
          "cdna_end": null,
          "cdna_length": 5332,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001270458.2"
        },
        {
          "aa_ref": "A",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAOA",
          "gene_hgnc_id": 6833,
          "hgvs_c": "c.1048_1049delGCinsAA",
          "hgvs_p": "p.Ala350Lys",
          "transcript": "ENST00000542639.6",
          "protein_id": "ENSP00000440846.1",
          "transcript_support_level": 2,
          "aa_start": 350,
          "aa_end": null,
          "aa_length": 394,
          "cds_start": 1048,
          "cds_end": null,
          "cds_length": 1185,
          "cdna_start": 2990,
          "cdna_end": null,
          "cdna_length": 5431,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000542639.6"
        },
        {
          "aa_ref": "A",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAOA",
          "gene_hgnc_id": 6833,
          "hgvs_c": "c.1048_1049delGCinsAA",
          "hgvs_p": "p.Ala350Lys",
          "transcript": "ENST00000688006.1",
          "protein_id": "ENSP00000510311.1",
          "transcript_support_level": null,
          "aa_start": 350,
          "aa_end": null,
          "aa_length": 394,
          "cds_start": 1048,
          "cds_end": null,
          "cds_length": 1185,
          "cdna_start": 1627,
          "cdna_end": null,
          "cdna_length": 4066,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000688006.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAOA",
          "gene_hgnc_id": 6833,
          "hgvs_c": "c.1048_1049delGCinsAA",
          "hgvs_p": "p.Ala350Lys",
          "transcript": "ENST00000689087.1",
          "protein_id": "ENSP00000508997.1",
          "transcript_support_level": null,
          "aa_start": 350,
          "aa_end": null,
          "aa_length": 394,
          "cds_start": 1048,
          "cds_end": null,
          "cds_length": 1185,
          "cdna_start": 1524,
          "cdna_end": null,
          "cdna_length": 3963,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000689087.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAOA",
          "gene_hgnc_id": 6833,
          "hgvs_c": "c.757_758delGCinsAA",
          "hgvs_p": "p.Ala253Lys",
          "transcript": "ENST00000686683.1",
          "protein_id": "ENSP00000509063.1",
          "transcript_support_level": null,
          "aa_start": 253,
          "aa_end": null,
          "aa_length": 297,
          "cds_start": 757,
          "cds_end": null,
          "cds_length": 894,
          "cdna_start": 1480,
          "cdna_end": null,
          "cdna_length": 3914,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000686683.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAOA",
          "gene_hgnc_id": 6833,
          "hgvs_c": "n.275_276delGCinsAA",
          "hgvs_p": null,
          "transcript": "ENST00000490604.1",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 557,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000490604.1"
        },
        {
          "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": "MAOA",
          "gene_hgnc_id": 6833,
          "hgvs_c": "n.5979_5980delGCinsAA",
          "hgvs_p": null,
          "transcript": "ENST00000686980.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8408,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000686980.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAOA",
          "gene_hgnc_id": 6833,
          "hgvs_c": "n.1003_1004delGCinsAA",
          "hgvs_p": null,
          "transcript": "ENST00000688859.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1843,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000688859.1"
        }
      ],
      "gene_symbol": "MAOA",
      "gene_hgnc_id": 6833,
      "dbsnp": "rs1555951370",
      "frequency_reference_population": null,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 0,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": null,
      "computational_prediction_selected": null,
      "computational_source_selected": null,
      "splice_score_selected": null,
      "splice_prediction_selected": null,
      "splice_source_selected": null,
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": null,
      "bayesdelnoaf_prediction": null,
      "phylop100way_score": 7.321,
      "phylop100way_prediction": "Uncertain_significance",
      "spliceai_max_score": null,
      "spliceai_max_prediction": null,
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 0,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "",
      "acmg_by_gene": [
        {
          "score": 0,
          "benign_score": 0,
          "pathogenic_score": 0,
          "criteria": [],
          "verdict": "Uncertain_significance",
          "transcript": "NM_000240.4",
          "gene_symbol": "MAOA",
          "hgnc_id": 6833,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "XL",
          "hgvs_c": "c.1447_1448delGCinsAA",
          "hgvs_p": "p.Ala483Lys"
        }
      ],
      "clinvar_disease": "not specified",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "not specified",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}
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.