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

{
    "tfe_id": [],
    "base_id": "MA0214",
    "sites_url": null,
    "pazar_tf_ids": [],
    "collection": "CORE",
    "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0214.1.svg",
    "type": "bacterial 1-hybrid",
    "species": [
        {
            "tax_id": 7227,
            "name": "Drosophila melanogaster"
        }
    ],
    "name": "bsh",
    "tfe_ids": [],
    "matrix_id": "MA0214.1",
    "medline": [
        "18332042"
    ],
    "pazar_tf_id": [],
    "versions_url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0214/versions",
    "version": 1,
    "pfm": {
        "G": [
            2.0,
            0.0,
            0.0,
            0.0,
            0.0,
            6.0,
            9.0
        ],
        "T": [
            10.0,
            16.0,
            0.0,
            0.0,
            15.0,
            7.0,
            0.0
        ],
        "C": [
            3.0,
            0.0,
            0.0,
            0.0,
            1.0,
            3.0,
            0.0
        ],
        "A": [
            1.0,
            0.0,
            16.0,
            16.0,
            0.0,
            0.0,
            7.0
        ]
    },
    "pubmed_ids": [
        "18332042"
    ],
    "family": [
        "NK-related factors"
    ],
    "class": [
        "Homeo domain factors"
    ],
    "tfbs_shape_id": "196",
    "tffm": null,
    "tax_group": "insects",
    "uniprot_ids": [
        "Q04787"
    ]
}