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=442
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=443",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=441",
    "results": [
        {
            "matrix_id": "MA1921.2",
            "name": "Tbx15/18/22",
            "collection": "CORE",
            "base_id": "MA1921",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1921.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1921.2/"
        },
        {
            "matrix_id": "MA1922.1",
            "name": "Tbx2/3",
            "collection": "CORE",
            "base_id": "MA1922",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1922.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1922.1/"
        },
        {
            "matrix_id": "MA1922.2",
            "name": "Tbx2/3",
            "collection": "CORE",
            "base_id": "MA1922",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1922.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1922.2/"
        },
        {
            "matrix_id": "MA1567.2",
            "name": "Tbx6",
            "collection": "CORE",
            "base_id": "MA1567",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1567.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1567.2/"
        },
        {
            "matrix_id": "MA1567.3",
            "name": "Tbx6",
            "collection": "CORE",
            "base_id": "MA1567",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1567.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1567.3/"
        },
        {
            "matrix_id": "MA0009.1",
            "name": "Tbxt",
            "collection": "CORE",
            "base_id": "MA0009",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0009.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0009.1/"
        },
        {
            "matrix_id": "MA0521.1",
            "name": "Tcf12",
            "collection": "CORE",
            "base_id": "MA0521",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0521.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0521.1/"
        },
        {
            "matrix_id": "MA0521.2",
            "name": "Tcf12",
            "collection": "CORE",
            "base_id": "MA0521",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0521.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0521.2/"
        },
        {
            "matrix_id": "MA0521.3",
            "name": "Tcf12",
            "collection": "CORE",
            "base_id": "MA0521",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0521.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0521.3/"
        },
        {
            "matrix_id": "MA0832.1",
            "name": "Tcf21",
            "collection": "CORE",
            "base_id": "MA0832",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0832.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0832.1/"
        }
    ]
}