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

{
    "pubmed_ids": [
        "18332042"
    ],
    "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0193.1.svg",
    "pfm": {
        "G": [
            0.0,
            0.0,
            0.0,
            0.0,
            0.0,
            1.0,
            4.0
        ],
        "A": [
            0.0,
            0.0,
            17.0,
            1.0,
            0.0,
            18.0,
            12.0
        ],
        "C": [
            19.0,
            9.0,
            2.0,
            18.0,
            12.0,
            0.0,
            0.0
        ],
        "T": [
            0.0,
            10.0,
            0.0,
            0.0,
            7.0,
            0.0,
            3.0
        ]
    },
    "pazar_tf_id": [],
    "type": "bacterial 1-hybrid",
    "name": "schlank",
    "base_id": "MA0193",
    "matrix_id": "MA0193.1",
    "uniprot_ids": [
        "Q9W423"
    ],
    "sites_url": null,
    "class": [
        "Homeo domain factors"
    ],
    "medline": [
        "18332042"
    ],
    "family": [],
    "pazar_tf_ids": [],
    "collection": "CORE",
    "tfbs_shape_id": "176",
    "tax_group": "insects",
    "species": [
        {
            "name": "Drosophila melanogaster",
            "tax_id": 7227
        }
    ],
    "tfe_ids": [],
    "tfe_id": [],
    "tffm": null,
    "version": 1,
    "versions_url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0193/versions"
}