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=80
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=81",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=79",
    "results": [
        {
            "matrix_id": "MA1479.2",
            "name": "DMRTC2",
            "collection": "CORE",
            "base_id": "MA1479",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1479.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1479.2/"
        },
        {
            "matrix_id": "MA2594.1",
            "name": "DMTF1",
            "collection": "CORE",
            "base_id": "MA2594",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2594.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2594.1/"
        },
        {
            "matrix_id": "MA2584.1",
            "name": "DNTTIP1",
            "collection": "CORE",
            "base_id": "MA2584",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2584.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2584.1/"
        },
        {
            "matrix_id": "MA1279.1",
            "name": "DOF1.5",
            "collection": "CORE",
            "base_id": "MA1279",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1279.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1279.1/"
        },
        {
            "matrix_id": "MA1279.2",
            "name": "DOF1.5",
            "collection": "CORE",
            "base_id": "MA1279",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1279.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1279.2/"
        },
        {
            "matrix_id": "MA1275.1",
            "name": "DOF1.6",
            "collection": "CORE",
            "base_id": "MA1275",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1275.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1275.1/"
        },
        {
            "matrix_id": "MA1275.2",
            "name": "DOF1.6",
            "collection": "CORE",
            "base_id": "MA1275",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1275.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1275.2/"
        },
        {
            "matrix_id": "MA1277.1",
            "name": "DOF1.7",
            "collection": "CORE",
            "base_id": "MA1277",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1277.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1277.1/"
        },
        {
            "matrix_id": "MA1277.2",
            "name": "DOF1.7",
            "collection": "CORE",
            "base_id": "MA1277",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1277.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1277.2/"
        },
        {
            "matrix_id": "MA0981.1",
            "name": "DOF1.8",
            "collection": "CORE",
            "base_id": "MA0981",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0981.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0981.1/"
        }
    ]
}