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=309
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=310",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=308",
    "results": [
        {
            "matrix_id": "MA2683.1",
            "name": "NPAS3",
            "collection": "CORE",
            "base_id": "MA2683",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2683.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2683.1/"
        },
        {
            "matrix_id": "MA1531.1",
            "name": "NR1D1",
            "collection": "CORE",
            "base_id": "MA1531",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1531.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1531.1/"
        },
        {
            "matrix_id": "MA1531.2",
            "name": "NR1D1",
            "collection": "CORE",
            "base_id": "MA1531",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1531.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1531.2/"
        },
        {
            "matrix_id": "MA1532.1",
            "name": "NR1D2",
            "collection": "CORE",
            "base_id": "MA1532",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1532.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1532.1/"
        },
        {
            "matrix_id": "MA1532.2",
            "name": "NR1D2",
            "collection": "CORE",
            "base_id": "MA1532",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1532.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1532.2/"
        },
        {
            "matrix_id": "MA0115.1",
            "name": "NR1H2::RXRA",
            "collection": "CORE",
            "base_id": "MA0115",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0115.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0115.1/"
        },
        {
            "matrix_id": "MA1110.1",
            "name": "NR1H4",
            "collection": "CORE",
            "base_id": "MA1110",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1110.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1110.1/"
        },
        {
            "matrix_id": "MA1146.1",
            "name": "NR1H4::RXRA",
            "collection": "CORE",
            "base_id": "MA1146",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1146.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1146.1/"
        },
        {
            "matrix_id": "MA1146.2",
            "name": "NR1H4::RXRA",
            "collection": "CORE",
            "base_id": "MA1146",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1146.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1146.2/"
        },
        {
            "matrix_id": "MA1533.1",
            "name": "NR1I2",
            "collection": "CORE",
            "base_id": "MA1533",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1533.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1533.1/"
        }
    ]
}