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=67
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=68",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=66",
    "results": [
        {
            "matrix_id": "UN1154.1",
            "name": "CREB1::ELF1",
            "collection": "UNVALIDATED",
            "base_id": "UN1154",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1154.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1154.1/"
        },
        {
            "matrix_id": "UN1156.1",
            "name": "CREB1::ERG",
            "collection": "UNVALIDATED",
            "base_id": "UN1156",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1156.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1156.1/"
        },
        {
            "matrix_id": "UN1159.1",
            "name": "CREB1::ETV1",
            "collection": "UNVALIDATED",
            "base_id": "UN1159",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1159.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1159.1/"
        },
        {
            "matrix_id": "UN1162.1",
            "name": "CREB1::ETV4",
            "collection": "UNVALIDATED",
            "base_id": "UN1162",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1162.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1162.1/"
        },
        {
            "matrix_id": "UN1165.1",
            "name": "CREB1::FLI1",
            "collection": "UNVALIDATED",
            "base_id": "UN1165",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1165.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1165.1/"
        },
        {
            "matrix_id": "UN1168.1",
            "name": "CREB1::IRF7",
            "collection": "UNVALIDATED",
            "base_id": "UN1168",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1168.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1168.1/"
        },
        {
            "matrix_id": "MA0638.1",
            "name": "CREB3",
            "collection": "CORE",
            "base_id": "MA0638",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0638.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0638.1/"
        },
        {
            "matrix_id": "MA0638.2",
            "name": "CREB3",
            "collection": "CORE",
            "base_id": "MA0638",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0638.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0638.2/"
        },
        {
            "matrix_id": "MA0839.1",
            "name": "CREB3L1",
            "collection": "CORE",
            "base_id": "MA0839",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0839.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0839.1/"
        },
        {
            "matrix_id": "MA0839.2",
            "name": "CREB3L1",
            "collection": "CORE",
            "base_id": "MA0839",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0839.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0839.2/"
        }
    ]
}