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=356
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=357",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=355",
    "results": [
        {
            "matrix_id": "MA2114.1",
            "name": "Pax3-7-like",
            "collection": "CORE",
            "base_id": "MA2114",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2114.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2114.1/"
        },
        {
            "matrix_id": "MA0068.1",
            "name": "Pax4",
            "collection": "CORE",
            "base_id": "MA0068",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0068.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0068.1/"
        },
        {
            "matrix_id": "MA0014.1",
            "name": "Pax5",
            "collection": "CORE",
            "base_id": "MA0014",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0014.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0014.1/"
        },
        {
            "matrix_id": "MA2115.1",
            "name": "Pax6",
            "collection": "CORE",
            "base_id": "MA2115",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2115.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2115.1/"
        },
        {
            "matrix_id": "MA0680.2",
            "name": "Pax7",
            "collection": "CORE",
            "base_id": "MA0680",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0680.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0680.2/"
        },
        {
            "matrix_id": "MA0680.3",
            "name": "Pax7",
            "collection": "CORE",
            "base_id": "MA0680",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0680.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0680.3/"
        },
        {
            "matrix_id": "MA1702.1",
            "name": "Pdp1",
            "collection": "CORE",
            "base_id": "MA1702",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1702.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1702.1/"
        },
        {
            "matrix_id": "MA1702.2",
            "name": "Pdp1",
            "collection": "CORE",
            "base_id": "MA1702",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1702.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1702.2/"
        },
        {
            "matrix_id": "MA0132.1",
            "name": "Pdx1",
            "collection": "CORE",
            "base_id": "MA0132",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0132.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0132.1/"
        },
        {
            "matrix_id": "MA2323.1",
            "name": "Pgr",
            "collection": "CORE",
            "base_id": "MA2323",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2323.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2323.1/"
        }
    ]
}