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

{
    "mcs": "16.3",
    "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PF0077.1.svg",
    "tffm": null,
    "name": "AAAYRNCTG",
    "version": 1,
    "species": [],
    "comment": "-",
    "tfe_id": [],
    "base_id": "PF0077",
    "pubmed_ids": [
        "15735639"
    ],
    "versions_url": "https://jaspar2018.genereg.net/api/v1/matrix/PF0077/versions",
    "uniprot_ids": [],
    "medline": [
        "15735639"
    ],
    "tax_group": "vertebrates",
    "pazar_tf_id": [],
    "tfe_ids": [],
    "collection": "PHYLOFACTS",
    "pfm": {
        "G": [
            0.0,
            0.0,
            0.0,
            0.0,
            416.0,
            402.0,
            0.0,
            0.0,
            1036.0
        ],
        "A": [
            1036.0,
            1036.0,
            1036.0,
            0.0,
            620.0,
            198.0,
            0.0,
            0.0,
            0.0
        ],
        "T": [
            0.0,
            0.0,
            0.0,
            541.0,
            0.0,
            251.0,
            0.0,
            1036.0,
            0.0
        ],
        "C": [
            0.0,
            0.0,
            0.0,
            495.0,
            0.0,
            185.0,
            1036.0,
            0.0,
            0.0
        ]
    },
    "family": [],
    "type": "phylogenetic",
    "sites_url": null,
    "transfac": "-",
    "pazar_tf_ids": [],
    "matrix_id": "PF0077.1",
    "class": [
        "Unknown"
    ],
    "jaspar": "-"
}