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

{
    "pazar_tf_id": [],
    "matrix_id": "MA0942.1",
    "sites_url": null,
    "source": "24485461",
    "pazar_tf_ids": [],
    "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0942.1.svg",
    "family": [],
    "name": "ARF1",
    "type": "PBM",
    "version": 1,
    "base_id": "MA0942",
    "class": [
        "B3 domain"
    ],
    "collection": "CORE",
    "pubmed_ids": [
        "9188533"
    ],
    "tfe_id": [],
    "tax_group": "plants",
    "uniprot_ids": [
        "Q8L7G0"
    ],
    "pfm": {
        "T": [
            1.0,
            4.0,
            2.0,
            1.0,
            7.0,
            2.0,
            8.0,
            312.0
        ],
        "C": [
            2.0,
            993.0,
            993.0,
            2.0,
            3.0,
            993.0,
            4.0,
            220.0
        ],
        "G": [
            276.0,
            1.0,
            2.0,
            992.0,
            1.0,
            2.0,
            88.0,
            207.0
        ],
        "A": [
            722.0,
            3.0,
            4.0,
            4.0,
            989.0,
            2.0,
            901.0,
            262.0
        ]
    },
    "medline": [
        "9188533"
    ],
    "versions_url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0942/versions",
    "species": [
        {
            "tax_id": 3702,
            "name": "Arabidopsis thaliana"
        }
    ],
    "tfe_ids": [],
    "tffm": null
}