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=440
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=441",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=439",
    "results": [
        {
            "matrix_id": "MA1356.1",
            "name": "TRP2",
            "collection": "CORE",
            "base_id": "MA1356",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1356.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1356.1/"
        },
        {
            "matrix_id": "MA1802.1",
            "name": "TRP5",
            "collection": "CORE",
            "base_id": "MA1802",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1802.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1802.1/"
        },
        {
            "matrix_id": "MA1802.2",
            "name": "TRP5",
            "collection": "CORE",
            "base_id": "MA1802",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1802.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1802.2/"
        },
        {
            "matrix_id": "MA1970.1",
            "name": "TRPS1",
            "collection": "CORE",
            "base_id": "MA1970",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1970.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1970.1/"
        },
        {
            "matrix_id": "MA1970.2",
            "name": "TRPS1",
            "collection": "CORE",
            "base_id": "MA1970",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1970.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1970.2/"
        },
        {
            "matrix_id": "MA1411.1",
            "name": "TSAR1",
            "collection": "CORE",
            "base_id": "MA1411",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1411.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1411.1/"
        },
        {
            "matrix_id": "MA1411.2",
            "name": "TSAR1",
            "collection": "CORE",
            "base_id": "MA1411",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1411.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1411.2/"
        },
        {
            "matrix_id": "MA1412.1",
            "name": "TSAR2",
            "collection": "CORE",
            "base_id": "MA1412",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1412.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1412.1/"
        },
        {
            "matrix_id": "MA1412.2",
            "name": "TSAR2",
            "collection": "CORE",
            "base_id": "MA1412",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1412.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1412.2/"
        },
        {
            "matrix_id": "MA1161.1",
            "name": "TSO1",
            "collection": "CORE",
            "base_id": "MA1161",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1161.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1161.1/"
        }
    ]
}