← 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: 9-130226430-T-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=130226430&ref=T&alt=G&genome=hg38&allGenes=true"API Response
json
{
  "variants": [
    {
      "chr": "9",
      "pos": 130226430,
      "ref": "T",
      "alt": "G",
      "effect": "synonymous_variant",
      "transcript": "ENST00000372398.6",
      "consequences": [
        {
          "aa_ref": "G",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NCS1",
          "gene_hgnc_id": 3953,
          "hgvs_c": "c.516T>G",
          "hgvs_p": "p.Gly172Gly",
          "transcript": "NM_014286.4",
          "protein_id": "NP_055101.2",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 190,
          "cds_start": 516,
          "cds_end": null,
          "cds_length": 573,
          "cdna_start": 776,
          "cdna_end": null,
          "cdna_length": 5164,
          "mane_select": "ENST00000372398.6",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "G",
          "aa_alt": "G",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NCS1",
          "gene_hgnc_id": 3953,
          "hgvs_c": "c.516T>G",
          "hgvs_p": "p.Gly172Gly",
          "transcript": "ENST00000372398.6",
          "protein_id": "ENSP00000361475.3",
          "transcript_support_level": 1,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 190,
          "cds_start": 516,
          "cds_end": null,
          "cds_length": 573,
          "cdna_start": 776,
          "cdna_end": null,
          "cdna_length": 5164,
          "mane_select": "NM_014286.4",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "G",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NCS1",
          "gene_hgnc_id": 3953,
          "hgvs_c": "c.462T>G",
          "hgvs_p": "p.Gly154Gly",
          "transcript": "NM_001128826.2",
          "protein_id": "NP_001122298.1",
          "transcript_support_level": null,
          "aa_start": 154,
          "aa_end": null,
          "aa_length": 172,
          "cds_start": 462,
          "cds_end": null,
          "cds_length": 519,
          "cdna_start": 664,
          "cdna_end": null,
          "cdna_length": 5052,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "G",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NCS1",
          "gene_hgnc_id": 3953,
          "hgvs_c": "c.462T>G",
          "hgvs_p": "p.Gly154Gly",
          "transcript": "ENST00000630865.1",
          "protein_id": "ENSP00000486695.1",
          "transcript_support_level": 3,
          "aa_start": 154,
          "aa_end": null,
          "aa_length": 172,
          "cds_start": 462,
          "cds_end": null,
          "cds_length": 519,
          "cdna_start": 632,
          "cdna_end": null,
          "cdna_length": 1092,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "NCS1",
      "gene_hgnc_id": 3953,
      "dbsnp": "rs2277200",
      "frequency_reference_population": 0.32592994,
      "hom_count_reference_population": 89139,
      "allele_count_reference_population": 525710,
      "gnomad_exomes_af": 0.322812,
      "gnomad_genomes_af": 0.35593,
      "gnomad_exomes_ac": 471662,
      "gnomad_genomes_ac": 54048,
      "gnomad_exomes_homalt": 79017,
      "gnomad_genomes_homalt": 10122,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -0.44999998807907104,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "BayesDel_noAF",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.45,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": -1.374,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0,
      "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": -11,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Moderate,BP7,BA1",
      "acmg_by_gene": [
        {
          "score": -11,
          "benign_score": 11,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Moderate",
            "BP7",
            "BA1"
          ],
          "verdict": "Benign",
          "transcript": "ENST00000372398.6",
          "gene_symbol": "NCS1",
          "hgnc_id": 3953,
          "effects": [
            "synonymous_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "c.516T>G",
          "hgvs_p": "p.Gly172Gly"
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}