This API provides an easy-to-use REST web interface to query/retrieve matrix profile data from the latest version of the JASPAR database. The API comes with a human browsable interface and also a programmatic interface which return the results in eight different formats, including json, jsonp, jaspar, meme, transfac, pfm, yaml and bed.
GET /api/v1/matrix/MA0530.1/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "sites_url": null,
    "species": [
        {
            "name": "Drosophila melanogaster",
            "tax_id": 7227
        }
    ],
    "tfbs_shape_id": "330",
    "class": [
        "Basic leucine zipper factors (bZIP)",
        "Basic leucine zipper factors (bZIP)"
    ],
    "uniprot_ids": [
        "P20482",
        "Q4QPP9"
    ],
    "pfm": {
        "T": [
            60.0,
            0.0,
            474.0,
            0.0,
            0.0,
            102.0,
            225.0,
            91.0,
            142.0,
            28.0,
            0.0,
            0.0,
            114.0,
            190.0,
            248.0
        ],
        "C": [
            113.0,
            20.0,
            0.0,
            0.0,
            46.0,
            292.0,
            0.0,
            215.0,
            33.0,
            0.0,
            474.0,
            0.0,
            128.0,
            63.0,
            12.0
        ],
        "A": [
            142.0,
            340.0,
            0.0,
            0.0,
            407.0,
            0.0,
            80.0,
            78.0,
            136.0,
            24.0,
            0.0,
            368.0,
            133.0,
            221.0,
            214.0
        ],
        "G": [
            159.0,
            114.0,
            0.0,
            474.0,
            21.0,
            80.0,
            169.0,
            90.0,
            163.0,
            422.0,
            0.0,
            106.0,
            99.0,
            0.0,
            0.0
        ]
    },
    "tfe_ids": [],
    "pazar_tf_ids": [],
    "versions_url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0530/versions",
    "tax_group": "insects",
    "pazar_tf_id": [],
    "tffm": {
        "log_p_detailed": "",
        "experiment_name": "None",
        "tffm_id": "TFFM0160.1",
        "tffm_url": "https://jaspar2020.genereg.net/api/v1/tffm/TFFM0160.1/",
        "base_id": "TFFM0160",
        "log_p_1st_order": "",
        "version": 1
    },
    "matrix_id": "MA0530.1",
    "family": [
        "Jun-related factors",
        "Maf-related factors"
    ],
    "pubmed_ids": [
        "10952900"
    ],
    "name": "cnc::maf-S",
    "type": "ChIP-chip",
    "collection": "CORE",
    "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0530.1.svg",
    "base_id": "MA0530",
    "medline": [
        "10952900"
    ],
    "tfe_id": [],
    "version": 1
}