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=573
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=574",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=572",
    "results": [
        {
            "matrix_id": "UN0778.1",
            "name": "net",
            "collection": "UNVALIDATED",
            "base_id": "UN0778",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0778.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0778.1/"
        },
        {
            "matrix_id": "MA2182.1",
            "name": "nfi-1",
            "collection": "CORE",
            "base_id": "MA2182",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2182.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2182.1/"
        },
        {
            "matrix_id": "MA2177.1",
            "name": "nfya-1",
            "collection": "CORE",
            "base_id": "MA2177",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2177.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2177.1/"
        },
        {
            "matrix_id": "UN0711.1",
            "name": "nhr-1",
            "collection": "UNVALIDATED",
            "base_id": "UN0711",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0711.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0711.1/"
        },
        {
            "matrix_id": "UN0741.1",
            "name": "nhr-102",
            "collection": "UNVALIDATED",
            "base_id": "UN0741",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0741.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0741.1/"
        },
        {
            "matrix_id": "UN0742.1",
            "name": "nhr-105",
            "collection": "UNVALIDATED",
            "base_id": "UN0742",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0742.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0742.1/"
        },
        {
            "matrix_id": "UN0712.1",
            "name": "nhr-122",
            "collection": "UNVALIDATED",
            "base_id": "UN0712",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0712.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0712.1/"
        },
        {
            "matrix_id": "MA2142.1",
            "name": "nhr-142",
            "collection": "CORE",
            "base_id": "MA2142",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2142.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2142.1/"
        },
        {
            "matrix_id": "UN0713.1",
            "name": "nhr-177",
            "collection": "UNVALIDATED",
            "base_id": "UN0713",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0713.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0713.1/"
        },
        {
            "matrix_id": "UN0714.1",
            "name": "nhr-182",
            "collection": "UNVALIDATED",
            "base_id": "UN0714",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0714.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0714.1/"
        }
    ]
}