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=357
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=358",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=356",
    "results": [
        {
            "matrix_id": "MA0681.1",
            "name": "Phox2b",
            "collection": "CORE",
            "base_id": "MA0681",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0681.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0681.1/"
        },
        {
            "matrix_id": "UN0304.1",
            "name": "Phyra84400",
            "collection": "UNVALIDATED",
            "base_id": "UN0304",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0304.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0304.1/"
        },
        {
            "matrix_id": "UN0304.2",
            "name": "Phyra84400",
            "collection": "UNVALIDATED",
            "base_id": "UN0304",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0304.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0304.2/"
        },
        {
            "matrix_id": "MA0682.1",
            "name": "Pitx1",
            "collection": "CORE",
            "base_id": "MA0682",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0682.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0682.1/"
        },
        {
            "matrix_id": "UN0465.1",
            "name": "Pknox",
            "collection": "UNVALIDATED",
            "base_id": "UN0465",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0465.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0465.1/"
        },
        {
            "matrix_id": "UN0465.2",
            "name": "Pknox",
            "collection": "UNVALIDATED",
            "base_id": "UN0465",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0465.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0465.2/"
        },
        {
            "matrix_id": "MA1615.1",
            "name": "Plagl1",
            "collection": "CORE",
            "base_id": "MA1615",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1615.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1615.1/"
        },
        {
            "matrix_id": "MA1615.2",
            "name": "Plagl1",
            "collection": "CORE",
            "base_id": "MA1615",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1615.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1615.2/"
        },
        {
            "matrix_id": "MA0627.1",
            "name": "Pou2f3",
            "collection": "CORE",
            "base_id": "MA0627",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0627.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0627.1/"
        },
        {
            "matrix_id": "MA2116.1",
            "name": "Pou4",
            "collection": "CORE",
            "base_id": "MA2116",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2116.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2116.1/"
        }
    ]
}