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=506
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=507",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=505",
    "results": [
        {
            "matrix_id": "UN0626.1",
            "name": "ZNF529",
            "collection": "UNVALIDATED",
            "base_id": "UN0626",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0626.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0626.1/"
        },
        {
            "matrix_id": "MA1981.1",
            "name": "ZNF530",
            "collection": "CORE",
            "base_id": "MA1981",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1981.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1981.1/"
        },
        {
            "matrix_id": "MA1981.2",
            "name": "ZNF530",
            "collection": "CORE",
            "base_id": "MA1981",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1981.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1981.2/"
        },
        {
            "matrix_id": "UN0332.1",
            "name": "ZNF534",
            "collection": "UNVALIDATED",
            "base_id": "UN0332",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0332.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0332.1/"
        },
        {
            "matrix_id": "UN0332.2",
            "name": "ZNF534",
            "collection": "UNVALIDATED",
            "base_id": "UN0332",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0332.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0332.2/"
        },
        {
            "matrix_id": "MA2575.1",
            "name": "ZNF536",
            "collection": "CORE",
            "base_id": "MA2575",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2575.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2575.1/"
        },
        {
            "matrix_id": "UN0627.1",
            "name": "ZNF540",
            "collection": "UNVALIDATED",
            "base_id": "UN0627",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0627.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0627.1/"
        },
        {
            "matrix_id": "UN0627.2",
            "name": "ZNF540",
            "collection": "UNVALIDATED",
            "base_id": "UN0627",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0627.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0627.2/"
        },
        {
            "matrix_id": "UN0628.1",
            "name": "ZNF543",
            "collection": "UNVALIDATED",
            "base_id": "UN0628",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0628.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0628.1/"
        },
        {
            "matrix_id": "UN0629.1",
            "name": "ZNF544",
            "collection": "UNVALIDATED",
            "base_id": "UN0629",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0629.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0629.1/"
        }
    ]
}