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=299
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=300",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=298",
    "results": [
        {
            "matrix_id": "MA1109.1",
            "name": "NEUROD1",
            "collection": "CORE",
            "base_id": "MA1109",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1109.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1109.1/"
        },
        {
            "matrix_id": "MA1109.2",
            "name": "NEUROD1",
            "collection": "CORE",
            "base_id": "MA1109",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1109.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1109.2/"
        },
        {
            "matrix_id": "MA0668.1",
            "name": "NEUROD2",
            "collection": "CORE",
            "base_id": "MA0668",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0668.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0668.1/"
        },
        {
            "matrix_id": "MA0623.2",
            "name": "NEUROG1",
            "collection": "CORE",
            "base_id": "MA0623",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0623.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0623.2/"
        },
        {
            "matrix_id": "UN0910.1",
            "name": "NEUROG1::FLI1",
            "collection": "UNVALIDATED",
            "base_id": "UN0910",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0910.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0910.1/"
        },
        {
            "matrix_id": "UN0911.1",
            "name": "NEUROG1::TEAD4",
            "collection": "UNVALIDATED",
            "base_id": "UN0911",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0911.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0911.1/"
        },
        {
            "matrix_id": "MA0669.1",
            "name": "NEUROG2",
            "collection": "CORE",
            "base_id": "MA0669",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0669.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0669.1/"
        },
        {
            "matrix_id": "MA1642.1",
            "name": "NEUROG2",
            "collection": "CORE",
            "base_id": "MA1642",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1642.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1642.1/"
        },
        {
            "matrix_id": "MA1642.2",
            "name": "NEUROG2",
            "collection": "CORE",
            "base_id": "MA1642",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1642.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1642.2/"
        },
        {
            "matrix_id": "UN0912.1",
            "name": "NEUROG2::TEAD4",
            "collection": "UNVALIDATED",
            "base_id": "UN0912",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0912.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0912.1/"
        }
    ]
}