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

{
    "count": 5935,
    "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=122",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=120",
    "results": [
        {
            "matrix_id": "MA0994.3",
            "name": "ERF8",
            "collection": "CORE",
            "base_id": "MA0994",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0994.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0994.3/"
        },
        {
            "matrix_id": "MA1257.1",
            "name": "ERF9",
            "collection": "CORE",
            "base_id": "MA1257",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1257.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1257.1/"
        },
        {
            "matrix_id": "MA1257.2",
            "name": "ERF9",
            "collection": "CORE",
            "base_id": "MA1257",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1257.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1257.2/"
        },
        {
            "matrix_id": "UN0505.1",
            "name": "ERF::CEBPD",
            "collection": "UNVALIDATED",
            "base_id": "UN0505",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0505.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0505.1/"
        },
        {
            "matrix_id": "UN0505.2",
            "name": "ERF::CEBPD",
            "collection": "UNVALIDATED",
            "base_id": "UN0505",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0505.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0505.2/"
        },
        {
            "matrix_id": "UN0506.1",
            "name": "ERF::ETV7",
            "collection": "UNVALIDATED",
            "base_id": "UN0506",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0506.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0506.1/"
        },
        {
            "matrix_id": "UN0506.2",
            "name": "ERF::ETV7",
            "collection": "UNVALIDATED",
            "base_id": "UN0506",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0506.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0506.2/"
        },
        {
            "matrix_id": "MA1934.1",
            "name": "ERF::FIGLA",
            "collection": "CORE",
            "base_id": "MA1934",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1934.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1934.1/"
        },
        {
            "matrix_id": "MA1934.2",
            "name": "ERF::FIGLA",
            "collection": "CORE",
            "base_id": "MA1934",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1934.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1934.2/"
        },
        {
            "matrix_id": "MA1935.1",
            "name": "ERF::FOXI1",
            "collection": "CORE",
            "base_id": "MA1935",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1935.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1935.1/"
        }
    ]
}