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=174
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=175",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=173",
    "results": [
        {
            "matrix_id": "MA2238.1",
            "name": "GATAe",
            "collection": "CORE",
            "base_id": "MA2238",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2238.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2238.1/"
        },
        {
            "matrix_id": "MA2389.1",
            "name": "GBF1",
            "collection": "CORE",
            "base_id": "MA2389",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2389.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2389.1/"
        },
        {
            "matrix_id": "MA1672.1",
            "name": "GBF2",
            "collection": "CORE",
            "base_id": "MA1672",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1672.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1672.1/"
        },
        {
            "matrix_id": "MA1672.2",
            "name": "GBF2",
            "collection": "CORE",
            "base_id": "MA1672",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1672.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1672.2/"
        },
        {
            "matrix_id": "MA1351.1",
            "name": "GBF3",
            "collection": "CORE",
            "base_id": "MA1351",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1351.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1351.1/"
        },
        {
            "matrix_id": "MA1351.2",
            "name": "GBF3",
            "collection": "CORE",
            "base_id": "MA1351",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1351.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1351.2/"
        },
        {
            "matrix_id": "MA1351.3",
            "name": "GBF3",
            "collection": "CORE",
            "base_id": "MA1351",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1351.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1351.3/"
        },
        {
            "matrix_id": "MA0889.1",
            "name": "GBX1",
            "collection": "CORE",
            "base_id": "MA0889",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0889.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0889.1/"
        },
        {
            "matrix_id": "MA0889.2",
            "name": "GBX1",
            "collection": "CORE",
            "base_id": "MA0889",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0889.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0889.2/"
        },
        {
            "matrix_id": "MA0890.1",
            "name": "GBX2",
            "collection": "CORE",
            "base_id": "MA0890",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0890.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0890.1/"
        }
    ]
}