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=336
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=337",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=335",
    "results": [
        {
            "matrix_id": "MA0681.2",
            "name": "PHOX2B",
            "collection": "CORE",
            "base_id": "MA0681",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0681.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0681.2/"
        },
        {
            "matrix_id": "MA0681.3",
            "name": "PHOX2B",
            "collection": "CORE",
            "base_id": "MA0681",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0681.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0681.3/"
        },
        {
            "matrix_id": "MA0987.1",
            "name": "PHYPADRAFT_140773",
            "collection": "CORE",
            "base_id": "MA0987",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0987.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0987.1/"
        },
        {
            "matrix_id": "MA0987.2",
            "name": "PHYPADRAFT_140773",
            "collection": "CORE",
            "base_id": "MA0987",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0987.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0987.2/"
        },
        {
            "matrix_id": "MA0988.1",
            "name": "PHYPADRAFT_143875",
            "collection": "CORE",
            "base_id": "MA0988",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0988.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0988.1/"
        },
        {
            "matrix_id": "MA0988.2",
            "name": "PHYPADRAFT_143875",
            "collection": "CORE",
            "base_id": "MA0988",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0988.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0988.2/"
        },
        {
            "matrix_id": "MA0989.1",
            "name": "PHYPADRAFT_153324",
            "collection": "CORE",
            "base_id": "MA0989",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0989.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0989.1/"
        },
        {
            "matrix_id": "MA0989.2",
            "name": "PHYPADRAFT_153324",
            "collection": "CORE",
            "base_id": "MA0989",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0989.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0989.2/"
        },
        {
            "matrix_id": "MA1007.1",
            "name": "PHYPADRAFT_173530",
            "collection": "CORE",
            "base_id": "MA1007",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1007.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1007.1/"
        },
        {
            "matrix_id": "MA1008.1",
            "name": "PHYPADRAFT_182268",
            "collection": "CORE",
            "base_id": "MA1008",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1008.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1008.1/"
        }
    ]
}