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=81
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=82",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=80",
    "results": [
        {
            "matrix_id": "MA0981.2",
            "name": "DOF1.8",
            "collection": "CORE",
            "base_id": "MA0981",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0981.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0981.2/"
        },
        {
            "matrix_id": "MA1272.1",
            "name": "DOF2.2",
            "collection": "CORE",
            "base_id": "MA1272",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1272.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1272.1/"
        },
        {
            "matrix_id": "MA1272.2",
            "name": "DOF2.2",
            "collection": "CORE",
            "base_id": "MA1272",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1272.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1272.2/"
        },
        {
            "matrix_id": "MA1272.3",
            "name": "DOF2.2",
            "collection": "CORE",
            "base_id": "MA1272",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1272.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1272.3/"
        },
        {
            "matrix_id": "MA0982.1",
            "name": "DOF2.4",
            "collection": "CORE",
            "base_id": "MA0982",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0982.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0982.1/"
        },
        {
            "matrix_id": "MA0982.2",
            "name": "DOF2.4",
            "collection": "CORE",
            "base_id": "MA0982",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0982.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0982.2/"
        },
        {
            "matrix_id": "MA0977.1",
            "name": "DOF2.5",
            "collection": "CORE",
            "base_id": "MA0977",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0977.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0977.1/"
        },
        {
            "matrix_id": "MA2379.1",
            "name": "DOF3.1",
            "collection": "CORE",
            "base_id": "MA2379",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2379.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2379.1/"
        },
        {
            "matrix_id": "MA1270.1",
            "name": "DOF3.2",
            "collection": "CORE",
            "base_id": "MA1270",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1270.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1270.1/"
        },
        {
            "matrix_id": "MA1270.2",
            "name": "DOF3.2",
            "collection": "CORE",
            "base_id": "MA1270",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1270.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1270.2/"
        }
    ]
}