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=313
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=314",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=312",
    "results": [
        {
            "matrix_id": "UN1103.1",
            "name": "NR4A1::HOXA2",
            "collection": "UNVALIDATED",
            "base_id": "UN1103",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1103.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1103.1/"
        },
        {
            "matrix_id": "MA0160.1",
            "name": "NR4A2",
            "collection": "CORE",
            "base_id": "MA0160",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0160.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0160.1/"
        },
        {
            "matrix_id": "MA0160.2",
            "name": "NR4A2",
            "collection": "CORE",
            "base_id": "MA0160",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0160.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0160.2/"
        },
        {
            "matrix_id": "MA0160.3",
            "name": "NR4A2",
            "collection": "CORE",
            "base_id": "MA0160",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0160.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0160.3/"
        },
        {
            "matrix_id": "MA1147.1",
            "name": "NR4A2::RXRA",
            "collection": "CORE",
            "base_id": "MA1147",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1147.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1147.1/"
        },
        {
            "matrix_id": "MA1147.2",
            "name": "NR4A2::RXRA",
            "collection": "CORE",
            "base_id": "MA1147",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1147.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1147.2/"
        },
        {
            "matrix_id": "MA1540.1",
            "name": "NR5A1",
            "collection": "CORE",
            "base_id": "MA1540",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1540.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1540.1/"
        },
        {
            "matrix_id": "MA1540.2",
            "name": "NR5A1",
            "collection": "CORE",
            "base_id": "MA1540",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1540.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1540.2/"
        },
        {
            "matrix_id": "MA1541.1",
            "name": "NR6A1",
            "collection": "CORE",
            "base_id": "MA1541",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1541.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1541.1/"
        },
        {
            "matrix_id": "MA1541.2",
            "name": "NR6A1",
            "collection": "CORE",
            "base_id": "MA1541",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1541.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1541.2/"
        }
    ]
}