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=170
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=171",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=169",
    "results": [
        {
            "matrix_id": "MA0036.1",
            "name": "GATA2",
            "collection": "CORE",
            "base_id": "MA0036",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0036.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0036.1/"
        },
        {
            "matrix_id": "MA0036.2",
            "name": "GATA2",
            "collection": "CORE",
            "base_id": "MA0036",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0036.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0036.2/"
        },
        {
            "matrix_id": "MA0036.3",
            "name": "GATA2",
            "collection": "CORE",
            "base_id": "MA0036",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0036.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0036.3/"
        },
        {
            "matrix_id": "MA0036.4",
            "name": "GATA2",
            "collection": "CORE",
            "base_id": "MA0036",
            "version": "4",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0036.4.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0036.4/"
        },
        {
            "matrix_id": "MA1324.1",
            "name": "GATA20",
            "collection": "CORE",
            "base_id": "MA1324",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1324.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1324.1/"
        },
        {
            "matrix_id": "UN1026.1",
            "name": "GATA2::ELF5",
            "collection": "UNVALIDATED",
            "base_id": "UN1026",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1026.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1026.1/"
        },
        {
            "matrix_id": "UN1027.1",
            "name": "GATA2::TEAD4",
            "collection": "UNVALIDATED",
            "base_id": "UN1027",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1027.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1027.1/"
        },
        {
            "matrix_id": "MA0037.1",
            "name": "GATA3",
            "collection": "CORE",
            "base_id": "MA0037",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0037.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0037.1/"
        },
        {
            "matrix_id": "MA0037.2",
            "name": "GATA3",
            "collection": "CORE",
            "base_id": "MA0037",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0037.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0037.2/"
        },
        {
            "matrix_id": "MA0037.3",
            "name": "GATA3",
            "collection": "CORE",
            "base_id": "MA0037",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0037.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0037.3/"
        }
    ]
}