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

{
    "count": 2981,
    "next": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=188",
    "previous": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=186",
    "results": [
        {
            "matrix_id": "MA0067.1",
            "name": "Pax2",
            "collection": "CORE",
            "base_id": "MA0067",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0067.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0067.1/"
        },
        {
            "matrix_id": "UN0462.1",
            "name": "Pax2-5-8-a",
            "collection": "UNVALIDATED",
            "base_id": "UN0462",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0462.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0462.1/"
        },
        {
            "matrix_id": "UN0463.1",
            "name": "Pax3-7-like",
            "collection": "UNVALIDATED",
            "base_id": "UN0463",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0463.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0463.1/"
        },
        {
            "matrix_id": "MA0068.1",
            "name": "Pax4",
            "collection": "CORE",
            "base_id": "MA0068",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0068.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0068.1/"
        },
        {
            "matrix_id": "MA0014.1",
            "name": "Pax5",
            "collection": "CORE",
            "base_id": "MA0014",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0014.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0014.1/"
        },
        {
            "matrix_id": "UN0464.1",
            "name": "Pax6",
            "collection": "UNVALIDATED",
            "base_id": "UN0464",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0464.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0464.1/"
        },
        {
            "matrix_id": "MA0680.2",
            "name": "Pax7",
            "collection": "CORE",
            "base_id": "MA0680",
            "version": "2",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0680.2.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0680.2/"
        },
        {
            "matrix_id": "MA1702.1",
            "name": "Pdp1",
            "collection": "CORE",
            "base_id": "MA1702",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1702.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1702.1/"
        },
        {
            "matrix_id": "MA0132.1",
            "name": "Pdx1",
            "collection": "CORE",
            "base_id": "MA0132",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0132.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0132.1/"
        },
        {
            "matrix_id": "MA0681.1",
            "name": "Phox2b",
            "collection": "CORE",
            "base_id": "MA0681",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0681.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0681.1/"
        }
    ]
}