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=411
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=412",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=410",
    "results": [
        {
            "matrix_id": "MA1916.2",
            "name": "SoxB2",
            "collection": "CORE",
            "base_id": "MA1916",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1916.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1916.2/"
        },
        {
            "matrix_id": "MA1917.1",
            "name": "SoxC",
            "collection": "CORE",
            "base_id": "MA1917",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1917.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1917.1/"
        },
        {
            "matrix_id": "MA1917.2",
            "name": "SoxC",
            "collection": "CORE",
            "base_id": "MA1917",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1917.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1917.2/"
        },
        {
            "matrix_id": "MA1918.1",
            "name": "SoxF",
            "collection": "CORE",
            "base_id": "MA1918",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1918.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1918.1/"
        },
        {
            "matrix_id": "MA1918.2",
            "name": "SoxF",
            "collection": "CORE",
            "base_id": "MA1918",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1918.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1918.2/"
        },
        {
            "matrix_id": "MA2278.1",
            "name": "SoxN",
            "collection": "CORE",
            "base_id": "MA2278",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2278.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2278.1/"
        },
        {
            "matrix_id": "MA2279.1",
            "name": "Sp1",
            "collection": "CORE",
            "base_id": "MA2279",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2279.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2279.1/"
        },
        {
            "matrix_id": "MA0080.3",
            "name": "Spi1",
            "collection": "CORE",
            "base_id": "MA0080",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0080.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0080.3/"
        },
        {
            "matrix_id": "MA0080.6",
            "name": "Spi1",
            "collection": "CORE",
            "base_id": "MA0080",
            "version": "6",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0080.6.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0080.6/"
        },
        {
            "matrix_id": "MA0080.7",
            "name": "Spi1",
            "collection": "CORE",
            "base_id": "MA0080",
            "version": "7",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0080.7.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0080.7/"
        }
    ]
}