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=83
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=84",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=82",
    "results": [
        {
            "matrix_id": "MA1269.2",
            "name": "DOF4.5",
            "collection": "CORE",
            "base_id": "MA1269",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1269.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1269.2/"
        },
        {
            "matrix_id": "MA2380.1",
            "name": "DOF4.7",
            "collection": "CORE",
            "base_id": "MA2380",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2380.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2380.1/"
        },
        {
            "matrix_id": "MA1281.1",
            "name": "DOF5.1",
            "collection": "CORE",
            "base_id": "MA1281",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1281.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1281.1/"
        },
        {
            "matrix_id": "MA1281.2",
            "name": "DOF5.1",
            "collection": "CORE",
            "base_id": "MA1281",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1281.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1281.2/"
        },
        {
            "matrix_id": "MA1071.1",
            "name": "DOF5.3",
            "collection": "CORE",
            "base_id": "MA1071",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1071.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1071.1/"
        },
        {
            "matrix_id": "MA1071.2",
            "name": "DOF5.3",
            "collection": "CORE",
            "base_id": "MA1071",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1071.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1071.2/"
        },
        {
            "matrix_id": "MA1280.1",
            "name": "DOF5.4",
            "collection": "CORE",
            "base_id": "MA1280",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1280.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1280.1/"
        },
        {
            "matrix_id": "MA1280.2",
            "name": "DOF5.4",
            "collection": "CORE",
            "base_id": "MA1280",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1280.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1280.2/"
        },
        {
            "matrix_id": "MA0983.1",
            "name": "DOF5.6",
            "collection": "CORE",
            "base_id": "MA0983",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0983.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0983.1/"
        },
        {
            "matrix_id": "MA0983.2",
            "name": "DOF5.6",
            "collection": "CORE",
            "base_id": "MA0983",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0983.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0983.2/"
        }
    ]
}