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=323
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=324",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=322",
    "results": [
        {
            "matrix_id": "UN0430.1",
            "name": "ONAC127",
            "collection": "UNVALIDATED",
            "base_id": "UN0430",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0430.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0430.1/"
        },
        {
            "matrix_id": "UN0428.2",
            "name": "ONAC127",
            "collection": "UNVALIDATED",
            "base_id": "UN0428",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0428.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0428.2/"
        },
        {
            "matrix_id": "UN0429.2",
            "name": "ONAC127",
            "collection": "UNVALIDATED",
            "base_id": "UN0429",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0429.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0429.2/"
        },
        {
            "matrix_id": "UN0430.2",
            "name": "ONAC127",
            "collection": "UNVALIDATED",
            "base_id": "UN0430",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0430.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0430.2/"
        },
        {
            "matrix_id": "MA0679.1",
            "name": "ONECUT1",
            "collection": "CORE",
            "base_id": "MA0679",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0679.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0679.1/"
        },
        {
            "matrix_id": "MA0679.2",
            "name": "ONECUT1",
            "collection": "CORE",
            "base_id": "MA0679",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0679.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0679.2/"
        },
        {
            "matrix_id": "MA0679.3",
            "name": "ONECUT1",
            "collection": "CORE",
            "base_id": "MA0679",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0679.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0679.3/"
        },
        {
            "matrix_id": "MA0756.1",
            "name": "ONECUT2",
            "collection": "CORE",
            "base_id": "MA0756",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0756.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0756.1/"
        },
        {
            "matrix_id": "MA0756.2",
            "name": "ONECUT2",
            "collection": "CORE",
            "base_id": "MA0756",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0756.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0756.2/"
        },
        {
            "matrix_id": "MA0756.3",
            "name": "ONECUT2",
            "collection": "CORE",
            "base_id": "MA0756",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0756.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0756.3/"
        }
    ]
}