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=320
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=321",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=319",
    "results": [
        {
            "matrix_id": "MA0494.1",
            "name": "Nr1h3::Rxra",
            "collection": "CORE",
            "base_id": "MA0494",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0494.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0494.1/"
        },
        {
            "matrix_id": "MA0494.2",
            "name": "Nr1h3::Rxra",
            "collection": "CORE",
            "base_id": "MA0494",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0494.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0494.2/"
        },
        {
            "matrix_id": "MA0728.1",
            "name": "Nr2F6",
            "collection": "CORE",
            "base_id": "MA0728",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0728.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0728.1/"
        },
        {
            "matrix_id": "MA0676.1",
            "name": "Nr2e1",
            "collection": "CORE",
            "base_id": "MA0676",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0676.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0676.1/"
        },
        {
            "matrix_id": "MA0164.1",
            "name": "Nr2e3",
            "collection": "CORE",
            "base_id": "MA0164",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0164.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0164.1/"
        },
        {
            "matrix_id": "MA0164.2",
            "name": "Nr2e3",
            "collection": "CORE",
            "base_id": "MA0164",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0164.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0164.2/"
        },
        {
            "matrix_id": "MA0677.1",
            "name": "Nr2f6",
            "collection": "CORE",
            "base_id": "MA0677",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0677.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0677.1/"
        },
        {
            "matrix_id": "MA0677.2",
            "name": "Nr2f6",
            "collection": "CORE",
            "base_id": "MA0677",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0677.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0677.2/"
        },
        {
            "matrix_id": "MA0505.2",
            "name": "Nr5A2",
            "collection": "CORE",
            "base_id": "MA0505",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0505.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0505.2/"
        },
        {
            "matrix_id": "MA1540.3",
            "name": "Nr5a1",
            "collection": "CORE",
            "base_id": "MA1540",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1540.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1540.3/"
        }
    ]
}