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=82
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=83",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=81",
    "results": [
        {
            "matrix_id": "MA1278.1",
            "name": "DOF3.4",
            "collection": "CORE",
            "base_id": "MA1278",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1278.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1278.1/"
        },
        {
            "matrix_id": "MA1278.2",
            "name": "DOF3.4",
            "collection": "CORE",
            "base_id": "MA1278",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1278.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1278.2/"
        },
        {
            "matrix_id": "MA1276.1",
            "name": "DOF3.5",
            "collection": "CORE",
            "base_id": "MA1276",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1276.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1276.1/"
        },
        {
            "matrix_id": "MA1276.2",
            "name": "DOF3.5",
            "collection": "CORE",
            "base_id": "MA1276",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1276.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1276.2/"
        },
        {
            "matrix_id": "MA1274.1",
            "name": "DOF3.6",
            "collection": "CORE",
            "base_id": "MA1274",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1274.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1274.1/"
        },
        {
            "matrix_id": "MA1273.1",
            "name": "DOF4.2",
            "collection": "CORE",
            "base_id": "MA1273",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1273.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1273.1/"
        },
        {
            "matrix_id": "MA1273.2",
            "name": "DOF4.2",
            "collection": "CORE",
            "base_id": "MA1273",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1273.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1273.2/"
        },
        {
            "matrix_id": "MA1747.1",
            "name": "DOF4.3",
            "collection": "CORE",
            "base_id": "MA1747",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1747.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1747.1/"
        },
        {
            "matrix_id": "MA1747.2",
            "name": "DOF4.3",
            "collection": "CORE",
            "base_id": "MA1747",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1747.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1747.2/"
        },
        {
            "matrix_id": "MA1269.1",
            "name": "DOF4.5",
            "collection": "CORE",
            "base_id": "MA1269",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1269.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1269.1/"
        }
    ]
}