← 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-1399548-T-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "19",
      "pos": 1399548,
      "ref": "T",
      "alt": "C",
      "effect": "missense_variant",
      "transcript": "NM_138924.3",
      "consequences": [
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GAMT",
          "gene_hgnc_id": 4136,
          "hgvs_c": "c.367A>G",
          "hgvs_p": "p.Thr123Ala",
          "transcript": "NM_000156.6",
          "protein_id": "NP_000147.1",
          "transcript_support_level": null,
          "aa_start": 123,
          "aa_end": null,
          "aa_length": 236,
          "cds_start": 367,
          "cds_end": null,
          "cds_length": 711,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000252288.8",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_000156.6"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GAMT",
          "gene_hgnc_id": 4136,
          "hgvs_c": "c.367A>G",
          "hgvs_p": "p.Thr123Ala",
          "transcript": "ENST00000252288.8",
          "protein_id": "ENSP00000252288.1",
          "transcript_support_level": 1,
          "aa_start": 123,
          "aa_end": null,
          "aa_length": 236,
          "cds_start": 367,
          "cds_end": null,
          "cds_length": 711,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_000156.6",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000252288.8"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GAMT",
          "gene_hgnc_id": 4136,
          "hgvs_c": "c.637A>G",
          "hgvs_p": "p.Thr213Ala",
          "transcript": "ENST00000902474.1",
          "protein_id": "ENSP00000572533.1",
          "transcript_support_level": null,
          "aa_start": 213,
          "aa_end": null,
          "aa_length": 326,
          "cds_start": 637,
          "cds_end": null,
          "cds_length": 981,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000902474.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GAMT",
          "gene_hgnc_id": 4136,
          "hgvs_c": "c.367A>G",
          "hgvs_p": "p.Thr123Ala",
          "transcript": "NM_138924.3",
          "protein_id": "NP_620279.1",
          "transcript_support_level": null,
          "aa_start": 123,
          "aa_end": null,
          "aa_length": 269,
          "cds_start": 367,
          "cds_end": null,
          "cds_length": 810,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_138924.3"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GAMT",
          "gene_hgnc_id": 4136,
          "hgvs_c": "c.367A>G",
          "hgvs_p": "p.Thr123Ala",
          "transcript": "ENST00000447102.8",
          "protein_id": "ENSP00000403536.2",
          "transcript_support_level": 2,
          "aa_start": 123,
          "aa_end": null,
          "aa_length": 269,
          "cds_start": 367,
          "cds_end": null,
          "cds_length": 810,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000447102.8"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GAMT",
          "gene_hgnc_id": 4136,
          "hgvs_c": "c.367A>G",
          "hgvs_p": "p.Thr123Ala",
          "transcript": "ENST00000902472.1",
          "protein_id": "ENSP00000572531.1",
          "transcript_support_level": null,
          "aa_start": 123,
          "aa_end": null,
          "aa_length": 237,
          "cds_start": 367,
          "cds_end": null,
          "cds_length": 714,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000902472.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GAMT",
          "gene_hgnc_id": 4136,
          "hgvs_c": "c.367A>G",
          "hgvs_p": "p.Thr123Ala",
          "transcript": "ENST00000902476.1",
          "protein_id": "ENSP00000572535.1",
          "transcript_support_level": null,
          "aa_start": 123,
          "aa_end": null,
          "aa_length": 235,
          "cds_start": 367,
          "cds_end": null,
          "cds_length": 708,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000902476.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GAMT",
          "gene_hgnc_id": 4136,
          "hgvs_c": "c.367A>G",
          "hgvs_p": "p.Thr123Ala",
          "transcript": "ENST00000902475.1",
          "protein_id": "ENSP00000572534.1",
          "transcript_support_level": null,
          "aa_start": 123,
          "aa_end": null,
          "aa_length": 232,
          "cds_start": 367,
          "cds_end": null,
          "cds_length": 699,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000902475.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GAMT",
          "gene_hgnc_id": 4136,
          "hgvs_c": "c.367A>G",
          "hgvs_p": "p.Thr123Ala",
          "transcript": "ENST00000902477.1",
          "protein_id": "ENSP00000572536.1",
          "transcript_support_level": null,
          "aa_start": 123,
          "aa_end": null,
          "aa_length": 228,
          "cds_start": 367,
          "cds_end": null,
          "cds_length": 687,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000902477.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GAMT",
          "gene_hgnc_id": 4136,
          "hgvs_c": "c.325A>G",
          "hgvs_p": "p.Thr109Ala",
          "transcript": "ENST00000902471.1",
          "protein_id": "ENSP00000572530.1",
          "transcript_support_level": null,
          "aa_start": 109,
          "aa_end": null,
          "aa_length": 222,
          "cds_start": 325,
          "cds_end": null,
          "cds_length": 669,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000902471.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GAMT",
          "gene_hgnc_id": 4136,
          "hgvs_c": "c.298A>G",
          "hgvs_p": "p.Thr100Ala",
          "transcript": "ENST00000640762.1",
          "protein_id": "ENSP00000492031.1",
          "transcript_support_level": 5,
          "aa_start": 100,
          "aa_end": null,
          "aa_length": 213,
          "cds_start": 298,
          "cds_end": null,
          "cds_length": 642,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000640762.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GAMT",
          "gene_hgnc_id": 4136,
          "hgvs_c": "c.298A>G",
          "hgvs_p": "p.Thr100Ala",
          "transcript": "ENST00000970136.1",
          "protein_id": "ENSP00000640195.1",
          "transcript_support_level": null,
          "aa_start": 100,
          "aa_end": null,
          "aa_length": 212,
          "cds_start": 298,
          "cds_end": null,
          "cds_length": 639,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000970136.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GAMT",
          "gene_hgnc_id": 4136,
          "hgvs_c": "c.247A>G",
          "hgvs_p": "p.Thr83Ala",
          "transcript": "ENST00000902470.1",
          "protein_id": "ENSP00000572529.1",
          "transcript_support_level": null,
          "aa_start": 83,
          "aa_end": null,
          "aa_length": 196,
          "cds_start": 247,
          "cds_end": null,
          "cds_length": 591,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000902470.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GAMT",
          "gene_hgnc_id": 4136,
          "hgvs_c": "c.49A>G",
          "hgvs_p": "p.Thr17Ala",
          "transcript": "ENST00000591788.3",
          "protein_id": "ENSP00000466341.3",
          "transcript_support_level": 5,
          "aa_start": 17,
          "aa_end": null,
          "aa_length": 107,
          "cds_start": 49,
          "cds_end": null,
          "cds_length": 324,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000591788.3"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "GAMT",
          "gene_hgnc_id": 4136,
          "hgvs_c": "c.182-353A>G",
          "hgvs_p": null,
          "transcript": "ENST00000902473.1",
          "protein_id": "ENSP00000572532.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 166,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 501,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000902473.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GAMT",
          "gene_hgnc_id": 4136,
          "hgvs_c": "n.200A>G",
          "hgvs_p": null,
          "transcript": "ENST00000640164.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": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000640164.1"
        }
      ],
      "gene_symbol": "GAMT",
      "gene_hgnc_id": 4136,
      "dbsnp": "rs771827261",
      "frequency_reference_population": 0.000045266377,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 73,
      "gnomad_exomes_af": 0.0000486028,
      "gnomad_genomes_af": 0.0000131705,
      "gnomad_exomes_ac": 71,
      "gnomad_genomes_ac": 2,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.2910207509994507,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.019999999552965164,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.414,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.0609,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.14,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 4.923,
      "phylop100way_prediction": "Uncertain_significance",
      "spliceai_max_score": 0.02,
      "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": 1,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4",
      "acmg_by_gene": [
        {
          "score": 1,
          "benign_score": 1,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_138924.3",
          "gene_symbol": "GAMT",
          "hgnc_id": 4136,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.367A>G",
          "hgvs_p": "p.Thr123Ala"
        }
      ],
      "clinvar_disease": "Cerebral creatine deficiency syndrome,Deficiency of guanidinoacetate methyltransferase,Inborn genetic diseases,not provided,not specified",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "US:4",
      "phenotype_combined": "not specified|Cerebral creatine deficiency syndrome|not provided|Deficiency of guanidinoacetate methyltransferase|Inborn genetic diseases",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}