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=65
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=66",
    "previous": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=64",
    "results": [
        {
            "matrix_id": "MA0994.2",
            "name": "ERF8",
            "collection": "CORE",
            "base_id": "MA0994",
            "version": "2",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0994.2.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0994.2/"
        },
        {
            "matrix_id": "MA1257.1",
            "name": "ERF9",
            "collection": "CORE",
            "base_id": "MA1257",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1257.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1257.1/"
        },
        {
            "matrix_id": "UN0505.1",
            "name": "ERF::CEBPD",
            "collection": "UNVALIDATED",
            "base_id": "UN0505",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0505.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0505.1/"
        },
        {
            "matrix_id": "UN0506.1",
            "name": "ERF::ETV7",
            "collection": "UNVALIDATED",
            "base_id": "UN0506",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0506.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0506.1/"
        },
        {
            "matrix_id": "MA1934.1",
            "name": "ERF::FIGLA",
            "collection": "CORE",
            "base_id": "MA1934",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1934.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1934.1/"
        },
        {
            "matrix_id": "MA1935.1",
            "name": "ERF::FOXI1",
            "collection": "CORE",
            "base_id": "MA1935",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1935.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1935.1/"
        },
        {
            "matrix_id": "MA1936.1",
            "name": "ERF::FOXO1",
            "collection": "CORE",
            "base_id": "MA1936",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1936.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1936.1/"
        },
        {
            "matrix_id": "MA1937.1",
            "name": "ERF::HOXB13",
            "collection": "CORE",
            "base_id": "MA1937",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1937.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1937.1/"
        },
        {
            "matrix_id": "UN0507.1",
            "name": "ERF::MAX",
            "collection": "UNVALIDATED",
            "base_id": "UN0507",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0507.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0507.1/"
        },
        {
            "matrix_id": "MA1938.1",
            "name": "ERF::NHLH1",
            "collection": "CORE",
            "base_id": "MA1938",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1938.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1938.1/"
        }
    ]
}