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=349
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=350",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=348",
    "results": [
        {
            "matrix_id": "MA0955.1",
            "name": "POPTR_0002s00440g",
            "collection": "CORE",
            "base_id": "MA0955",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0955.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0955.1/"
        },
        {
            "matrix_id": "MA0955.2",
            "name": "POPTR_0002s00440g",
            "collection": "CORE",
            "base_id": "MA0955",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0955.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0955.2/"
        },
        {
            "matrix_id": "MA0784.1",
            "name": "POU1F1",
            "collection": "CORE",
            "base_id": "MA0784",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0784.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0784.1/"
        },
        {
            "matrix_id": "MA0784.2",
            "name": "POU1F1",
            "collection": "CORE",
            "base_id": "MA0784",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0784.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0784.2/"
        },
        {
            "matrix_id": "MA0784.3",
            "name": "POU1F1",
            "collection": "CORE",
            "base_id": "MA0784",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0784.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0784.3/"
        },
        {
            "matrix_id": "MA0785.1",
            "name": "POU2F1",
            "collection": "CORE",
            "base_id": "MA0785",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0785.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0785.1/"
        },
        {
            "matrix_id": "MA0785.2",
            "name": "POU2F1",
            "collection": "CORE",
            "base_id": "MA0785",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0785.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0785.2/"
        },
        {
            "matrix_id": "UN0577.1",
            "name": "POU2F1::DLX2",
            "collection": "UNVALIDATED",
            "base_id": "UN0577",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0577.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0577.1/"
        },
        {
            "matrix_id": "UN0578.1",
            "name": "POU2F1::ELK1",
            "collection": "UNVALIDATED",
            "base_id": "UN0578",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0578.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0578.1/"
        },
        {
            "matrix_id": "UN0579.1",
            "name": "POU2F1::ETV1",
            "collection": "UNVALIDATED",
            "base_id": "UN0579",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0579.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0579.1/"
        }
    ]
}