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/MA1451.1/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "tffm": null,
    "tfe_ids": [],
    "family": [],
    "collection": "CORE",
    "pubmed_ids": [
        "20506374"
    ],
    "source": "31133749",
    "tfe_id": [],
    "uniprot_ids": [
        "P41829"
    ],
    "pfm": {
        "G": [
            3.0,
            3.0,
            3.0,
            661.0,
            990.0,
            3.0,
            3.0,
            4.0
        ],
        "A": [
            990.0,
            990.0,
            990.0,
            3.0,
            3.0,
            3.0,
            3.0,
            985.0
        ],
        "T": [
            3.0,
            3.0,
            3.0,
            332.0,
            3.0,
            990.0,
            3.0,
            4.0
        ],
        "C": [
            3.0,
            3.0,
            3.0,
            3.0,
            3.0,
            3.0,
            990.0,
            4.0
        ]
    },
    "pazar_tf_ids": [],
    "versions_url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1451/versions",
    "medline": [
        "20506374"
    ],
    "pazar_tf_id": [],
    "sites_url": null,
    "type": "PBM",
    "tax_group": "nematodes",
    "matrix_id": "MA1451.1",
    "name": "nhr-6",
    "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1451.1.svg",
    "version": 1,
    "base_id": "MA1451",
    "species": [
        {
            "tax_id": 6239,
            "name": "Caenorhabditis elegans"
        }
    ],
    "class": [
        "Nuclear receptors with C4 zinc fingers"
    ]
}