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=77
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=78",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=76",
    "results": [
        {
            "matrix_id": "UN0931.1",
            "name": "DLX1::ELK3",
            "collection": "UNVALIDATED",
            "base_id": "UN0931",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0931.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0931.1/"
        },
        {
            "matrix_id": "UN0932.1",
            "name": "DLX1::FLI1",
            "collection": "UNVALIDATED",
            "base_id": "UN0932",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0932.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0932.1/"
        },
        {
            "matrix_id": "UN0933.1",
            "name": "DLX1::TBX21",
            "collection": "UNVALIDATED",
            "base_id": "UN0933",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0933.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0933.1/"
        },
        {
            "matrix_id": "UN0934.1",
            "name": "DLX2::ELK3",
            "collection": "UNVALIDATED",
            "base_id": "UN0934",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0934.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0934.1/"
        },
        {
            "matrix_id": "UN0935.1",
            "name": "DLX2::TBX21",
            "collection": "UNVALIDATED",
            "base_id": "UN0935",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0935.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0935.1/"
        },
        {
            "matrix_id": "UN0936.1",
            "name": "DLX2::TBX4",
            "collection": "UNVALIDATED",
            "base_id": "UN0936",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0936.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0936.1/"
        },
        {
            "matrix_id": "UN0937.1",
            "name": "DLX4::ELK1",
            "collection": "UNVALIDATED",
            "base_id": "UN0937",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0937.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0937.1/"
        },
        {
            "matrix_id": "UN0938.1",
            "name": "DLX4::ELK3",
            "collection": "UNVALIDATED",
            "base_id": "UN0938",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0938.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0938.1/"
        },
        {
            "matrix_id": "UN0939.1",
            "name": "DLX4::TBX21",
            "collection": "UNVALIDATED",
            "base_id": "UN0939",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0939.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0939.1/"
        },
        {
            "matrix_id": "UN0940.1",
            "name": "DLX4::TBX4",
            "collection": "UNVALIDATED",
            "base_id": "UN0940",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0940.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0940.1/"
        }
    ]
}