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=437
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=438",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=436",
    "results": [
        {
            "matrix_id": "UN0602.1",
            "name": "ZNF222",
            "collection": "UNVALIDATED",
            "base_id": "UN0602",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0602.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0602.1/"
        },
        {
            "matrix_id": "UN0602.2",
            "name": "ZNF222",
            "collection": "UNVALIDATED",
            "base_id": "UN0602",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0602.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0602.2/"
        },
        {
            "matrix_id": "UN0603.1",
            "name": "ZNF223",
            "collection": "UNVALIDATED",
            "base_id": "UN0603",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0603.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0603.1/"
        },
        {
            "matrix_id": "UN0603.2",
            "name": "ZNF223",
            "collection": "UNVALIDATED",
            "base_id": "UN0603",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0603.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0603.2/"
        },
        {
            "matrix_id": "UN0167.1",
            "name": "ZNF23",
            "collection": "UNVALIDATED",
            "base_id": "UN0167",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0167.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0167.1/"
        },
        {
            "matrix_id": "UN0167.2",
            "name": "ZNF23",
            "collection": "UNVALIDATED",
            "base_id": "UN0167",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0167.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0167.2/"
        },
        {
            "matrix_id": "MA1124.1",
            "name": "ZNF24",
            "collection": "CORE",
            "base_id": "MA1124",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1124.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1124.1/"
        },
        {
            "matrix_id": "UN0168.1",
            "name": "ZNF248",
            "collection": "UNVALIDATED",
            "base_id": "UN0168",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0168.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0168.1/"
        },
        {
            "matrix_id": "UN0604.1",
            "name": "ZNF250",
            "collection": "UNVALIDATED",
            "base_id": "UN0604",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0604.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0604.1/"
        },
        {
            "matrix_id": "UN0169.1",
            "name": "ZNF254",
            "collection": "UNVALIDATED",
            "base_id": "UN0169",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0169.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0169.1/"
        }
    ]
}