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=68
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=69",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=67",
    "results": [
        {
            "matrix_id": "MA2541.1",
            "name": "CREB3L3",
            "collection": "CORE",
            "base_id": "MA2541",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2541.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2541.1/"
        },
        {
            "matrix_id": "MA1474.1",
            "name": "CREB3L4",
            "collection": "CORE",
            "base_id": "MA1474",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1474.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1474.1/"
        },
        {
            "matrix_id": "MA1475.1",
            "name": "CREB3L4",
            "collection": "CORE",
            "base_id": "MA1475",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1475.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1475.1/"
        },
        {
            "matrix_id": "MA1474.2",
            "name": "CREB3L4",
            "collection": "CORE",
            "base_id": "MA1474",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1474.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1474.2/"
        },
        {
            "matrix_id": "MA1475.2",
            "name": "CREB3L4",
            "collection": "CORE",
            "base_id": "MA1475",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1475.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1475.2/"
        },
        {
            "matrix_id": "UN1184.1",
            "name": "CREB3L4::ELK3",
            "collection": "UNVALIDATED",
            "base_id": "UN1184",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1184.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1184.1/"
        },
        {
            "matrix_id": "UN1193.1",
            "name": "CREB3L4::FLI1",
            "collection": "UNVALIDATED",
            "base_id": "UN1193",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1193.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1193.1/"
        },
        {
            "matrix_id": "UN1201.1",
            "name": "CREB3L4::TBX4",
            "collection": "UNVALIDATED",
            "base_id": "UN1201",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1201.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1201.1/"
        },
        {
            "matrix_id": "UN0904.1",
            "name": "CREB5::FLI1",
            "collection": "UNVALIDATED",
            "base_id": "UN0904",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0904.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0904.1/"
        },
        {
            "matrix_id": "MA0609.2",
            "name": "CREM",
            "collection": "CORE",
            "base_id": "MA0609",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0609.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0609.2/"
        }
    ]
}