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=469
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 5278,
    "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=470",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=468",
    "results": [
        {
            "matrix_id": "MA1720.2",
            "name": "ZNF85",
            "collection": "CORE",
            "base_id": "MA1720",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1720.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1720.2/"
        },
        {
            "matrix_id": "UN0664.1",
            "name": "ZNF860",
            "collection": "UNVALIDATED",
            "base_id": "UN0664",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0664.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0664.1/"
        },
        {
            "matrix_id": "UN0664.2",
            "name": "ZNF860",
            "collection": "UNVALIDATED",
            "base_id": "UN0664",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0664.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0664.2/"
        },
        {
            "matrix_id": "UN0665.1",
            "name": "ZNF880",
            "collection": "UNVALIDATED",
            "base_id": "UN0665",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0665.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0665.1/"
        },
        {
            "matrix_id": "UN0665.2",
            "name": "ZNF880",
            "collection": "UNVALIDATED",
            "base_id": "UN0665",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0665.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0665.2/"
        },
        {
            "matrix_id": "UN0666.1",
            "name": "ZNF891",
            "collection": "UNVALIDATED",
            "base_id": "UN0666",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0666.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0666.1/"
        },
        {
            "matrix_id": "UN0666.2",
            "name": "ZNF891",
            "collection": "UNVALIDATED",
            "base_id": "UN0666",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0666.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0666.2/"
        },
        {
            "matrix_id": "UN0241.1",
            "name": "ZNF92",
            "collection": "UNVALIDATED",
            "base_id": "UN0241",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0241.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0241.1/"
        },
        {
            "matrix_id": "UN0241.2",
            "name": "ZNF92",
            "collection": "UNVALIDATED",
            "base_id": "UN0241",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0241.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0241.2/"
        },
        {
            "matrix_id": "MA1721.1",
            "name": "ZNF93",
            "collection": "CORE",
            "base_id": "MA1721",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1721.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1721.1/"
        }
    ]
}